postgresql/src/backend
Tom Lane 789ddcb5fe Add tgconstrrelid to stored Trigger structures, make RI trigger functions
depend on this rather than the trigger argument strings to locate the
other relation to test.  This makes RI triggers function properly in
the presence of schemas and temp tables.  Along the way, fix bogus lack
of locking in RI triggers, handle quoting of names fully correctly,
compute required sizes of query buffers with some semblance of accuracy.
2002-04-01 22:36:13 +00:00
..
access Create a new GUC variable search_path to control the namespace search 2002-04-01 03:34:27 +00:00
bootstrap Attached is a patch which adds 2 missing semi-colons to 2002-04-01 14:22:41 +00:00
catalog Create a new GUC variable search_path to control the namespace search 2002-04-01 03:34:27 +00:00
commands Add tgconstrrelid to stored Trigger structures, make RI trigger functions 2002-04-01 22:36:13 +00:00
executor Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Improve wording of pg_hba.conf file. 2002-03-08 20:36:58 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
optimizer A little further progress on schemas: push down RangeVars into 2002-03-22 02:56:37 +00:00
parser ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. 2002-04-01 04:35:40 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Move 2002-03-13 00:05:06 +00:00
postmaster Repair two problems with WAL logging of sequence nextvalI() ops, as 2002-03-15 19:20:36 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
storage Change made to elog: 2002-03-06 06:10:59 +00:00
tcop ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. 2002-04-01 04:35:40 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Add tgconstrrelid to stored Trigger structures, make RI trigger functions 2002-04-01 22:36:13 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00