postgresql/src/backend
2002-01-26 19:00:11 +00:00
..
access TOAST needs to do at least minimal time-qual checking in order not to 2002-01-16 20:29:02 +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 typo that caused equalTriggerDescs() to return false in cases where 2002-01-15 16:52:47 +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 Updates from Serguei Mokhov 2002-01-26 19:00:11 +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 Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list 2002-01-24 15:31:43 +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 Fix misstatements added by Bruce. 2002-01-16 23:51:56 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00