postgresql/src/backend/commands
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
..
_deadcode
analyze.c
async.c Change made to elog: 2002-03-06 06:10:59 +00:00
cluster.c Make renamerel take an OID, not a RangeVar, to identify the relation 2002-03-31 07:49:30 +00:00
command.c Add tgconstrrelid to stored Trigger structures, make RI trigger functions 2002-04-01 22:36:13 +00:00
comment.c
copy.c
creatinh.c Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00
dbcommands.c
define.c
explain.c
indexcmds.c Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00
Makefile
proclang.c
remove.c
rename.c Make renamerel take an OID, not a RangeVar, to identify the relation 2002-03-31 07:49:30 +00:00
sequence.c
trigger.c Add tgconstrrelid to stored Trigger structures, make RI trigger functions 2002-04-01 22:36:13 +00:00
user.c
vacuum.c Reimplement temp tables using schemas. The temp table map is history; 2002-03-31 06:26:32 +00:00
vacuumlazy.c
variable.c
view.c