aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/input/constraints.source
Commit message (Expand)AuthorAge
* 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
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane2011-06-05
* check_exclusion_constraint didn't actually work correctly for indexTom Lane2010-01-02
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* Make regression tests work with VPATH builds.Peter Eisentraut2000-10-27
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Add check that inherited constraints and defaults work.Tom Lane2000-01-16
* Update format to add uniform headers on files.Thomas G. Lockhart2000-01-05
* My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)Tom Lane1999-11-20
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Change constraint syntax to SQL92 style.Thomas G. Lockhart1997-12-05
* Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev1997-10-17
* Add explicit, separate test sections for DEFAULT and CHECK.Thomas G. Lockhart1997-09-16
* Tests for CHECK/DEFAULTVadim B. Mikheev1997-08-28