Commit Graph

524 Commits (507ba16b28c724046551ef8757ebccb8b4fb6da6)

Author SHA1 Message Date
Michael Paquier 4ca9985957 Fix output of createuser --help with --valid-until 4 years ago
Tom Lane 54ba2f0623 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
Tom Lane 617d691412 Use wildcards instead of manually-maintained file lists in */nls.mk. 4 years ago
Peter Eisentraut 88dad06b47 NLS: Put list of available languages into LINGUAS files 4 years ago
Michael Paquier 08951a7c93 createuser: Add support for more clause types through new options 4 years ago
Michael Paquier 50e4c280f0 createuser: Cleanup and fix internal option ordering 4 years ago
Peter Eisentraut 6a8a7b1ccb Translation updates 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Peter Eisentraut f45f8b7ff3 Add missing source files to nls.mk 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Robert Haas c6863b8582 Simplify a needlessly-complicated regular expression. 4 years ago
Robert Haas 3d067c53b2 In 020_createdb.pl, change order of command-line arguments. 4 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Andrew Dunstan 95d981338b
Remove PostgreSQL::Test::Utils::perl2host completely 4 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Magnus Hagander eff61383b9 Clarify that --system reindexes system catalogs *only* 5 years ago
Michael Paquier 70bfc5ae53 Add test for copy of shared dependencies from template database 5 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 5 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 5 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 5 years ago
Peter Geoghegan 28766c054f vacuumdb: Correct comment about --force-index-cleanup. 5 years ago
Peter Eisentraut 3af10943ce Put option listing back into alphabetical order 5 years ago
Peter Eisentraut a7bb0ce58f Translation updates 5 years ago
Peter Geoghegan 3499df0dee Support disabling index bypassing by VACUUM. 5 years ago
Tom Lane 42f94f56bf Fix incautious handling of possibly-miscoded strings in client code. 5 years ago
Amit Kapila 0734b0e983 Improve docs and error messages for parallel vacuum. 5 years ago
Peter Eisentraut 6292b83074 Translation updates 5 years ago
Peter Eisentraut 6206454bda Translation updates 5 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 5 years ago
Peter Eisentraut 4ed7f0599a Add missing source files to nls.mk 5 years ago
Robert Haas f71519e545 Refactor and generalize the ParallelSlot machinery. 5 years ago
Michael Paquier 57e6db706e Add --tablespace option to reindexdb 5 years ago
Michael Paquier c5530d8474 Fix duplicated test case in TAP tests of reindexdb 5 years ago
Michael Paquier 7cb3048f38 Add option PROCESS_TOAST to VACUUM 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
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure. 5 years ago
Tom Lane 9ffe227837 Adjust createdb TAP tests to work on recent OpenBSD. 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. 6 years ago
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 6 years ago
Peter Eisentraut 3e0242b24c Message fixes and style improvements 6 years ago
Tom Lane 9a851039aa Remove still more useless assignments. 6 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 6 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 6 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