]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_conversion.c
Update copyright for 2016
[postgresql] / src / backend / catalog / pg_conversion.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-05 Alvaro HerreraSilence warning in non-assert-enabled build
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro Herreraremove catcache.h from syscache.h
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-02 Robert HaasFold FindConversion() into FindConversionByName() and...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-31 Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-05-30 Bruce MomjianMove conversion dependency patch to the proper branch...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
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 Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-09-04 Bruce Momjianpgindent run.
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-16 Tatsuo IshiiFix typo
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.