Commit Graph

70 Commits (7666ef313dcc22c8716ee74dfefab8e5ea628678)

Author SHA1 Message Date
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
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Robert Haas 0a1967a0ef Fix "too many arguments" messages not to index off the end of argv[]. 13 years ago
Peter Eisentraut bb7520cc26 Make documentation of --help and --version options more consistent 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Andrew Dunstan 1b37a8c3cc Don't override arguments set via options with positional arguments. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to. 14 years ago
Bruce Momjian d68ccf536e Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago