summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
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
2020-09-05Remove still more useless assignments.Tom Lane
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-06-22Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier
2020-06-07Rethink definition of cancel.c's CancelRequested flag.Tom Lane
2020-06-06Add missing source files to nls.mkPeter Eisentraut
2020-05-18Translation updatesPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-11Translation updatesPeter Eisentraut
2020-05-08Improve use of prepositions in messagesPeter Eisentraut
2020-05-01Put new command-line options into alphabetical order in help outputPeter Eisentraut
2020-04-08createuser: Change a fprintf to pg_log_errorPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-27Remove TAP test for createdb --lc-ctypeMichael Paquier
2020-02-27createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier
2020-02-10createuser: fix parsing of --connection-limit argumentAlvaro Herrera
2020-01-29Add --parallel option to vacuumdb command.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-12-04Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-11-30Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila