postgresql/src/backend
Tatsuo Ishii 933761e7b1 Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. 2001-11-20 01:32:29 +00:00
..
access Clean up usage-statistics display code (ShowUsage and friends). StatFp 2001-11-10 23:51:14 +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 IsSystemRelationName() treats TOAST relations as system relations. 2001-11-16 23:30:35 +00:00
commands Remove 'triggered data change violation' error check, per recent 2001-11-16 16:31:16 +00:00
executor Repair crash in EvalPlanQual of query involving nestloop with inner 2001-11-12 17:18:06 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Add example of using 'sameuser' followed by 'all' pg_hba records to 2001-11-18 23:24:16 +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 If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the 2001-11-12 20:04:20 +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 More *.po cleanups for new spacing. 2001-10-31 05:16:31 +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 Remove a bunch more no-longer-used stuff in libpq-be.h. 2001-11-12 05:43:25 +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 Clean up usage-statistics display code (ShowUsage and friends). StatFp 2001-11-10 23:51:14 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface. 2001-11-20 01:32:29 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00