postgresql/src
Tom Lane 897a895d32 When launching a child backend, take care to close file descriptors for
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 ...
2001-02-08 00:35:10 +00:00
..
backend When launching a child backend, take care to close file descriptors for 2001-02-08 00:35:10 +00:00
bin Redo pgaccess' queries about views so that they will work in both 7.1 2001-02-07 21:30:12 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Macro for btree runtime fix. 2001-02-07 23:34:18 +00:00
interfaces Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for 2001-02-07 20:00:08 +00:00
makefiles Remove -L$(libdir) from DLLLIBS to prevent linking with an old version 2001-01-09 18:45:41 +00:00
pl Clean up per-tuple memory leaks in trigger firing and plpgsql 2001-01-22 00:50:07 +00:00
template Darwin porting patches from Peter Bierman <bierman@apple.com> 2000-12-11 00:49:54 +00:00
test Just a quick patch to make the geometry test on Sparc/Linux 2001-01-27 04:26:37 +00:00
tools Add ./include/config.h.win32 to RELEASE update list. 2001-01-25 00:01:17 +00:00
tutorial Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
utils Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
Makefile Fix unportable use of '!' in shell commands. 2000-12-30 00:24:09 +00:00
Makefile.global.in Make DEF_PGPORT available to Makefiles, so it can be substituted into 2001-02-07 20:13:27 +00:00
Makefile.shlib Check for -lresolv. 2001-02-04 14:09:33 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00