summaryrefslogtreecommitdiff
path: root/src/include/commands/tablespace.h
Commit message (Expand)AuthorAgeFilesLines
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-1/+4
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-171-1/+3
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-3/+3
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-6/+23
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-111-2/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-1/+4
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-0/+29