summaryrefslogtreecommitdiff
path: root/src/bin/scripts/t
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-1/+1
* Use ICU by default at initdb time.Jeff Davis2023-03-091-1/+1
* Fix handling of default option values in createuserDaniel Gustafsson2023-03-061-9/+9
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-061-0/+7
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-061-12/+12
* Update copyright for 2023Bruce Momjian2023-01-0213-13/+13
* Fix bug in DROP OWNED BY.Robert Haas2022-09-281-0/+18
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+1
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-1/+1
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-211-0/+4
* Fix createdb tests for C localePeter Eisentraut2022-09-161-3/+7
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-161-0/+9
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-221-0/+9
* Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan2022-07-311-0/+42
* Fix a few issues with REINDEX grammarMichael Paquier2022-07-261-12/+25
* Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-211-6/+6
* Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-191-14/+4
* Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changesMichael Paquier2022-07-191-9/+68
* createuser: Add support for more clause types through new optionsMichael Paquier2022-07-131-2/+30
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+11
* Simplify a needlessly-complicated regular expression.Robert Haas2022-03-301-1/+1
* In 020_createdb.pl, change order of command-line arguments.Robert Haas2022-03-291-2/+2
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-0/+20
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-0/+28
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-2/+2
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-1/+0
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-1113-13/+39
* Update copyright for 2022Bruce Momjian2022-01-0713-13/+13
* Add test for copy of shared dependencies from template databaseMichael Paquier2021-10-271-1/+25
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-2413-37/+37
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-2913-13/+13
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-0713-0/+39
* Add --tablespace option to reindexdbMichael Paquier2021-03-031-2/+79
* Fix duplicated test case in TAP tests of reindexdbMichael Paquier2021-03-021-3/+3
* Add option PROCESS_TOAST to VACUUMMichael Paquier2021-02-091-6/+13
* Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane2021-01-071-3/+11
* Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier2020-06-221-1/+15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-142-3/+2
* Remove TAP test for createdb --lc-ctypeMichael Paquier2020-02-271-9/+1
* createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier2020-02-271-1/+25
* Add --parallel option to vacuumdb command.Amit Kapila2020-01-291-1/+12
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-302-105/+7
* Add tests for '-f' option in dropdb utility.Amit Kapila2019-11-282-7/+105
* Add the support for '-f' option in dropdb utility.Amit Kapila2019-11-201-1/+7
* Add support for --jobs in reindexdbMichael Paquier2019-07-271-1/+43
* Initial pgperltidy run for v12.Tom Lane2019-05-222-8/+7
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-121-4/+2
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-291-1/+28