]> granicus.if.org Git - postgresql/history - src/test/regress/sql/domain.sql
Fix 8.2 breakage of domains over array types, and add a regression test case
[postgresql] / src / test / regress / sql / domain.sql
2007-03-19 Tom LaneFix 8.2 breakage of domains over array types, and add...
2007-02-01 Tom LaneFix plpgsql so that when a local variable has no initia...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-01-15 Neil ConwayAdd regression tests to verify that domain constraints...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-01-25 Neil ConwayRegression tests for recent bugfix to ALTER TABLE ADD...
2004-08-05 Joe ConwayRequire that array literals produce "rectangular" array...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-09-20 Bruce MomjianFixed this problem and added regression tests in domain...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-20 Bruce Momjian- test for indexes on a domain
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...