Commit Graph

2 Commits (6ad86feecb246f6b9d1f097e2bf777775b7c2434)

Author SHA1 Message Date
Peter Eisentraut 94aa7cc5f7 Add UNIQUE null treatment option 4 years ago
Tom Lane dc9c3b0ff2 Remove dynamic translation of regression test scripts, step 2. 4 years ago
Tom Lane d1029bb5a2 Remove dynamic translation of regression test scripts, step 1. 4 years ago
Peter Eisentraut c06d6aa4c3 Clean up ancient test style 5 years ago
Michael Paquier ceac4505d3 Fix handling of COMMENT for domain constraints 7 years ago
Tom Lane 798070ec05 Re-order some regression test scripts for more parallelism. 7 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 8 years ago
Tom Lane 20781765f7 Fix incorrect checking of deferred exclusion constraint after a HOT update. 11 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Tom Lane e5f455f59f Apply table and domain CHECK constraints in name order. 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 12 years ago
Robert Haas ba3d39c969 Don't allow system columns in CHECK constraints, except tableoid. 13 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 13 years ago
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints 14 years ago
Alvaro Herrera 09ff76fcdb Recast "ONLY" column CHECK constraints as NO INHERIT 14 years ago
Tom Lane dccfb72892 Reset reindex-in-progress state before reverifying an exclusion constraint. 15 years ago
Tom Lane 2b59274c09 check_exclusion_constraint didn't actually work correctly for index 17 years ago
Tom Lane 0cb65564e5 Add exclusion constraints, which generalize the concept of uniqueness to 17 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 17 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Peter Eisentraut 7e77668e7a Make regression tests work with VPATH builds. 26 years ago
Tom Lane 6d1efd76fb Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result 27 years ago
Tom Lane a4e1304ed1 Add check that inherited constraints and defaults work. 27 years ago
Thomas G. Lockhart c0cab6f4fa Update format to add uniform headers on files. 27 years ago
Tom Lane 79f39c4d34 My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2) 27 years ago
Tom Lane eabc714a91 Reimplement parsing and storage of default expressions and constraint 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 28 years ago
Thomas G. Lockhart 733f2a43cc Change constraint syntax to SQL92 style. 29 years ago
Vadim B. Mikheev fcfb4d1df6 Changes due to fixed DEFAULT behaviour. 29 years ago
Thomas G. Lockhart b8967bfeec Add explicit, separate test sections for DEFAULT and CHECK. 29 years ago
Vadim B. Mikheev 174bc0c1e7 Tests for CHECK/DEFAULT 29 years ago