aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAge
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix DROP TABLESPACE to unlink symlink when directory is not there.Tom Lane2012-05-13
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane2012-02-06
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-20
* Simplify missing tablespace replay error hint message, but only in HEADBruce Momjian2010-07-18
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.Bruce Momjian2010-07-02
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-12
* More tablespace.c comment improvements.Bruce Momjian2010-01-07
* Clarify tablespace.c::TablespaceCreateDbspace() comments.Bruce Momjian2010-01-07
* PG_MAJORVERSION:Bruce Momjian2010-01-06
* Use OIDCHARS:Bruce Momjian2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane2009-11-10
* Install a hopefully-temporary workaround for Snow Leopard readdir() bug.Tom Lane2009-09-12
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19