Commits

DateSubjectAuthorReleases
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.5.9
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 9.4.14
2017-08-09 Fix handling of container types in find_composite_type_dependencies. Tom Lane 10.0
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 9.6.4
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 10.0
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 9.3.18
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 9.4.13
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 9.2.22
2017-07-12 Fix ruleutils.c for domain-over-array cases, too. Tom Lane 9.5.8
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 10.0
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 9.4.13
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 9.5.8
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 9.2.22
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 9.3.18
2017-07-11 Fix multiple assignments to a column of a domain type. Tom Lane 9.6.4
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
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