summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/090_reindexdb.pl
AgeCommit message (Expand)Author
2025-03-18Simplify reindexdb codingÁlvaro Herrera
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-25reindexdb: Add the index-level REINDEX with multiple jobsAlexander Korotkov
2024-03-11reindexdb: Allow specifying objects to process in all databases.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-07-26Fix a few issues with REINDEX grammarMichael Paquier
2022-07-21Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-19Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changesMichael Paquier
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-03-03Add --tablespace option to reindexdbMichael Paquier
2021-03-02Fix duplicated test case in TAP tests of reindexdbMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2019-07-27Add support for --jobs in reindexdbMichael Paquier
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2016-09-22Add tests for various connection string issuesPeter Eisentraut
2016-03-03Rework PostgresNode's psql methodAlvaro Herrera
2016-01-20PostgresNode: Add names to nodesAlvaro Herrera
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-05-15Support --verbose option in reindexdb.Fujii Masao
2015-04-04Fix TAP tests to use only standard command-line argument ordering.Tom Lane
2014-12-08Execute 18 tests for src/bin/scripts/t/090..Simon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-15Add TAP tests for client programsPeter Eisentraut