summaryrefslogtreecommitdiff
path: root/src/backend/commands/tablespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+2
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-211-179/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-13/+13
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-4/+3
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-041-8/+25
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-291-1/+5
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-231-8/+21
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-181-1/+11
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-181-0/+171
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add use of asprintf()Peter Eisentraut2013-10-131-10/+6
* Update comments concerning PGC_S_TEST.Tom Lane2013-09-031-14/+5
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-6/+6
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-0/+5
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-10/+2
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-2/+9
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-1/+5