summaryrefslogtreecommitdiff
path: root/src/bin/scripts
AgeCommit message (Expand)Author
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
2019-11-28Add tests for '-f' option in dropdb utility.Amit Kapila
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-20Add the support for '-f' option in dropdb utility.Amit Kapila
2019-10-23Remove last traces of --adduser/--no-adduser in createuserMichael Paquier
2019-08-27Fix failure of --jobs with reindexdb and vacuumdb on WindowsMichael Paquier
2019-08-26Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier
2019-08-20Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier
2019-08-18Fix failure-to-compile-standalone in scripts_parallel.h.Tom Lane
2019-07-30Fix memory leak coming from simple lists built in reindexdbMichael Paquier
2019-07-27Add support for --jobs in reindexdbMichael Paquier
2019-07-23Remove more progname references in vacuumdb.cMichael Paquier
2019-07-19Refactor parallelization processing code in src/bin/scripts/Michael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-02Refactor code of reindexdb for query generationMichael Paquier
2019-06-17Translation updatesPeter Eisentraut
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-11Fix error reporting in reindexdbMichael Paquier
2019-05-09Fix error status of vacuumdb when multiple jobs are usedMichael Paquier
2019-05-07Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier
2019-04-29Message fixesAlvaro Herrera
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-01-31Add --min-xid-age and --min-mxid-age options to vacuumdbMichael Paquier
2019-01-30Do not filter by relkind in vacuumdb's catalog query if --table is usedMichael Paquier
2019-01-29Use catalog query to discover tables to process in vacuumdbMichael Paquier
2019-01-27Add TAP tests for vacuumdb with column listsMichael Paquier
2019-01-23Make vacuumdb test regex more modular for its query outputMichael Paquier
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-08Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier
2019-01-05Fix program build rule in src/bin/scripts/Makefile.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-30Add semicolons to end of internally run queriesPeter Eisentraut
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-05-21Translation updatesPeter Eisentraut