aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_coerce.h
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* 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
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* 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 review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Remove no-longer-used macros.Tom Lane2001-10-03
* Add an operator xid '=' int and remove BINARY_COMPATI...Hiroshi Inoue2001-09-30
* Allow comparison between xid and xid, int.Hiroshi Inoue2001-09-29
* Back out BYTEA binary compatibility changes.Bruce Momjian2001-06-24
* > Marko Kreen <marko@l-t.ee> writes:Bruce Momjian2001-06-23
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add separate type category for bit string types, allowing mixed bit/varbitPeter Eisentraut2000-11-17
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-21
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-20
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* More cleanupBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Make type 'regproc' binary-compatible with int4 and oid,Tom Lane1999-03-10
* Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart1999-02-13
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-22
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08