summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_constraint.h
AgeCommit message (Expand)Author
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-01-17Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-06-28Add missing #include directive: pg_constraint.h declares some functionsNeil Conway
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-03-25Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-10Clean up generation of default names for constraints, indexes, and serialTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-09-22Move most of the error checking for foreign-key constraints out ofTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-07-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane