postgresql/src/bin
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
pg_relcheck is gone; CHECK, UNIQUE, PRIMARY KEY, and FOREIGN KEY
constraints all have real live entries in pg_constraint.  pg_depend
exists, and RESTRICT/CASCADE options work on most kinds of DROP;
however, pg_depend is not yet very well populated with dependencies.
(Most of the ones that are present at this point just replace formerly
hardwired associations, such as the implicit drop of a relation's pg_type
entry when the relation is dropped.)  Need to add more logic to create
dependency entries, improve pg_dump to dump constraints in place of
indexes and triggers, and add some regression tests.
2002-07-12 18:43:19 +00:00
..
initdb Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
initlocation Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ipcclean Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_config Upgrade to Autoconf version 2.53. Replaced many custom macro 2002-03-29 17:32:55 +00:00
pg_ctl This is a simple patch to put double quotes around a few cases in 2001-09-29 03:09:32 +00:00
pg_dump Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
pg_encoding pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
pg_id pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pgaccess Add missing pgaccess copyright file, same as ours. 2002-07-03 16:57:08 +00:00
pgtclsh Update copyright to 2002. 2002-06-20 20:29:54 +00:00
psql Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
scripts Update copyright to 2002. 2002-06-20 20:29:54 +00:00
Makefile Update copyright to 2002. 2002-06-20 20:29:54 +00:00