summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_constraint.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include directive: pg_constraint.h declares some functionsNeil Conway2006-06-281-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-121-7/+1
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-111-1/+7
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+12
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-1/+4
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+5
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-1/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-11/+10
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+7
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-5/+14
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-221-1/+2
* pgindent run.Bruce Momjian2002-09-041-29/+30
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-161-1/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-0/+172