summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAgeFilesLines
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-128/+187
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-6/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-6/+6
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-7/+7
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+120
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-151-45/+1
* Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane2003-12-171-20/+20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-11/+11
* Tweak generic_type_consistency routines to avoid loss of functionalityTom Lane2003-09-231-9/+34
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-98/+114
* A visit from the message-style police ...Tom Lane2003-07-281-7/+7
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-56/+88
* First bits of work on error message editing.Tom Lane2003-07-181-7/+11
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-031-3/+42
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-26/+75
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-2/+8
* Back out array mega-patch.Bruce Momjian2003-06-251-16/+3
* Fix up JOIN .. USING with domainsBruce Momjian2003-06-251-3/+3
* Array mega-patch.Bruce Momjian2003-06-241-3/+16
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-62/+88
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-30/+86
* Remove premature attempt to constant-fold type coercion expressions.Tom Lane2003-04-101-28/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-26/+318
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-4/+4
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-142/+70
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-4/+3
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-25/+23
* Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane2002-11-301-3/+2
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-261-8/+2
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-8/+3
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-3/+53
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-241-5/+2
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-107/+306
* pgindent run.Bruce Momjian2002-09-041-46/+55
* Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoidTom Lane2002-09-011-299/+266
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-52/+79
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-19/+42
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-201-2/+2
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-40/+56
* Oops, proper initialization for domainTypMod was none at all, not 0.Bruce Momjian2002-07-091-2/+2
* Fix compiler warning:Bruce Momjian2002-07-091-2/+2
* I've fixed up the way domain constraints (not null and type length)Bruce Momjian2002-07-061-16/+93
* 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-17/+29
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-33/+69
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-29/+45