Commit Graph

480 Commits (83b61319a16ceabc7ea7d1143dcc045826c112d2)

Author SHA1 Message Date
Peter Eisentraut 3e0242b24c Message fixes and style improvements 5 years ago
Tom Lane 9a851039aa Remove still more useless assignments. 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 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
Tom Lane 92f33bb7af Rethink definition of cancel.c's CancelRequested flag. 6 years ago
Peter Eisentraut 35b527428d Add missing source files to nls.mk 6 years ago
Peter Eisentraut ac449d8801 Translation updates 6 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Peter Eisentraut 7a9c9ce641 Translation updates 6 years ago
Peter Eisentraut 871696ba20 Improve use of prepositions in messages 6 years ago
Peter Eisentraut 3c800ae0b9 Put new command-line options into alphabetical order in help output 6 years ago
Peter Eisentraut f45b8e51b6 createuser: Change a fprintf to pg_log_error 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
Michael Paquier c4b0edb07e Remove TAP test for createdb --lc-ctype 6 years ago
Michael Paquier 008cf04096 createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate 6 years ago
Alvaro Herrera 8fa8e01156 createuser: fix parsing of --connection-limit argument 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
Alvaro Herrera 0b9466fce2 Offer pnstrdup to frontend code 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
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