summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAgeFilesLines
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-111-26/+35
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix select_common_type() so that it can select a domain type, if all inputsTom Lane2007-11-261-6/+27
* pgindent run for 8.3.Bruce Momjian2007-11-151-25/+26
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-061-2/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-2/+6
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-061-44/+79
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-78/+156
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-28/+86
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-97/+124
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-1/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-89/+12
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+41
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-1/+9
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-281-4/+3
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-111-5/+16
* pgindent run for 8.2.Bruce Momjian2006-10-041-14/+14
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-261-22/+26
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-261-2/+40
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+3
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-2/+2
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-23/+37
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-20/+15
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* We neglected to apply domain constraints on UNKNOWN parameters toNeil Conway2006-01-121-2/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-10/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-130/+116
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-041-4/+5
* Change the UNKNOWN type to have an internal representation matchingTom Lane2005-05-301-4/+6
* Remove typeidIsValid() checks in can_coerce_type(). These checksTom Lane2005-05-291-7/+1
* Allow implicit cast from any named composite type to RECORD. At theTom Lane2005-05-051-1/+15
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-9/+15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-111-7/+12
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-061-16/+31
* Pgindent run for 8.0.Bruce Momjian2004-08-291-38/+41
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-191-23/+6
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-171-14/+44
* 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