]> granicus.if.org Git - postgresql/history - src/include/parser/parse_coerce.h
Remove cvs keywords from all files.
[postgresql] / src / include / parser / parse_coerce.h
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2002-10-24 Tom LaneFunction-call-style type coercions should be treated...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-03 Tom LaneRemove no-longer-used macros.
2001-09-30 Hiroshi InoueAdd an operator xid '=' int and remove BINARY_COMPATI...
2001-09-29 Hiroshi InoueAllow comparison between xid and xid, int.
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.