postgresql/src/backend
Tom Lane 0177f43070 Fix oversight: in case where SIGTERM is received while there are
live backends, the archiver and stats processes never got sent a
kill signal.  They'd eventually exit on their own, but not for awhile,
which is a bit annoying when you are trying to replace the executable
file on a platform that doesn't allow removal of busy executables.
Also, tweak main loop logic so that we will perform the background
tasks after select() returns EINTR.
2004-07-27 01:46:03 +00:00
..
access Add cross-check that current timeline of pg_control is an ancestor of 2004-07-22 21:09:37 +00:00
bootstrap Back out pg_autovacuum commit after cvs clean failure causes commit. 2004-07-21 20:34:50 +00:00
catalog The attached patch shows the new column "tablespace" in the mentioned 2004-07-21 20:43:53 +00:00
commands Invent WAL timelines, as per recent discussion, to make point-in-time 2004-07-21 22:31:26 +00:00
executor For a SQL function declared to return a named composite type, make 2004-07-15 13:51:38 +00:00
lib Add tests to enlargeStringInfo() to avoid possible buffer-overrun or 2004-05-11 20:07:26 +00:00
libpq Add some more logging to simplify diagnosis of problems in IDENT 2004-07-26 18:53:38 +00:00
main Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
nodes Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
optimizer Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
parser Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always 2004-07-12 05:38:11 +00:00
po Translation update 2004-07-02 15:07:10 +00:00
port Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00
postmaster Fix oversight: in case where SIGTERM is received while there are 2004-07-27 01:46:03 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
storage Invent WAL timelines, as per recent discussion, to make point-in-time 2004-07-21 22:31:26 +00:00
tcop Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
utils log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as per 2004-07-24 19:51:23 +00:00
Makefile Back out pg_autovacuum commit after cvs clean failure causes commit. 2004-07-21 20:34:50 +00:00
nls.mk Replace direct fprintf(stderr) calls by write_stderr(), and cause this 2004-06-24 21:03:42 +00:00