aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAge
* Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane2003-12-17
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Tweak generic_type_consistency routines to avoid loss of functionalityTom Lane2003-09-23
* 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
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-03
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Fix up JOIN .. USING with domainsBruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Remove premature attempt to constant-fold type coercion expressions.Tom Lane2003-04-10
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* 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
* 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
* Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane2002-11-30
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-24
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-20
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian2002-07-09
* Fix compiler warning:Bruce Momjian2002-07-09
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-06
* 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
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make the world safe for atttypmod=0 ... this didn't use to mean anything,Tom Lane2001-10-04