Commit Graph

79 Commits (6beb38cfc9ddd4cd3d2eb5402981ebdd69a618b4)

Author SHA1 Message Date
Robert Haas f71519e545 Refactor and generalize the ParallelSlot machinery. 5 years ago
Michael Paquier 57e6db706e Add --tablespace option to reindexdb 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
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Peter Eisentraut 871696ba20 Improve use of prepositions in messages 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
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 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 6 years ago
Michael Paquier 5ab892c391 Add support for --jobs in reindexdb 6 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
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 e51bad8fb4 Fix error reporting in reindexdb 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 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
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Noah Misch fcd15f1358 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Noah Misch c400717172 Field conninfo strings throughout src/bin/scripts. 9 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 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
Alvaro Herrera 83dec5a712 vacuumdb: don't prompt for passwords over and over 10 years ago
Peter Eisentraut 71fc49dfe1 reindexdb: Fix mistake in help output 10 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
Fujii Masao 458a07701e Support --verbose option in reindexdb. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Simon Riggs fe263d115a REINDEX SCHEMA 11 years ago
Peter Eisentraut d3c4c47155 scripts: Remove newlines from end of generated SQL 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Heikki Linnakangas 32ceba3ea7 Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr 12 years ago
Magnus Hagander f3af53441e Support multiple -t/--table arguments for more commands 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago