]> granicus.if.org Git - postgresql/history - src/include/parser/parse_coerce.h
Back out BYTEA binary compatibility changes.
[postgresql] / src / include / parser / parse_coerce.h
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-17 Peter EisentrautAdd separate type category for bit string types, allowi...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-20 Bruce MomjianReverse out BYTEA type coersion.
2000-03-20 Bruce MomjianAdd compatiblity information for bytea.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-03-10 Tom LaneMake type 'regproc' binary-compatible with int4 and...
1999-02-13 Thomas G. LockhartRemove equivalence between datetime and float8. Led...
1998-10-22 Bruce MomjianRemove duplicate CIDR funcs by using coerce entries.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-14 Thomas G. LockhartInclude OID as a built-in type.
1998-07-08 Thomas G. LockhartInclude int8 as a built-in data type.
1998-05-29 Thomas G. LockhartAdd NAMEOID as built-in type.
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.