]> granicus.if.org Git - postgresql/history - src/test/regress/expected/domain.out
Fix 8.2 breakage of domains over array types, and add a regression test case
[postgresql] / src / test / regress / expected / domain.out
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-10-06 Peter EisentrautMessage style improvements
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-11-17 Tom LaneMake SQL arrays support null elements. This commit...
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...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2003-09-29 Tom LaneImprove context display for failures during COPY IN...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-07-21 Tom LaneError message editing in backend/executor.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-04 Tom LanePartial code review for ALTER DOMAIN patch. Incorporat...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
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 Tom LaneUpdate expected files for recent changes of domain...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...