summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-07Refactor dir/file permissionsStephen Frost
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Fix multiple bugs in tablespace symlink removal.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-17Message improvementsPeter Eisentraut
2015-10-29Message style improvementsPeter Eisentraut
2015-09-05Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-04-28Warn about tablespace creation in PGDATABruce Momjian
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-12Use just one database connection in the "tablespace" test.Noah Misch
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-05Fix tablespace creation WAL replay to work on Windows.Tom Lane
2014-01-30Fix unsafe references to errno within error messaging logic.Tom Lane
2014-01-24ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost
2014-01-19Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-13Add use of asprintf()Peter Eisentraut