summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/domain.out
Commit message (Expand)AuthorAgeFilesLines
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-291-3/+3
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-20/+20
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-151-4/+0
* Error message editing in backend/executor.Tom Lane2003-07-211-17/+17
* Error message editing in backend/catalog.Tom Lane2003-07-211-2/+2
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-7/+7
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-1/+1
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-21/+19
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-3/+6
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-3/+0
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-3/+38
* Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane2003-01-041-5/+5
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-2/+2
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-3/+77
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-77/+3
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-3/+77
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-12/+20
* Make regression tests safe for autocommit = 'off'.Bruce Momjian2002-10-191-0/+2
* Fixed this problem and added regression tests in domain.sql.Bruce Momjian2002-09-201-4/+20
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-4/+8
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-4/+3
* Update expected files for recent changes of domain tests.Tom Lane2002-08-201-1/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-2/+4
* Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian2002-07-111-2/+2
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-4/+27
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-251-4/+4
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-251-4/+4
* Code review for DOMAIN patch.Tom Lane2002-03-201-3/+33
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-0/+114