Commit Graph

102 Commits (b5273943679d22f58f1e1e269ad75e791172f557)

Author SHA1 Message Date
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
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Alvaro Herrera 871293fb7f vacuumdb: Check result status of PQsendQuery 11 years ago
Bruce Momjian 159134b695 vacuumdb --help text: clarify analyze-only 11 years ago
Alvaro Herrera f2789ab84e Fix assignment operator thinko 11 years ago
Alvaro Herrera a179232047 vacuumdb: enable parallel mode 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Peter Eisentraut da24813c20 Fix vacuumdb --analyze-in-stages --all order 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut c92c3d50d7 vacuumdb: Add option --analyze-in-stages 12 years ago
Peter Eisentraut d3c4c47155 scripts: Remove newlines from end of generated SQL 12 years ago