]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_constraint.h
CREATE INDEX ... INCLUDING (column[, ...])
[postgresql] / src / include / catalog / pg_constraint.h
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-02-11 Tom LaneMove pg_constraint.h function declarations to new file...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-20 Tom LaneFix handling of inherited check constraints in ALTER...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-31 Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-09-12 Tom LaneFix a couple other leftover uses of 'conisonly' termino...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-03 Peter EisentrautAdd support for renaming domain constraints
2012-01-27 Peter EisentrautHide most variable-length fields from Form_pg_* structs
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-03-11 Tom LaneUpdate comment for pg_constraint.conindid to mention...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-17 Tom LaneFix ALTER INDEX RENAME so that if the index belongs...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-06-28 Neil ConwayAdd missing #include directive: pg_constraint.h declare...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-10 Tom LaneClean up generation of default names for constraints...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-09-04 Bruce Momjianpgindent run.
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...