]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_cast.h
Stamp copyrights for year 2011.
[postgresql] / src / include / catalog / pg_cast.h
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-07-16 Tom LaneAdd support for dividing money by money (yielding a...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-27 Peter EisentrautMake casts from xml to text independent of the XML...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-01 Neil ConwayAllow leading and trailing whitespace in the input...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-31 Neil ConwayRewrite uuid input and output routines to avoid depende...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2005-10-21 Tom LaneAdd an implicit cast from varchar to regclass, so that...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneRevert yesterday's change to make pg_cast.h say 'OID...
2005-04-12 Tom LaneAdjust pg_cast.h so that the OIDs assigned to built...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-03-15 Tom LaneRemove grotty special-case code in coerce_to_target_typ...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-14 Tom LaneAdd text(cidr) cast, per recent discussion. I'm not...
2002-10-14 Tom LaneAdd missing entries for bit<->int4 and bit<->int8 conve...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-01 Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...