aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAge
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-04
* Change the UNKNOWN type to have an internal representation matchingTom Lane2005-05-30
* Remove typeidIsValid() checks in can_coerce_type(). These checksTom Lane2005-05-29
* Allow implicit cast from any named composite type to RECORD. At theTom Lane2005-05-05
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-17
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-15
* Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane2003-12-17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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