summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-26/+76
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-8/+122
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-1/+94
* transformExpr() was missing some cases it ought to allow; per reportTom Lane2003-02-131-5/+16
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-101-15/+13
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-7/+7
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-11/+11
* Recent changes in sublink representation require exprType() to acceptTom Lane2003-01-131-1/+29
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-101-29/+14
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-091-3/+45
* Deliver better error message when a relation name is used in an expression.Tom Lane2002-12-271-1/+12
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-45/+44
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-74/+85
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-1/+9
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-9/+1
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-1/+9
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-301-1/+3
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-261-2/+1
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-23/+34
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-155/+36
* pgindent run.Bruce Momjian2002-09-041-149/+159
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-6/+8
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-2/+2
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-081-7/+10
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-041-9/+44
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-82/+7
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-7/+82
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-3/+6
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-041-1/+12
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-171-6/+6
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-64/+43
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-281-6/+6
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-15/+13
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-2/+3
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-6/+11
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-27/+3
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-90/+232
* Code review for DOMAIN patch.Tom Lane2002-03-201-4/+3
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-3/+4
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-2/+2
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-4/+3
* Ok. Updated patch attached.Bruce Momjian2002-03-061-3/+4
* If the alternatives for a CASE construct all have the same typmod,Tom Lane2001-11-121-1/+32
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-23/+23
* Fix transformExpr() to not scribble on its input datastructure whileTom Lane2001-10-081-49/+57
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-3/+3
* Suppress gcc warning.Tom Lane2001-09-201-5/+11
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-201-10/+32
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-091-13/+13