postgresql/src/backend
Heikki Linnakangas fd75329e81 Fix copy-pasto in the patch to allow background writer to run during
recovery: if background writer or pgstat process dies during recovery (or
any other child process, but those two are the only ones running), send
SIGQUIT to the startup process using correct pid.
2009-03-03 10:42:05 +00:00
..
access Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 2009-02-28 00:10:52 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
commands In CREATE CONVERSION, test that the given function is a valid conversion 2009-02-27 16:35:26 +00:00
executor Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs 2009-02-08 18:02:27 +00:00
foreign Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:43 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
optimizer Shave a few cycles in compare_pathkeys() by checking for pointer-identical 2009-02-28 03:51:05 +00:00
parser Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Update copyright for 2009. 2009-01-01 17:24:05 +00:00
postmaster Fix copy-pasto in the patch to allow background writer to run during 2009-03-03 10:42:05 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of 2009-02-25 03:30:38 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
tcop Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00
tsearch Fix usage of char2wchar/wchar2char. Changes: 2009-03-02 15:10:09 +00:00
utils When we are in error recursion trouble, arrange to suppress translation and 2009-03-02 21:18:43 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Install a more robust solution for the problem of infinite error-processing 2008-10-27 19:37:22 +00:00