summaryrefslogtreecommitdiff
path: root/src/backend/commands/constraint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-131-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane2020-04-031-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-2/+2
* tableam: Add and use scan APIs.Andres Freund2019-03-111-31/+37
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-211-1/+1
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-141-0/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-1/+2
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-111-6/+11
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-21/+21
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-11/+34
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-0/+166