aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/constraint.c
Commit message (Expand)AuthorAge
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Update copyright for 2018Bruce Momjian2018-01-02
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Support deferrable uniqueness constraints.Tom Lane2009-07-29