summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t
AgeCommit message (Expand)Author
2023-04-18Fix various typosDavid Rowley
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-06Fix handling of default option values in createuserDaniel Gustafsson
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Fix bug in DROP OWNED BY.Robert Haas
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-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-05Introduce 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-08Update 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-08Adjust 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