aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAge
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* First bits of work on error message editing.Tom Lane2003-07-18
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Fix compile warnings.Tom Lane2003-06-27
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* transformExpr() was missing some cases it ought to allow; per reportTom Lane2003-02-13
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Recent changes in sublink representation require exprType() to acceptTom Lane2003-01-13
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-10
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-09
* Deliver better error message when a relation name is used in an expression.Tom Lane2002-12-27
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-30
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane2002-08-08
* Implement IS OF type predicate. Can now do queries of the form:Thomas G. Lockhart2002-08-04
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16