postgresql/src/backend
Tom Lane dae887abfe Remove now-dead code for processing CONSTR_UNIQUE nodes in
AlterTableAddConstraint.  Earlier reorganization of the parser's
processing of ALTER TABLE means that these node types no longer get here.
2001-12-04 17:19:48 +00:00
..
access Fix boundary condition in btbulkdelete: don't examine high key in case 2001-11-23 23:41:54 +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 Try to make genbki.sh a little more bulletproof, per trouble report 2001-11-30 20:21:06 +00:00
commands Remove now-dead code for processing CONSTR_UNIQUE nodes in 2001-12-04 17:19:48 +00:00
executor Insert CommandCounterIncrement call into SPI_cursor_open. 2001-11-21 18:30:58 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Add mention of template1 usage. 2001-11-20 18:23:37 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names 2001-11-05 05:00:14 +00:00
optimizer Repair failure to mark an inserted Materialize node with the appropriate 2001-11-30 19:24:15 +00:00
parser Make the yacc rules safe for parallel make. See discussion on pgsql-patches 2001-11-16 16:32:33 +00:00
po Hi Bruce, here is a first version of the hu.po file for the backend. I 2001-12-04 17:00:51 +00:00
port Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS. 2001-11-15 16:08:15 +00:00
postmaster Suppress data directory access-permissions check when __CYGWIN__, 2001-12-04 16:17:48 +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 Clean up usage-statistics display code (ShowUsage and friends). StatFp 2001-11-10 23:51:14 +00:00
tcop Some minor tweaks of REINDEX processing: grab exclusive lock a little 2001-11-20 02:46:13 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Fix array_out's failure to backslash backslashes, per bug# 524. Also, 2001-11-29 21:02:41 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00