summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAgeFilesLines
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-211-179/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-13/+13
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-4/+3
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-041-8/+25
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-291-1/+5
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-231-8/+21
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-181-1/+11
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-181-0/+171
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add use of asprintf()Peter Eisentraut2013-10-131-10/+6
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-031-14/+5
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-6/+6
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-0/+5
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-10/+2
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-2/+9
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-1/+5
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-281-22/+0
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-031-99/+0
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-14/+15
* Fix DROP TABLESPACE to unlink symlink when directory is not there.Tom Lane2012-05-131-6/+9
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-1/+10
* Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane2012-02-061-18/+47
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-301-6/+37
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-071-2/+0
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-6/+0
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-201-1/+3
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+7
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-30/+55
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-4/+4
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-101-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+5
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-22/+21
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-201-1/+30
* Simplify missing tablespace replay error hint message, but only in HEADBruce Momjian2010-07-181-3/+3
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+2
* Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.Bruce Momjian2010-07-021-3/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-38/+38
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-141-28/+2
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-154/+149
* More tablespace.c comment improvements.Bruce Momjian2010-01-071-6/+8
* Clarify tablespace.c::TablespaceCreateDbspace() comments.Bruce Momjian2010-01-071-6/+9