summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
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-13Fix output of createuser --help with --valid-untilMichael Paquier
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-13createuser: Add support for more clause types through new optionsMichael Paquier
2022-07-13createuser: Cleanup and fix internal option orderingMichael Paquier
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-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-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-20vacuumdb: 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-19Support 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-08Adjust createdb TAP tests to work on recent OpenBSD.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-09-14Message fixes and style improvementsPeter Eisentraut