aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAge
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesetsMagnus Hagander2020-07-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Add an enforcement mechanism for global object names in regression tests.Tom Lane2019-06-29
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Refactor dir/file permissionsStephen Frost2018-04-07
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove various special checks around default rolesStephen Frost2016-05-06
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Fix multiple bugs in tablespace symlink removal.Tom Lane2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Message improvementsPeter Eisentraut2015-11-16
* Message style improvementsPeter Eisentraut2015-10-28
* Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane2015-09-05
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26
* Warn about tablespace creation in PGDATABruce Momjian2015-04-28
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Use just one database connection in the "tablespace" test.Noah Misch2014-11-12
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-04
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-23