Commit Graph

459 Commits (b1abfec825472434ea445b9700eaa80cde9da86a)

Author SHA1 Message Date
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
Amit Kapila 98a9b37ba7 Revert commits 290acac92b and 8a7e9e9dad. 6 years ago
Amit Kapila 8a7e9e9dad Add tests for '-f' option in dropdb utility. 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Amit Kapila 80e05a088e Add the support for '-f' option in dropdb utility. 6 years ago
Michael Paquier 4fa5edcd1a Remove last traces of --adduser/--no-adduser in createuser 6 years ago
Michael Paquier 9acda73118 Fix failure of --jobs with reindexdb and vacuumdb on Windows 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
Tom Lane 5f110933e1 Fix failure-to-compile-standalone in scripts_parallel.h. 6 years ago
Michael Paquier 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 7 years ago
Michael Paquier 5ab892c391 Add support for --jobs in reindexdb 7 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
Michael Paquier 9adda24543 Refactor code of reindexdb for query generation 7 years ago
Peter Eisentraut 91acff7a53 Translation updates 7 years ago
Tom Lane db6e2b4c52 Initial pgperltidy run for v12. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Peter Eisentraut 3c439a58df Translation updates 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Noah Misch d02768ddd1 Fail pgwin32_message_to_UTF16() for SQL_ASCII messages. 7 years ago
Michael Paquier e51bad8fb4 Fix error reporting in reindexdb 7 years ago
Michael Paquier 3ae3c18b36 Fix error status of vacuumdb when multiple jobs are used 7 years ago
Michael Paquier af82f95abb Remove some code related to 7.3 and older servers from tools of src/bin/ 7 years ago
Alvaro Herrera ffbce803e6 Message fixes 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY 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
Michael Paquier 0803b0ae1e Add TAP tests for vacuumdb with column lists 7 years ago
Michael Paquier adaaacae65 Make vacuumdb test regex more modular for its query output 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
Tom Lane c5c7fa261f Fix program build rule in src/bin/scripts/Makefile. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut 7061e03319 Add semicolons to end of internally run queries 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
Peter Eisentraut 917a68f010 Translation updates 8 years ago
Tom Lane c63913ca7d Improve inefficient regexes in vacuumdb TAP test. 8 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 8 years ago
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 8 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 dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 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