]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_namespace.c
Update copyright for 2015
[postgresql] / src / backend / catalog / pg_namespace.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
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-03-09 Robert HaasExtend object access hook framework to support argument...
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
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-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-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-21 Tom LaneError message editing in backend/catalog.
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...