Commit Graph

112 Commits (4d3f03f42227bb351c2021a9ccea2fff9c023cfc)

Author SHA1 Message Date
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
Tom Lane fcd778eb70 Fix hard-coded relkind constants in assorted src/bin files. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Alvaro Herrera 51c3e9fade Include <sys/select.h> where needed 9 years ago
Noah Misch fcd15f1358 Obstruct shell, SQL, and conninfo injection via database and role names. 10 years ago
Noah Misch c400717172 Field conninfo strings throughout src/bin/scripts. 10 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago
Peter Eisentraut a40814d7aa Handle invalid libpq sockets in more places 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane ff402ae11b Improve handling of password reuse in src/bin/scripts programs. 10 years ago
Peter Eisentraut 5be5b5029f Improve message 10 years ago
Alvaro Herrera 83dec5a712 vacuumdb: don't prompt for passwords over and over 10 years ago
Peter Eisentraut 5878a377ba Review program help output for wording and formatting 10 years ago
Andres Freund 1d4bd77568 vacuumdb: Don't assign negative values to a boolean. 11 years ago
Tom Lane bcc87b6b00 Fix assorted memory leaks. 11 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 11 years ago