]> granicus.if.org Git - postgresql/history - src/include/commands/tablespace.h
Update copyright for 2018
[postgresql] / src / include / commands / tablespace.h
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-06-26 Robert HaasBe more conservative about removing tablespace "symlinks".
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-01-07 Robert HaasFurther fixes for per-tablespace options patch.
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-17 Tom LaneGive a more user-friendly error message in situation...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...