Commit Graph

5077 Commits (e9ecf736e121758baf67cee6be9ee7ed285ca2d3)

Author SHA1 Message Date
Alvaro Herrera 52608f3416 Don't uselessly escape a string that doesn't need escaping 7 years ago
Tom Lane 46c193213a Fix possible lockup in pgbench with -R. 7 years ago
Tom Lane ae9b91be79 Avoid choosing "localtime" or "posixrules" as TimeZone during initdb. 7 years ago
Tom Lane 3808cf21f6 Fix infelicities in describeOneTableDetails' partitioned-table handling. 7 years ago
Tom Lane 7ac7bf50cc Make pg_upgrade's test.sh less chatty. 7 years ago
Tom Lane 0e1deaa4c4 Install dependencies to prevent dropping partition key columns. 7 years ago
Tom Lane 90434e6f2c Fix tab completion of "SET variable TO|=" to not offer bogus completions. 7 years ago
Peter Eisentraut 435a2bf39e Translation updates 7 years ago
Andrew Gierth 2913a892e1 Prefer timezone name "UTC" over alternative spellings. 7 years ago
Tom Lane 8de574aa8b Attempt to identify system timezone by reading /etc/localtime symlink. 7 years ago
Alvaro Herrera 1eb8a5ea46 Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise) 7 years ago
Noah Misch c44e9bc3a1 In the pg_upgrade test suite, don't write to src/test/regress. 7 years ago
Noah Misch 8e2b41ecf8 In the pg_upgrade test suite, remove and recreate "tmp_check". 7 years ago
Andres Freund 9ba3915ab6 pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir. 7 years ago
Michael Paquier 2ccebcd236 Fix ordering of GRANT commands in pg_dumpall for tablespaces 7 years ago
Michael Paquier 0c2a5a8626 Fix ordering of GRANT commands in pg_dumpall for database creation 7 years ago
Noah Misch e0a39a1d9a Revert "In the pg_upgrade test suite, don't write to src/test/regress." 7 years ago
Noah Misch 422584caf3 In the pg_upgrade test suite, don't write to src/test/regress. 7 years ago
Noah Misch 409f5303ce Fail pgwin32_message_to_UTF16() for SQL_ASCII messages. 7 years ago
Noah Misch 7a6a541234 Honor TEMP_CONFIG in TAP suites. 7 years ago
Michael Paquier c6354e9430 Fix error reporting in reindexdb 7 years ago
Michael Paquier db8802a99e Fix error status of vacuumdb when multiple jobs are used 7 years ago
Michael Paquier 6bd3203b9e Remove some code related to 7.3 and older servers from tools of src/bin/ 7 years ago
Alvaro Herrera 40353bcc67 Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION OF" 7 years ago
Peter Eisentraut f4540a9c9c Translation updates 7 years ago
Peter Eisentraut dbe43a4746 pg_dump: Fix newline in error message 7 years ago
Alvaro Herrera 5a191f6974 Make pg_dump emit ATTACH PARTITION instead of PARTITION OF 7 years ago
Andrew Dunstan f0fd9caef4 Have pg_upgrade's Makefile honor NO_TEMP_INSTALL 7 years ago
Tom Lane de922529fe Ensure xmloption = content while restoring pg_dump output. 7 years ago
Andrew Dunstan c2c937cfc3 Disable dump_connstr test on Msys2 7 years ago
Peter Eisentraut ff3ac5903d Translation updates 7 years ago
Tom Lane 7cbfd8eb16 Solve cross-version-upgrade testing problem induced by 1fb57af92. 7 years ago
Tom Lane 73668c590c Repair unsafe/unportable snprintf usage in pg_restore. 7 years ago
Andrew Dunstan bbcafabb44 Fix searchpath and module location for pg_rewind and ssl TAP tests 7 years ago
Tom Lane dc42602f1f Fix dumping of matviews with indirect dependencies on primary keys. 7 years ago
Tom Lane 8e97a97b32 Fix psql's "\g target" meta-command to work with COPY TO STDOUT. 7 years ago
Peter Eisentraut af99ad191a pg_rewind: Add missing newline to error message 7 years ago
Peter Eisentraut 669d9eae85 Fix ancient compiler warnings and typos in !HAVE_SYMLINK code 7 years ago
Tom Lane f4290113f5 Make error handling in parallel pg_upgrade less bogus. 7 years ago
Andres Freund a0b4a63803 Fix ac218aa4f6 to work on versions before 9.5. 7 years ago
Andres Freund 181d35af7b Update pg_upgrade test for reg* to include regrole and regnamespace. 7 years ago
Peter Eisentraut 5d846a2dd7 Translation updates 7 years ago
Peter Eisentraut fef9482dac pg_restore: Augment documentation for -N option 7 years ago
Tom Lane ecc59e31a8 Client-side fixes for delayed NOTIFY receipt. 7 years ago
Tom Lane 142cfd3cd8 Allow btree comparison functions to return INT_MIN. 7 years ago
Michael Paquier 55a586ba97 Ignore publication tables when --no-publications is used 7 years ago
Noah Misch 4232cff11b Initialize random() in bootstrap/stand-alone postgres and in initdb. 7 years ago
Tom Lane e8d118fe85 Fix bogus tab-completion rule for CREATE PUBLICATION. 7 years ago
Tom Lane 3ea7e015f3 Fix pgbench lexer's "continuation" rule to cope with Windows newlines. 7 years ago
Tom Lane 10b9af3ebb Avoid using potentially-under-aligned page buffers. 7 years ago