summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-4/+4
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-11/+12
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-39/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-77/+87
* A visit from the message-style police ...Tom Lane2003-07-281-4/+4
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-49/+90
* First bits of work on error message editing.Tom Lane2003-07-181-5/+8
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-031-1/+7
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-1/+33
* Fix compile warnings.Tom Lane2003-06-271-1/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-2/+2
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-2/+2
* Back out array mega-patch.Bruce Momjian2003-06-251-28/+6
* Array mega-patch.Bruce Momjian2003-06-241-6/+28
* 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