| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -4/+8 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -4/+3 |
| * | Update expected files for recent changes of domain tests. | Tom Lane | 2002-08-20 | 1 | -1/+2 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -2/+4 |
| * | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian | 2002-07-11 | 1 | -2/+2 |
| * | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 | 1 | -4/+27 |
| * | Back out cleanup patch. Got old version and needs work. | Bruce Momjian | 2002-06-25 | 1 | -4/+4 |
| * | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-25 | 1 | -4/+4 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -3/+33 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -0/+114 |