Commits

DateSubjectAuthorReleases
2015-05-11 Fix incorrect checking of deferred exclusion constraint after a HOT update. Tom Lane 9.3.7
2015-05-11 Fix incorrect checking of deferred exclusion constraint after a HOT update. Tom Lane 9.4.2
2015-05-11 Fix incorrect checking of deferred exclusion constraint after a HOT update. Tom Lane 9.5.0
2015-05-11 Fix incorrect checking of deferred exclusion constraint after a HOT update. Tom Lane 9.1.16
2015-05-11 Fix incorrect checking of deferred exclusion constraint after a HOT update. Tom Lane 9.0.20
2015-05-11 Fix incorrect checking of deferred exclusion constraint after a HOT update. Tom Lane 9.2.11
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0
2015-03-23 Apply table and domain CHECK constraints in name order. Tom Lane 9.5.0
2014-12-23 get_object_address: separate domain constraints from table constraints Alvaro Herrera 9.5.0
2013-09-23 Don't allow system columns in CHECK constraints, except tableoid. Robert Haas 9.4.0
2013-04-20 Clean up references to SQL92 Peter Eisentraut 9.3.0
2012-07-24 Change syntax of new CHECK NO INHERIT constraints Alvaro Herrera 9.2.0
2012-07-24 Change syntax of new CHECK NO INHERIT constraints Alvaro Herrera 9.3.0
2012-07-05 Reduce messages about implicit indexes and sequences to DEBUG1. Robert Haas 9.3.0
2012-04-21 Recast "ONLY" column CHECK constraints as NO INHERIT Alvaro Herrera 9.2.0
2011-11-29 When a row fails a not-null constraint, show row's contents in errdetail. Tom Lane 9.2.0
2011-11-29 When a row fails a CHECK constraint, show row's contents in errdetail. Tom Lane 9.2.0
2011-06-06 Reset reindex-in-progress state before reverifying an exclusion constraint. Tom Lane 9.1.0
2010-03-22 Fix regression test breakage from recent change in default name of exclusion-constraint index. Tom Lane 9.0.0
2010-01-02 check_exclusion_constraint didn't actually work correctly for index Tom Lane 9.0.0
2009-12-23 Adjust naming of indexes and their columns per recent discussion. Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-08-01 Improve unique-constraint-violation error messages to include the exact Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2007-06-03 Clarify some error messages about duplicate things. Peter Eisentraut 8.3.0