summaryrefslogtreecommitdiff
path: root/src/include/parser/parse_coerce.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+4
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-14/+11
* Add:Bruce Momjian2000-01-261-2/+3
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-3/+5
* More cleanupBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+2
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+4
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-2/+3
* Make type 'regproc' binary-compatible with int4 and oid,Tom Lane1999-03-101-3/+6
* Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart1999-02-131-3/+4
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-221-4/+10
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+9
* Include OID as a built-in type.Thomas G. Lockhart1998-08-141-2/+6
* Include int8 as a built-in data type.Thomas G. Lockhart1998-07-081-2/+3
* Add NAMEOID as built-in type.Thomas G. Lockhart1998-05-291-7/+22
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-0/+96