postgresql/src/backend
2002-01-08 17:03:41 +00:00
..
access Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
bootstrap Make the yacc rules safe for parallel make. See discussion on pgsql-patches 2001-11-16 16:32:33 +00:00
catalog Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +00:00
commands Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 2002-01-06 00:37:44 +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 Place PAM before REJECT in sample file. 2001-12-24 04:44:03 +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 If we fail to fork a new backend process, (try to) report the failure 2002-01-06 21:40:02 +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 Require ownership permission for CREATE INDEX, per bug report. 2002-01-03 23:21:32 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Fix lpad() and rpad() to produce correct results in variable-length 2002-01-08 17:03:41 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00