summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAgeFilesLines
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-171-2/+15
* Allow "in place" tablespaces.Thomas Munro2022-01-151-7/+32
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Consistently use "superuser" instead of "super user"Daniel Gustafsson2021-09-081-1/+1
* Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.Noah Misch2021-08-271-23/+19
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-311-1/+1
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-151-3/+1
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-141-0/+12
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-031-1/+6
* Fix temporary tablespaces for shared filesetsMagnus Hagander2020-07-031-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* pgindent run prior to branching v12.Tom Lane2019-07-011-2/+2
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-291-0/+18
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-101-6/+8
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Initial pgindent run for v12.Tom Lane2019-05-221-3/+3
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-251-3/+13
* tableam: Add and use scan APIs.Andres Freund2019-03-111-18/+19
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-13/+13
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-9/+14
* Refactor dir/file permissionsStephen Frost2018-04-071-8/+10
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-5/+5
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-15/+15
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-1/+1
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-7/+3
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove various special checks around default rolesStephen Frost2016-05-061-4/+0
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-081-0/+4
* Fix multiple bugs in tablespace symlink removal.Tom Lane2016-04-081-9/+23
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message improvementsPeter Eisentraut2015-11-161-2/+2
* Message style improvementsPeter Eisentraut2015-10-281-1/+1
* Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane2015-09-051-2/+3
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-261-24/+65
* Warn about tablespace creation in PGDATABruce Momjian2015-04-281-0/+6
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-091-1/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-2/+5
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-201-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-19/+12
* Use just one database connection in the "tablespace" test.Noah Misch2014-11-121-0/+7