summaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_constraint.c
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-11/+11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-2/+6
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-5/+3
* Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary keyTom Lane2008-01-171-1/+63
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+5
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-108/+80
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-121-189/+1
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-111-1/+189
* 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-26/+25
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-1/+67
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-22/+17
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+5
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-1/+95
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-74/+79
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-21/+21
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-16/+21
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-10/+9
* Error message editing in backend/catalog.Tom Lane2003-07-211-8/+6
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-12/+5
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-34/+12
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-4/+11
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-11/+4
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-4/+11
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-10/+64
* 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