Commit Graph

52878 Commits (ac7df108cf32e11e4bd120898ed09bd58fa5b62c)
 

Author SHA1 Message Date
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
Jeff Davis 7a5f6b4748 Make logical decoding a part of the rmgr. 4 years ago
Tom Lane a3d6264bbc interval_out() must be marked STABLE, not IMMUTABLE. 4 years ago
Tom Lane 6c4a8903b9 TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails. 4 years ago
Tom Lane f201da39ed Make configure prefer python3 to plain python. 4 years ago
Tom Lane a7f4171071 Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl. 4 years ago
Tom Lane 89f059bdf5 Remove redundant memory context switches in BeginCopyFrom(). 4 years ago
Daniel Gustafsson c330b75d9c Dynamically find correct installation docs in Makefile. 4 years ago
Robert Haas 0f47e833bf Fix alignment problem with bbsink_copystream buffer. 4 years ago
Michael Paquier 44129c0432 doc: Fix description of pg_replication_origin_oid() in error case 4 years ago
Tom Lane 5987feb70b Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings. 4 years ago
Robert Haas cc333f3233 Modify pg_basebackup to use a new COPY subprotocol for base backups. 4 years ago
Thomas Munro 3414099c33 Try to stabilize the reloptions test. 4 years ago
Peter Eisentraut dda42ff8e6 Revert "Replace use of deprecated Python module distutils.sysconfig" 4 years ago
Peter Eisentraut d143150843 Fix thinko in psql test 4 years ago
Peter Eisentraut e0e567a106 Replace use of deprecated Python module distutils.sysconfig 4 years ago
John Naylor d3f45323bb Improve code clarity in epilogue of UTF-8 verification fast path 4 years ago
Tom Lane 9007d4ea77 Fix psql \d's query for identifying parent triggers. 4 years ago
Andres Freund 839f9636b3 tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests. 4 years ago
Andres Freund c702d656a2 heap pruning: Only call BufferGetBlockNumber() once. 4 years ago
Thomas Munro 35b2803cf2 Move 027_stream_regress.pl's output to tmp_check. 4 years ago
Robert Haas 9a974cbcba pg_upgrade: Preserve relfilenodes and tablespace OIDs. 4 years ago
Tom Lane 2131c049d3 Avoid calling gettext() in signal handlers. 4 years ago
Tom Lane f3f467b8f6 Avoid calling strerror[_r] in PQcancel(). 4 years ago
Peter Eisentraut cf925936ec Fix for new Boolean node 4 years ago
Peter Eisentraut 941460fcf7 Add Boolean node 4 years ago
Michael Paquier ca86a63d20 Fix typo in pg_dumpall.c 4 years ago
Michael Paquier 2158628864 Add support for --no-table-access-method in pg_{dump,dumpall,restore} 4 years ago
Thomas Munro f47ed79cc8 Test replay of regression tests, attempt II. 4 years ago