- 08 Feb, 2001 5 commits
-
-
Peter Eisentraut authored
contrib/init.d start script. Place into more aptly named directory. Maybe we could add scripts for other platforms here later.
-
Peter Eisentraut authored
Add -l option to name log file. Set umask to 077. Proper file descriptor redirection to allow postmaster to detach from shell's process group. Add -s option to turn off informational messages.
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Tom Lane authored
any other client connections that may exist (which would only happen if another client is currently in the authentication cycle). This avoids wastage of open descriptors in a child. It might also explain peculiar behaviors like not closing connections when expected, since the kernel will probably not signal EOF as long as some other backend is randomly holding open a reference to the connection, even if the client went away long since ...
-
- 07 Feb, 2001 21 commits
-
-
Vadim B. Mikheev authored
runtime recovery OFF.
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Tom Lane authored
-
Tom Lane authored
and prior releases --- rely on pg_views view instead of direct access to pg_class and pg_rewrite.
-
Tom Lane authored
belong ...
-
Tom Lane authored
-
Tom Lane authored
or local equivalent. Also, honor --with-pgport configure option for default port number, and allow PGPORT environment variable to override this.
-
Tom Lane authored
scripts like pgaccess.
-
Tom Lane authored
the Windows build...
-
Tom Lane authored
-
Peter Eisentraut authored
Other flags can have unpredictable effects when Python uses different commands to build than we do.
-
Tom Lane authored
honor library search path that we so carefully installed into the executable ...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Mount authored
Tue Feb 06 19:00:00 GMT 2001 peter@retep.org.uk - Completed first two TestCase's for the test suite. JUnit is now recognised by ant.
-
Bruce Momjian authored
Add java.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Feb, 2001 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
has problems when linking with both.
-
Bruce Momjian authored
Marko Kreen
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Vadim B. Mikheev authored
OffsetNumber == MaxOffsetNumber + 1 - there may be garbage there!
-
Bruce Momjian authored
-
Hiroshi Inoue authored
The driver version is 07.01.0002 now. 1) initialized pg_version by DSN's protocol info so that we could always use pg_version info once a connection is established (pg_version() didn't exist before 6.4). PROTOCOL_XX() macros are removed(except from connection.[ch]). 2) provided a few macros to encapsulate connection's version info and replaced existent comparison stuff by those macros. 3) change SQLTables() so that 7.1 servers could show views. In addtion, the following patch from Dave Page is applied. This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted the driver version string. The driver version number has also been incremented to 07.01.0002. Regards, Dave. <<odbc.diff>>
-
Tom Lane authored
-
Tom Lane authored
-