summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_coerce.c
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of domains over arrays.Tom Lane2010-10-211-5/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas2010-03-041-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-16/+11
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-311-61/+13
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-23/+24
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-121-2/+2
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-121-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-1/+2
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-141-8/+28
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-311-6/+18
* Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane2008-10-251-4/+7
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-131-3/+61
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-061-1/+2
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-101-10/+22
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-4/+16
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-70/+165
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-251-3/+2
* Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane2008-07-301-9/+5
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-301-190/+34
* 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