index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
input
/
constraints.source
Commit message (
Expand
)
Author
Age
*
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-23
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Reset reindex-in-progress state before reverifying an exclusion constraint.
Tom Lane
2011-06-05
*
check_exclusion_constraint didn't actually work correctly for index
Tom Lane
2010-01-02
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
*
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-10-02
*
Make regression tests work with VPATH builds.
Peter Eisentraut
2000-10-27
*
Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result
Tom Lane
2000-01-19
*
Add check that inherited constraints and defaults work.
Tom Lane
2000-01-16
*
Update format to add uniform headers on files.
Thomas G. Lockhart
2000-01-05
*
My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)
Tom Lane
1999-11-20
*
Reimplement parsing and storage of default expressions and constraint
Tom Lane
1999-10-03
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
Change constraint syntax to SQL92 style.
Thomas G. Lockhart
1997-12-05
*
Changes due to fixed DEFAULT behaviour.
Vadim B. Mikheev
1997-10-17
*
Add explicit, separate test sections for DEFAULT and CHECK.
Thomas G. Lockhart
1997-09-16
*
Tests for CHECK/DEFAULT
Vadim B. Mikheev
1997-08-28