summaryrefslogtreecommitdiff
path: root/src/test/regress/output/tablespace.source
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-201-939/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-201-3/+6
* Fix the public schema's permissions in a separate test script.Tom Lane2021-12-171-3/+1
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-091-1/+3
* Add TABLESPACE option to REINDEXMichael Paquier2021-02-041-0/+183
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-141-0/+5
* Improve psql's \d output for partitioned indexes.Tom Lane2019-07-231-0/+89
* Fix default_tablespace usage for partitioned tablesAlvaro Herrera2019-06-071-11/+39
* Message style fixesAlvaro Herrera2019-04-301-1/+1
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-251-0/+334
* psql: display tablespace for partitioned indexesAlvaro Herrera2019-04-171-0/+8
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-171-0/+19
* Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera2018-11-231-0/+2
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-031-1/+18
* Improve psql's \d command to show whether index columns are key columns.Tom Lane2018-07-191-48/+48
* Add more tests for reloptionsAlvaro Herrera2017-10-191-2/+2
* Ignore tablespace ACLs when ignoring schema ACLs.Noah Misch2017-02-121-1/+8
* Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.Tom Lane2016-11-241-0/+29
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-231-0/+105
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-46/+46
* Use just one database connection in the "tablespace" test.Noah Misch2014-11-121-1/+1
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-211-2/+3
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-181-0/+13
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-181-2/+6
* Regression tests for ALTER TABLESPACE RENAME,OWNERSimon Riggs2013-12-111-1/+11
* Please tablespace directories in their own subdirectory so pg_migratorBruce Momjian2010-01-121-1/+1
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-0/+7
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-011-0/+1
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-4/+5
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-3/+3
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-031-1/+1
* Add a regression test for ALTER SET TABLESPACE; this is a whole separateTom Lane2007-01-021-0/+15
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-0/+21
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-12/+4
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-0/+45