]> granicus.if.org Git - postgresql/history - src/include/commands/conversioncmds.h
Consolidate DROP handling for some object types.
[postgresql] / src / include / commands / conversioncmds.h
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
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-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2002-09-04 Bruce Momjianpgindent run.
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.