summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
2023-11-06Translation updatesPeter Eisentraut
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-05-08Translation updatesPeter Eisentraut
2022-11-07Translation updatesPeter Eisentraut
2022-10-10Translation updatesPeter Eisentraut
2022-09-26Translation updatesPeter Eisentraut
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-09-13Make locale option behavior more consistentPeter Eisentraut
2022-09-05Translation updatesPeter Eisentraut
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-08-08Translation updatesAlvaro Herrera
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09Add missing source files to nls.mkPeter Eisentraut
2022-04-08Improve frontend error logging style.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-27Clarify that --system reindexes system catalogs *only*Magnus Hagander
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-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-07-19vacuumdb: Correct comment about --force-index-cleanup.Peter Geoghegan
2021-06-25Put option listing back into alphabetical orderPeter Eisentraut
2021-06-21Translation updatesPeter Eisentraut
2021-06-18Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-05-25Improve docs and error messages for parallel vacuum.Amit Kapila
2021-05-17Translation updatesPeter Eisentraut
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-18Add missing source files to nls.mkPeter Eisentraut
2021-03-11Refactor and generalize the ParallelSlot machinery.Robert Haas
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-02-05Generalize parallel slot result handling.Robert Haas
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-07Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian