summaryrefslogtreecommitdiff
path: root/src/test/regress/input/constraints.source
AgeCommit message (Expand)Author
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2019-06-12Fix handling of COMMENT for domain constraintsMichael Paquier
2019-04-11Re-order some regression test scripts for more parallelism.Tom Lane
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-04-20Clean up references to SQL92Peter Eisentraut
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2011-06-06Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane
2010-01-02check_exclusion_constraint didn't actually work correctly for indexTom Lane
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2000-10-27Make regression tests work with VPATH builds.Peter Eisentraut
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-16Add check that inherited constraints and defaults work.Tom Lane
2000-01-05Update format to add uniform headers on files.Thomas G. Lockhart
1999-11-20My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)Tom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1997-12-05Change constraint syntax to SQL92 style.Thomas G. Lockhart
1997-10-17Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev
1997-09-16Add explicit, separate test sections for DEFAULT and CHECK.Thomas G. Lockhart
1997-08-28Tests for CHECK/DEFAULTVadim B. Mikheev