Commits

DateSubjectAuthorReleases
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-04-21 Recast "ONLY" column CHECK constraints as NO INHERIT Alvaro Herrera 9.2.0
2011-06-06 Reset reindex-in-progress state before reverifying an exclusion constraint. Tom Lane 9.1.0
2010-01-02 check_exclusion_constraint didn't actually work correctly for index Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2005-10-02 Change nextval and other sequence functions to specify their sequence Tom Lane 8.1.0
2000-10-27 Make regression tests work with VPATH builds. Peter Eisentraut 7.1.1
2000-01-19 Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result Tom Lane 7.1.1
2000-01-16 Add check that inherited constraints and defaults work. Tom Lane 7.1.1
2000-01-05 Update format to add uniform headers on files. Thomas G. Lockhart 7.1.1
1999-11-20 My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2) Tom Lane 7.1.1
1999-10-03 Reimplement parsing and storage of default expressions and constraint Tom Lane 7.1.1
1999-02-02 Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. Bruce Momjian 7.1.1
1997-12-05 Change constraint syntax to SQL92 style. Thomas G. Lockhart 7.1.1
1997-10-17 Changes due to fixed DEFAULT behaviour. Vadim B. Mikheev 7.1.1
1997-09-16 Add explicit, separate test sections for DEFAULT and CHECK. Thomas G. Lockhart 7.1.1
1997-08-28 Tests for CHECK/DEFAULT Vadim B. Mikheev 7.1.1