summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_constraint.c
Commit message (Expand)AuthorAgeFilesLines
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-221-1/+17
* pgindent run.Bruce Momjian2002-09-041-29/+29
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-3/+4
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-14/+4
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-10/+4
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-161-1/+20
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-0/+453