]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_conversion.h
Reorganize our CRC source files again.
[postgresql] / src / include / catalog / pg_conversion.h
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-01-01 Bruce MomjianUpdate copyright for 2009.
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-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-16 Tatsuo Ishiifix typo in a comment
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-09-04 Bruce Momjianpgindent run.
2002-08-06 Tom LaneMove pg_convert3 declaration to suppress compile warnin...
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-04 Thomas G. LockhartMinor clarification or fix of typos.
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.