postgresql/src/include
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 pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +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 Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
lib New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
libpq Further work on elog cleanup: fix some bogosities in elog's logic about 2002-03-04 01:46:04 +00:00
mb > Tatsuo Ishii wrote: 2002-03-05 05:52:50 +00:00
nodes ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. 2002-04-01 04:35:40 +00:00
optimizer Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00
parser pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
port libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 2002-01-22 19:02:40 +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 Catcaches can now store negative entries as well as positive ones, to 2002-03-03 17:47:56 +00:00
tcop Clean up BeginCommand and related routines. BeginCommand and EndCommand 2002-02-27 19:36:13 +00:00
utils Add tgconstrrelid to stored Trigger structures, make RI trigger functions 2002-04-01 22:36:13 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
c.h Upgrade to Autoconf version 2.53. Replaced many custom macro 2002-03-29 17:32:55 +00:00
fmgr.h I attach a version of my toast-slicing patch, against current CVS 2002-03-05 05:33:31 +00:00
miscadmin.h Further work on elog cleanup: fix some bogosities in elog's logic about 2002-03-04 01:46:04 +00:00
pg_config.h.in Upgrade to Autoconf version 2.53. Replaced many custom macro 2002-03-29 17:32:55 +00:00
pg_config.h.win32 libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 2002-01-22 19:02:40 +00:00
pgstat.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
postgres_ext.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
postgres_fe.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rusagestub.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00