summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t
AgeCommit message (Expand)Author
2022-09-24Message style improvementsPeter Eisentraut
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-16Fix createdb tests for C localePeter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-07-31Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan
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-07-13createuser: Add support for more clause types through new optionsMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-30Simplify a needlessly-complicated regular expression.Robert Haas
2022-03-29In 020_createdb.pl, change order of command-line arguments.Robert Haas
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-04Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-07Update copyright for 2022Bruce Momjian
2021-10-27Add test for copy of shared dependencies from template databaseMichael Paquier
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
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2021-01-07Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2020-06-22Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-02-27Remove TAP test for createdb --lc-ctypeMichael Paquier
2020-02-27createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier
2020-01-29Add --parallel option to vacuumdb command.Amit Kapila
2019-11-30Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila
2019-11-28Add tests for '-f' option in dropdb utility.Amit Kapila
2019-11-20Add the support for '-f' option in dropdb utility.Amit Kapila
2019-07-27Add support for --jobs in reindexdbMichael Paquier
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-01-31Add --min-xid-age and --min-mxid-age options to vacuumdbMichael Paquier
2019-01-30Do not filter by relkind in vacuumdb's catalog query if --table is usedMichael Paquier
2019-01-27Add TAP tests for vacuumdb with column listsMichael Paquier
2019-01-23Make vacuumdb test regex more modular for its query outputMichael Paquier
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2018-05-08Improve inefficient regexes in vacuumdb TAP test.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2017-10-01Use a longer connection timeout in pg_isready test.Tom Lane