summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/domain.out
Commit message (Expand)AuthorAgeFilesLines
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-291-0/+25
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-011-0/+30
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Add support for renaming domain constraintsPeter Eisentraut2012-04-031-0/+7
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-011-8/+8
* Print function signature, not just name, in PL/pgSQL error messages.Heikki Linnakangas2012-01-311-8/+8
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-051-0/+4
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-221-0/+7
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-291-0/+4
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-291-0/+2
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-301-0/+11
* Message style and spelling improvementsPeter Eisentraut2011-06-221-2/+2
* Allow domains over arrays to match ANYARRAY parameters again.Tom Lane2011-06-081-0/+36
* Improve handling of domains over arrays.Tom Lane2010-10-211-0/+99
* Remove ancient PL/pgsql line numbering hack.Robert Haas2010-08-021-3/+3
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-5/+7
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-1/+1
* Fix select_common_type() so that it can select a domain type, if all inputsTom Lane2007-11-261-0/+19
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-291-1/+9
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-111-0/+29
* Fix 8.2 breakage of domains over array types, and add a regression test caseTom Lane2007-03-191-9/+29
* Fix plpgsql so that when a local variable has no initial-value expression,Tom Lane2007-02-011-0/+16
* Message style improvementsPeter Eisentraut2006-10-061-1/+1
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-5/+79
* Add regression tests to verify that domain constraints on parametersNeil Conway2006-01-151-0/+14
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-1/+1
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-021-2/+2
* Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure thatNeil Conway2005-01-251-0/+14
* Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway2004-08-051-13/+13
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-4/+4
* 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