- 07 Nov, 1998 1 commit
-
-
Bruce Momjian authored
-
- 06 Nov, 1998 3 commits
-
-
Thomas G. Lockhart authored
This is the default, but the new flag will allow overriding an alias, for example. So psql -n -N will put in the double quotes, and psql -n can be an alias for psql. Also, add a few braces around a nested single-line conditional construct to suppress compiler warnings about "an ambiguous else".
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
Upgrade to 0.91 ...
-
- 04 Nov, 1998 3 commits
-
-
Marc G. Fournier authored
Change the README file to show the upcoming 6.5 release...
-
Thomas G. Lockhart authored
Include definition for _IN_ADDR_T if INADDR_NONE is not defined.
-
Thomas G. Lockhart authored
fixed in src/configure.in a while ago.
-
- 02 Nov, 1998 5 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Include only the current release in the release notes section.
-
Thomas G. Lockhart authored
Already in product docs since they were built on my machine.
-
Bruce Momjian authored
-
Marc G. Fournier authored
slight mods required for freebsd (elf vs aout stuff)
-
- 01 Nov, 1998 1 commit
-
-
Marc G. Fournier authored
Remove various files that were moved to various subdirectories... Requested by: Peter T Mount peter@retep.org.uk
-
- 31 Oct, 1998 8 commits
-
-
Thomas G. Lockhart authored
Make new file current.sgml to hold release info for the current release. Should be moved to release.sgml before filling with next release info.
-
Thomas G. Lockhart authored
Was picking up subdirectories and other garbage.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-> INSTALL with some cleanup in vi.
-
Marc G. Fournier authored
Thanks to Vince Vielhaber <vev@michvhf.com> Here is an os2 psql client, with libpq.a library
-
Marc G. Fournier authored
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
-
Marc G. Fournier authored
Minor FreeBSD fixes put in place From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp> I tried snapshot(Oct30) and made some patches. # I think that it is confused to manage both Makefile.shlib and # makefiles/Makefile.*, don't you? * configure Now FreeBSD 2.X is not supported..., so I added its entry. If ELF_SYSTEM is set, gmake treat it defined even though it is "false". So nothing should be set to use "ifdef". BSD_SHLIB etc. may have same problems. * Makefile.shlib As you said, FreeBSD entry is much like BSD's. I only added ELF_SYSTEM code. * makefiles/Makefile.freebsd Ifdef/else/endif can not be indented with TABs.
-
Bruce Momjian authored
-
- 30 Oct, 1998 9 commits
-
-
Tom Lane authored
-
Thomas G. Lockhart authored
documentation for v6.4. Bigger updates to the installation instructions (install and config).
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Thomas G. Lockhart authored
in a year an a half. Much of the info was wrong and is covered more correctly elsewhere.
-
Thomas G. Lockhart authored
Postgres is missing a procedural language. He correctly points out that we now have two (thanks to him, but he modestly didn't mention that).
-
Thomas G. Lockhart authored
Has three pages of goofy layout at the end. Can't figure out what Applix doesn't like about it, so giving up for now.
-
Marc G. Fournier authored
Okay, this shoudl provide a fix for the freebsd problem... Added a ELF_SYS variable and check to configure.in...
-
- 29 Oct, 1998 10 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add tests for comparison operators.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
ie, not when user specifies --with-CC. This corrects a scripting error that I'm surprised hasn't been reported more often. Moving the macro call to the earlier point in the script is correct anyway: if -traditional is needed, it should get added to CFLAGS before we start using the compiler for other tests.
-
Tom Lane authored
testing for null-pointer return code...
-