summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAgeFilesLines
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-17/+18
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-54/+239
* Pgindent run for 8.0.Bruce Momjian2004-08-291-84/+91
* Fixups for Win32 symlinks.Bruce Momjian2004-08-081-1/+10
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-6/+36
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-111-4/+12
* Andreas Pflug wrote:Joe Conway2004-07-021-2/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-1/+121
* Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane2004-06-211-3/+14
* Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian2004-06-211-5/+5
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-0/+660