postgresql/src
Tom Lane 153f400676 Instead of believing SOMAXCONN from the system header files (which is
a lie on many Unixen), invoke listen() with MIN(MaxBackends*2, 10000).
The clamp value 10000 is configurable in config.h.in, if that proves
to be necessary --- hopefully it won't.
2001-07-11 19:03:07 +00:00
..
backend Instead of believing SOMAXCONN from the system header files (which is 2001-07-11 19:03:07 +00:00
bin Move export PGDATA to the proper place. Quote some variable substitutions. 2001-07-11 16:16:52 +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 Instead of believing SOMAXCONN from the system header files (which is 2001-07-11 19:03:07 +00:00
interfaces The SQL preprocessor ecpg generates "initially deferrable" from 2001-07-11 17:31:30 +00:00
makefiles Shared libraries should not be linked explicitly against -lc on FreeBSD 2001-06-20 20:25:11 +00:00
pl I updated the patch to use the SET AUTHORIZATION { INVOKER | DEFINER } 2001-07-11 18:54:19 +00:00
template Back out qnx plpgsql/Makefile change and move to src/Makefile. 2001-05-24 22:33:18 +00:00
test Fix rule rewriter so that new ordering of ON INSERT actions applies 2001-07-09 23:50:32 +00:00
tools pgindent fix for asterisk indented too much in return type, for Tom. 2001-06-06 20:51:31 +00:00
tutorial Update some obsolete examples. 2001-06-13 19:31:56 +00:00
utils pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile.global.in Support fake root install, separate build dir, dependency tracking, our 2001-07-10 16:33:02 +00:00
Makefile.shlib Shared libraries should not be linked explicitly against -lc on FreeBSD 2001-06-20 20:25:11 +00:00
nls-global.mk Add missing dependency and fix thinko. 2001-06-30 21:58:06 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00