summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PG_MAJORVERSION:Bruce Momjian2010-01-061-34/+8
* Use OIDCHARS:Bruce Momjian2010-01-061-5/+5
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-1/+72
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-2/+52
* Revert the temporary patch to work around Snow Leopard readdir() bug.Tom Lane2009-11-101-12/+1
* Install a hopefully-temporary workaround for Snow Leopard readdir() bug.Tom Lane2009-09-121-1/+12
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-2/+2
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-12/+12
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane2007-12-281-6/+5
* pgindent run for 8.3.Bruce Momjian2007-11-151-25/+25
* Prevent re-use of a deleted relation's relfilenode until after the nextTom Lane2007-11-151-6/+23
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-1/+17
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-071-99/+130
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-6/+200
* Make some messages more consistentPeter Eisentraut2007-05-311-2/+2
* Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlinkTom Lane2007-03-221-2/+15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-9/+1
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-061-141/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-2/+141
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-031-2/+2