Commits

DateSubjectAuthorReleases
2015-11-29 Avoid caching expression state trees for domain constraints across queries. Tom Lane 9.6.0
2015-11-29 Avoid caching expression state trees for domain constraints across queries. Tom Lane 9.5.0
2015-03-01 Use the typcache to cache constraints for domain types. Tom Lane 9.5.0
2012-04-03 Add support for renaming domain constraints Peter Eisentraut 9.2.0
2012-01-05 Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint Peter Eisentraut 9.2.0
2011-12-22 Add ALTER DOMAIN ... RENAME Peter Eisentraut 9.2.0
2011-06-30 Enable CHECK constraints to be declared NOT VALID Alvaro Herrera 9.2.0
2011-06-08 Allow domains over arrays to match ANYARRAY parameters again. Tom Lane 9.1.0
2010-10-21 Improve handling of domains over arrays. Tom Lane 9.1.0
2007-11-26 Fix select_common_type() so that it can select a domain type, if all inputs Tom Lane 8.3.0
2007-10-29 Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. Tom Lane 8.3.0
2007-05-11 Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT Tom Lane 8.2.5
2007-05-11 Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT Tom Lane 8.3.0
2007-03-19 Fix 8.2 breakage of domains over array types, and add a regression test case Tom Lane 8.2.4
2007-03-19 Fix 8.2 breakage of domains over array types, and add a regression test case Tom Lane 8.3.0
2007-02-01 Fix plpgsql so that when a local variable has no initial-value expression, Tom Lane 8.2.2
2007-02-01 Fix plpgsql so that when a local variable has no initial-value expression, Tom Lane 8.3.0
2006-04-05 Fix a bunch of problems with domains by making them use special input functions Tom Lane 8.2.0
2006-01-15 Add regression tests to verify that domain constraints on parameters Neil Conway 8.2.0
2005-10-02 Change nextval and other sequence functions to specify their sequence Tom Lane 8.1.0
2005-01-25 Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that Neil Conway 8.1.0
2004-08-05 Require that array literals produce "rectangular" arrays, i.e. all the Joe Conway 8.0.0
2003-09-15 Remove warnings for operations that have no effect when executed repeatedly. Peter Eisentraut 7.4.1
2003-05-14 Backend support for autocommit removed, per recent discussions. The Tom Lane 7.4.1
2003-02-03 Determine the set of constraints applied to a domain at executor Tom Lane 7.4.1