summaryrefslogtreecommitdiff
path: root/src/bin/scripts/vacuumdb.c
Commit message (Expand)AuthorAgeFilesLines
* Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docsDavid Rowley2023-04-161-1/+1
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-071-0/+26
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-061-0/+24
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-061-0/+33
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Order getopt argumentsPeter Eisentraut2022-12-121-52/+46
* Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan2022-07-311-41/+131
* Improve frontend error logging style.Tom Lane2022-04-081-93/+43
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Unify parsing logic for command-line integer optionsMichael Paquier2021-07-241-21/+10
* vacuumdb: Correct comment about --force-index-cleanup.Peter Geoghegan2021-07-191-8/+1
* Put option listing back into alphabetical orderPeter Eisentraut2021-06-251-1/+1
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-181-10/+55
* Improve docs and error messages for parallel vacuum.Amit Kapila2021-05-251-2/+2
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-111-23/+23
* Add option PROCESS_TOAST to VACUUMMichael Paquier2021-02-091-0/+28
* Generalize parallel slot result handling.Robert Haas2021-02-051-0/+1
* Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas2021-02-051-1/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-191-40/+30
* Message fixes and style improvementsPeter Eisentraut2020-09-141-1/+1
* Remove still more useless assignments.Tom Lane2020-09-041-13/+6
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-101-1/+1
* Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier2020-06-221-1/+57
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-0/+1
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-281-1/+1
* Add --parallel option to vacuumdb command.Amit Kapila2020-01-291-1/+46
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove unnecessary definition of CancelRequested in bin/scripts/Michael Paquier2019-12-041-0/+1
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-021-1/+1
* Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier2019-08-261-6/+0
* Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier2019-08-201-2/+2
* Remove more progname references in vacuumdb.cMichael Paquier2019-07-231-3/+3
* Refactor parallelization processing code in src/bin/scripts/Michael Paquier2019-07-191-362/+28
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-041-22/+22
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-16/+16
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-1/+1
* Fix error status of vacuumdb when multiple jobs are usedMichael Paquier2019-05-091-0/+3
* Message fixesAlvaro Herrera2019-04-291-8/+8
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-36/+31
* Add --min-xid-age and --min-mxid-age options to vacuumdbMichael Paquier2019-01-311-1/+76
* Do not filter by relkind in vacuumdb's catalog query if --table is usedMichael Paquier2019-01-301-3/+10
* Use catalog query to discover tables to process in vacuumdbMichael Paquier2019-01-291-70/+140
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Add --disable-page-skipping and --skip-locked to vacuumdbMichael Paquier2019-01-081-6/+78
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix set of NLS translation issuesMichael Paquier2018-08-211-1/+1
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-171-2/+1
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-081-1/+1
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-311-78/+114