Commit Graph

52956 Commits (cc50080a828dd4791b43539f5a0f976e535d147c)
 

Author SHA1 Message Date
Fujii Masao 108505d763 Prevent memory context logging from sending log message to connected client. 4 years ago
Andres Freund 7340aceed7 Specify --host in 027_stream_regress.pl's pg_regress invocation. 4 years ago
Robert Haas 8ee940843d Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ. 4 years ago
Robert Haas 71cbbbbe80 pg_basebackup: Add a dummy return to bbsink_gzip_new(). 4 years ago
Tomas Vondra f192e1bdf3 Fix ordering of XIDs in ProcArrayApplyRecoveryInfo 4 years ago
Peter Eisentraut c9cfc861fc Remove some trailing whitespace in documentation files 4 years ago
Robert Haas dabf63bc9a pg_basebackup: Fix a couple of recently-introduced bugs. 4 years ago
Andrew Dunstan acea505186
Improve msys2 detection for TAP tests 4 years ago
Peter Eisentraut fefce9ef98 psql: Add tab completion for ALTER COLLATION / REFRESH VERSION 4 years ago
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 4 years ago
Etsuro Fujita 9e283fc85d postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). 4 years ago
Noah Misch ce6d79368e On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Magnus Hagander 2dbb7b9b22 Fix pg_hba_file_rules for authentication method cert 4 years ago
Tom Lane bd233bdd8d Replace use of deprecated Python module distutils.sysconfig, take 2. 4 years ago
Tom Lane e221770661 Revert "Temporarily add some information about python include paths to configure." 4 years ago
Robert Haas e1f860f134 Tidy up a few cosmetic issues related to pg_basebackup. 4 years ago
David Rowley f9a74c1498 Consider parallel awareness when removing single-child Appends 4 years ago
Michael Paquier 741bd32933 Improve errors related to incorrect TLI on checkpoint record replay 4 years ago
Michael Paquier 410aa248e5 Fix various typos, grammar and code style in comments and docs 4 years ago
Andrew Dunstan c817a072aa
Unbreak pg_verifybackup/t/008_untar.pl on msys 4 years ago
Andrew Dunstan e9d4001ec5 Add tests of the CREATEROLE attribute 4 years ago
Tom Lane 6aa5186146 Fix limitations on what SQL commands can be issued to a walsender. 4 years ago
Robert Haas 0ad8032910 Server-side gzip compression. 4 years ago
Robert Haas aa01051418 pg_upgrade: Preserve database OIDs. 4 years ago
Andrew Dunstan 4f0bcc7350
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys 4 years ago
Tom Lane 3c06ec6d14 Remember to reset yy_start state when firing up repl_scanner.l. 4 years ago
Andres Freund f032f63e72 Temporarily add some information about python include paths to configure. 4 years ago
Andres Freund 9c86d9337e pg_basebackup: Skip a few more fsyncs if --no-sync is specified. 4 years ago
Tom Lane ac7df108cf pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid 4 years ago
Tom Lane 353708e1fb Clean up recent Coverity complaints. 4 years ago
Tom Lane dc43fc9b3a Suppress variable-set-but-not-used warning from clang 13. 4 years ago
Tomas Vondra 7b65862e22 Correct type of front_pathkey to PathKey 4 years ago
Tomas Vondra 6d554e3fcd Check syscache result in AlterStatistics 4 years ago
Tom Lane 62e28097ce Remove useless inline marker. 4 years ago
Tom Lane 4f02cbcb68 Doc: add cross-references between array_to_string and string_to_array. 4 years ago
Tom Lane d8fbbb925b Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. 4 years ago
Tom Lane 1f655fdc39 Fix race condition in gettext() initialization in libpq and ecpglib. 4 years ago
Andres Freund 1fabec7d7c fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). 4 years ago
Etsuro Fujita 6c07f9ebce postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. 4 years ago
Michael Paquier 237d1f3172 Fix one-off bug causing missing commit timestamps for subtransactions 4 years ago
Thomas Munro cfe7bd17e4 Add new simple TAP test for tablespaces, attempt II. 4 years ago
Michael Paquier 5c649fe153 Extend the options of pg_basebackup to control compression 4 years ago
Tom Lane 512fc2dd79 Revert "Make configure prefer python3 to plain python." 4 years ago
Tom Lane 4fdbf9af51 Tighten TAP tests' tracking of postmaster state some more. 4 years ago
Robert Haas 3500ccc39b Support base backup targets. 4 years ago
Andrew Dunstan f80900be06
Allow clean.bat to be run from anywhere 4 years ago
Robert Haas ab4fd4f868 Remove 'datlastsysoid'. 4 years ago
Thomas Munro b700f96cff Try to stabilize reloptions test, again. 4 years ago
Peter Eisentraut b99ccd2cb2 Call pg_newlocale_from_collation() also with default collation 4 years ago
Michael Paquier b2a76bb7d0 doc: Mention the level of locks taken on objects in COMMENT 4 years ago