summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_coerce.h
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+4
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-261-4/+4
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-261-2/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-2/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-061-2/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-4/+4
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-22/+22
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-031-1/+3
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-1/+4
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-291-6/+11
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-1/+10
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-3/+3
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-241-1/+4
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-15/+17
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-2/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-3/+4
* Code review for DOMAIN patch.Tom Lane2002-03-201-34/+2
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-1/+2
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-2/+1
* Ok. Updated patch attached.Bruce Momjian2002-03-061-1/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-13/+14
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-14/+13
* Remove no-longer-used macros.Tom Lane2001-10-031-62/+1
* Add an operator xid '=' int and remove BINARY_COMPATI...Hiroshi Inoue2001-09-301-2/+1
* Allow comparison between xid and xid, int.Hiroshi Inoue2001-09-291-1/+2
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-241-8/+1
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-231-1/+8
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-1/+3
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-221-4/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-171-1/+2
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-1/+6
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-211-3/+8
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-201-8/+1
* Add compatiblity information for bytea.Bruce Momjian2000-03-201-1/+8