postgresql/src/backend
2002-02-18 14:25:40 +00:00
..
access Add better error text: 2002-02-18 05:44:45 +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 Ensure that a cursor is scanned under the same scanCommandId it was 2002-02-14 15:24:10 +00:00
executor Ensure that a cursor is scanned under the same scanCommandId it was 2002-02-14 15:24:10 +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 Disable LIMIT #,# syntax, as agreed to months ago. Print message saying 2002-02-18 06:49:20 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Don't mention TIOGA in Makefile and move strdup.c rule into proper 2002-02-18 06:03:23 +00:00
postmaster pgstat's truncation of query string needs to be multibyte-aware. 2002-02-07 22:20:26 +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 Don't Assert() that fsync() and close() never fail; I have seen this 2002-02-10 22:56:31 +00:00
tcop Removed a check for REINDEX TABLE. 2002-02-07 00:27:30 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Remove MAX/MIN() macros, use c.h Max/Min() instead. 2002-02-18 14:25:40 +00:00
Makefile Don't mention TIOGA in Makefile and move strdup.c rule into proper 2002-02-18 06:03:23 +00:00