- Mar 22, 2001
-
-
Bruce Momjian authored
-
- Mar 20, 2001
-
-
Tom Lane authored
source data, improve split algorithm for intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane.
-
- Mar 19, 2001
- Mar 17, 2001
-
-
Bruce Momjian authored
-
- Mar 16, 2001
- Mar 14, 2001
-
-
Tom Lane authored
Could do with more testing, but it works in the simple cases.
-
- Mar 13, 2001
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
- Mar 11, 2001
-
-
Peter Eisentraut authored
Respect default port setting in JDBC driver. Pick up version number from Makefile.global. Change installation directory to share/java/. Document.
-
- Mar 06, 2001
-
-
Bruce Momjian authored
-
- Mar 05, 2001
-
-
Peter Mount authored
(said redirection required when run). After checking using cvsweb, removed the offending conflict. Rebuilt configure using autoconf, and it now works fine.
-
Peter Mount authored
-
- Mar 04, 2001
-
-
Bruce Momjian authored
-
- Feb 27, 2001
-
-
Marc G. Fournier authored
start of an admin tool for FreeBSD to help configure shared memory for that machine I kept the name as generic as possible though, as other OS should have similar methods, so this can be extended "as appropriate" ...
-
- Feb 25, 2001
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Feb 23, 2001
-
-
Bruce Momjian authored
version number from the current database, and couldn't find any existing program to do that. linda:~$ pg_controldata Log file id: 0 Log file segment: 5 Last modified: Wed Feb 7 19:35:47 2001 Database block size: 8192 Blocks per segment of large relation: 131072 Catalog version number: 200101061 LC_COLLATE: en_GB LC_CTYPE: en_GB Log archive directory: Oliver Elphick Oliver.Elphick@lfix.co.uk
-
- Feb 20, 2001
-
-
Peter Eisentraut authored
or library directories on the command line.
-
Bruce Momjian authored
* reverse the change #include <> -> "" in krb.c. It _must not_ include files in "." * Makefile update. Inconsistent var usage and SHLIB was not set. Now it should work with all external libs. arko Kreen
-
- Feb 17, 2001
-
-
Tatsuo Ishii authored
(thanks!)
-
- Feb 16, 2001
-
-
Tom Lane authored
-
- Feb 12, 2001
-
-
Bruce Momjian authored
> OK, add #include <stdio.h> to the file. That should fix it. Seems unlikely, since libpq-fe.h already includes <stdio.h>. The real problem here is that the code is wrong: it's passing NULL to an int parameter. regards, tom lane
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 11, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 10, 2001
-
-
Peter Eisentraut authored
When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
-