postgresql/src
Tom Lane 109d50dd35 Under new theory of operation wherein postmaster forks children
immediately, we will fork a child even if the database state does not
permit connections to be accepted (eg, we are in recovery mode).
The child process will correctly reject the connection and exit as
soon as it's finished collecting the connection request message.
However, this means that reaper() must be prepared to see child
process exit signals even while it's waiting for startup or shutdown
process to finish.  As was, a connection request arriving during a
database recovery or shutdown would cause postmaster abort.
2001-07-01 00:06:23 +00:00
..
backend Under new theory of operation wherein postmaster forks children 2001-07-01 00:06:23 +00:00
bin NLS for the psql \d family of commands. (E.g., the column headers will 2001-06-30 17:26: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 gcc did not like new pg_stat macros, for good and sufficient reason. 2001-06-29 23:03:02 +00:00
interfaces SimpleDateFormat performance improvement, thread-safe. 2001-06-29 17:23:33 +00:00
makefiles Shared libraries should not be linked explicitly against -lc on FreeBSD 2001-06-20 20:25:11 +00:00
pl Apparently, on some systems, ExtUtils::Embed and MakeMaker are slightly 2001-06-20 00:26:06 +00:00
template Back out qnx plpgsql/Makefile change and move to src/Makefile. 2001-05-24 22:33:18 +00:00
test Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +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 Native Language Support (NLS) 2001-06-02 18:25:18 +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