| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane | 2003-02-10 | 1 | -15/+13 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -7/+7 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -11/+11 |
| * | Recent changes in sublink representation require exprType() to accept | Tom Lane | 2003-01-13 | 1 | -1/+29 |
| * | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane | 2003-01-10 | 1 | -29/+14 |
| * | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane | 2003-01-09 | 1 | -3/+45 |
| * | Deliver better error message when a relation name is used in an expression. | Tom Lane | 2002-12-27 | 1 | -1/+12 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -45/+44 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -74/+85 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -1/+9 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 1 | -9/+1 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 1 | -1/+9 |
| * | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 | 1 | -1/+3 |
| * | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 | 1 | -2/+1 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -23/+34 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -155/+36 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -149/+159 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -6/+8 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -2/+2 |
| * | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane | 2002-08-08 | 1 | -7/+10 |
| * | Implement IS OF type predicate. Can now do queries of the form: | Thomas G. Lockhart | 2002-08-04 | 1 | -9/+44 |
| * | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 | 1 | -82/+7 |
| * | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 | 1 | -7/+82 |
| * | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 | 1 | -3/+6 |
| * | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart | 2002-07-04 | 1 | -1/+12 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 1 | -6/+6 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -64/+43 |
| * | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane | 2002-04-28 | 1 | -6/+6 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -15/+13 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -2/+3 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -6/+11 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -27/+3 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -90/+232 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -4/+3 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -3/+4 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -2/+2 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -4/+3 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -3/+4 |
| * | If the alternatives for a CASE construct all have the same typmod, | Tom Lane | 2001-11-12 | 1 | -1/+32 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -23/+23 |
| * | Fix transformExpr() to not scribble on its input datastructure while | Tom Lane | 2001-10-08 | 1 | -49/+57 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -3/+3 |
| * | Suppress gcc warning. | Tom Lane | 2001-09-20 | 1 | -5/+11 |
| * | Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. | Peter Eisentraut | 2001-09-20 | 1 | -10/+32 |
| * | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 1 | -13/+13 |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -39/+81 |
| * | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 1 | -1/+2 |
| * | Print error on SELECT tab FROM tab: | Bruce Momjian | 2001-05-21 | 1 | -1/+4 |
| * | New comment. This func/column things has always confused me. | Bruce Momjian | 2001-05-19 | 1 | -4/+4 |