postgresql/src/backend
Tom Lane 2004337785 Reduce severity of 'XLogFlush: request is not satisfied' error condition,
per my proposal of a couple days ago.  This will eliminate the unable-
to-restart-database class of problem that we have seen reported half a
dozen times with 7.1.*.
2002-01-14 17:55:57 +00:00
..
access Reduce severity of 'XLogFlush: request is not satisfied' error condition, 2002-01-14 17:55:57 +00:00
bootstrap The result of getopt() should be compared to -1, not EOF, per 2002-01-10 01:11:45 +00:00
catalog Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
commands Fix sequence creation to set the t_xmin of a sequence's tuple to 2002-01-11 18:16:04 +00:00
executor Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Fix use of 'char' to hold result of getc, per bug report forwarded by 2002-01-09 19:13:41 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes MIN() -> Min, fixes compile problem. 2001-12-20 02:39:26 +00:00
optimizer Shouldn't try to copy null datums with datumCopy. 2002-01-03 18:01:59 +00:00
parser Require ownership permission for CREATE INDEX, per bug report. 2002-01-03 23:21:32 +00:00
po Update from Serguei Mokhov 2001-12-28 18:47:54 +00:00
port Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 2001-12-20 21:23:05 +00:00
postmaster The result of getopt() should be compared to -1, not EOF, per 2002-01-10 01:11:45 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
storage Tweak LWLock algorithms so that an awakened waiter for a lock is not 2002-01-07 16:33:00 +00:00
tcop The result of getopt() should be compared to -1, not EOF, per 2002-01-10 01:11:45 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Repair bugs in declarations of routines to add timestamptz and interval. 2002-01-12 04:38:38 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00