aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser/parse_coerce.h
Commit message (Expand)AuthorAge
* 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
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Include OID as a built-in type.Thomas G. Lockhart1998-08-14
* Include int8 as a built-in data type.Thomas G. Lockhart1998-07-08
* Add NAMEOID as built-in type.Thomas G. Lockhart1998-05-29
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-09