Commit Graph

127 Commits (cd4b2334db4980bbf86a8ba1d446db17e62ca342)

Author SHA1 Message Date
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Andrew Dunstan 7781f4e3e7 Add --schema and --exclude-schema options to vacuumdb. 3 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 5 years ago
Peter Geoghegan 28766c054f vacuumdb: Correct comment about --force-index-cleanup. 5 years ago
Peter Eisentraut 3af10943ce Put option listing back into alphabetical order 5 years ago
Peter Geoghegan 3499df0dee Support disabling index bypassing by VACUUM. 5 years ago
Amit Kapila 0734b0e983 Improve docs and error messages for parallel vacuum. 5 years ago
Robert Haas f71519e545 Refactor and generalize the ParallelSlot machinery. 5 years ago
Michael Paquier 7cb3048f38 Add option PROCESS_TOAST to VACUUM 5 years ago
Robert Haas 418611c84d Generalize parallel slot result handling. 5 years ago
Robert Haas e955bd4b6c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 8e5793ab60 Fix connection string handling in src/bin/scripts/ programs. 5 years ago
Peter Eisentraut 3e0242b24c Message fixes and style improvements 5 years ago
Tom Lane 9a851039aa Remove still more useless assignments. 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Michael Paquier 9550ea3027 Add --no-index-cleanup and --no-truncate to vacuumdb. 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Amit Kapila 47bc9ced0d Add --parallel option to vacuumdb command. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 85b9ef5fe7 Remove unnecessary definition of CancelRequested in bin/scripts/ 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Michael Paquier 71d84efba7 Fix error handling of vacuumdb and reindexdb when running out of fds 6 years ago
Michael Paquier 56f8f9624b Fix compilation failure of vacuumdb and reindexdb with OpenBSD 6 years ago
Michael Paquier 3cae75f420 Remove more progname references in vacuumdb.c 7 years ago
Michael Paquier 5f3840370b Refactor parallelization processing code in src/bin/scripts/ 7 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Michael Paquier 3ae3c18b36 Fix error status of vacuumdb when multiple jobs are used 7 years ago
Alvaro Herrera ffbce803e6 Message fixes 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Michael Paquier 00d1e88d36 Add --min-xid-age and --min-mxid-age options to vacuumdb 7 years ago
Michael Paquier b8f73df0f8 Do not filter by relkind in vacuumdb's catalog query if --table is used 7 years ago
Michael Paquier e0c2933a76 Use catalog query to discover tables to process in vacuumdb 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Michael Paquier 354e95d1f2 Add --disable-page-skipping and --skip-locked to vacuumdb 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 72be8c29a1 Fix set of NLS translation issues 7 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 7 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Tom Lane 94173d3eeb Fix assorted issues in parallel vacuumdb. 8 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Alvaro Herrera e0bf16060b Ignore PQcancel errors properly 9 years ago