index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
input
/
constraints.source
Age
Commit message (
Expand
)
Author
2021-12-20
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
Remove dynamic translation of regression test scripts, step 1.
Tom Lane
2020-12-15
Clean up ancient test style
Peter Eisentraut
2019-06-12
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-04-11
Re-order some regression test scripts for more parallelism.
Tom Lane
2018-03-23
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2015-05-11
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-03-23
Apply table and domain CHECK constraints in name order.
Tom Lane
2014-12-23
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2011-06-06
Reset reindex-in-progress state before reverifying an exclusion constraint.
Tom Lane
2010-01-02
check_exclusion_constraint didn't actually work correctly for index
Tom Lane
2009-12-07
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2005-10-02
Change nextval and other sequence functions to specify their sequence
Tom Lane
2000-10-27
Make regression tests work with VPATH builds.
Peter Eisentraut
2000-01-19
Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result
Tom Lane
2000-01-16
Add check that inherited constraints and defaults work.
Tom Lane
2000-01-05
Update format to add uniform headers on files.
Thomas G. Lockhart
1999-11-20
My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)
Tom Lane
1999-10-03
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-02-02
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1997-12-05
Change constraint syntax to SQL92 style.
Thomas G. Lockhart
1997-10-17
Changes due to fixed DEFAULT behaviour.
Vadim B. Mikheev
1997-09-16
Add explicit, separate test sections for DEFAULT and CHECK.
Thomas G. Lockhart
1997-08-28
Tests for CHECK/DEFAULT
Vadim B. Mikheev