| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid caching expression state trees for domain constraints across queries. | Tom Lane | 2015-11-29 | 1 | -0/+25 |
| * | Use the typcache to cache constraints for domain types. | Tom Lane | 2015-03-01 | 1 | -0/+30 |
| * | Reduce messages about implicit indexes and sequences to DEBUG1. | Robert Haas | 2012-07-04 | 1 | -1/+0 |
| * | Add support for renaming domain constraints | Peter Eisentraut | 2012-04-03 | 1 | -0/+7 |
| * | Code review for plpgsql fn_signature patch. | Tom Lane | 2012-02-01 | 1 | -8/+8 |
| * | Print function signature, not just name, in PL/pgSQL error messages. | Heikki Linnakangas | 2012-01-31 | 1 | -8/+8 |
| * | Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint | Peter Eisentraut | 2012-01-05 | 1 | -0/+4 |
| * | Add ALTER DOMAIN ... RENAME | Peter Eisentraut | 2011-12-22 | 1 | -0/+7 |
| * | When a row fails a not-null constraint, show row's contents in errdetail. | Tom Lane | 2011-11-29 | 1 | -0/+4 |
| * | When a row fails a CHECK constraint, show row's contents in errdetail. | Tom Lane | 2011-11-29 | 1 | -0/+2 |
| * | Enable CHECK constraints to be declared NOT VALID | Alvaro Herrera | 2011-06-30 | 1 | -0/+11 |
| * | Message style and spelling improvements | Peter Eisentraut | 2011-06-22 | 1 | -2/+2 |
| * | Allow domains over arrays to match ANYARRAY parameters again. | Tom Lane | 2011-06-08 | 1 | -0/+36 |
| * | Improve handling of domains over arrays. | Tom Lane | 2010-10-21 | 1 | -0/+99 |
| * | Remove ancient PL/pgsql line numbering hack. | Robert Haas | 2010-08-02 | 1 | -3/+3 |
| * | Improve reporting of dependencies in DROP to work like the scheme that we | Tom Lane | 2008-06-11 | 1 | -5/+7 |
| * | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane | 2008-06-08 | 1 | -1/+1 |
| * | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane | 2007-11-26 | 1 | -0/+19 |
| * | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane | 2007-10-29 | 1 | -1/+9 |
| * | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 | 1 | -0/+29 |
| * | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane | 2007-03-19 | 1 | -9/+29 |
| * | Fix plpgsql so that when a local variable has no initial-value expression, | Tom Lane | 2007-02-01 | 1 | -0/+16 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -1/+1 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -5/+79 |
| * | Add regression tests to verify that domain constraints on parameters | Neil Conway | 2006-01-15 | 1 | -0/+14 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -1/+1 |
| * | Change nextval and other sequence functions to specify their sequence | Tom Lane | 2005-10-02 | 1 | -2/+2 |
| * | Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that | Neil Conway | 2005-01-25 | 1 | -0/+14 |
| * | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway | 2004-08-05 | 1 | -13/+13 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -4/+4 |
| * | Improve context display for failures during COPY IN, as recently | Tom Lane | 2003-09-29 | 1 | -3/+3 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -1/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -20/+20 |
| * | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 | 1 | -4/+0 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 1 | -17/+17 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -2/+2 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -7/+7 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -1/+1 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -21/+19 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -3/+6 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -3/+0 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -3/+38 |
| * | Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's | Tom Lane | 2003-01-04 | 1 | -5/+5 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -3/+77 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 1 | -77/+3 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 1 | -3/+77 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -12/+20 |
| * | Make regression tests safe for autocommit = 'off'. | Bruce Momjian | 2002-10-19 | 1 | -0/+2 |
| * | Fixed this problem and added regression tests in domain.sql. | Bruce Momjian | 2002-09-20 | 1 | -4/+20 |