aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_constraint.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/catalog.Tom Lane2003-07-21
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-16
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12