Commit Graph

52849 Commits (0f47e833bf6d96c1a2c5173c8e0f6c6cc30f9592)
 

Author SHA1 Message Date
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
Amit Kapila 4c004dd520 Consistently use the function name CreateCheckPoint in code and comments. 4 years ago
Michael Paquier dc686681e0 Introduce log_destination=jsonlog 4 years ago
Tom Lane 6478896675 Teach hash_ok_operator() that record_eq is only sometimes hashable. 4 years ago
Tom Lane fe75517443 Fix psql's tab-completion of enum label values. 4 years ago
Tom Lane ed48e3582e Clean up TAP tests' usage of wait_for_catchup(). 4 years ago
Tomas Vondra 269b532aef Add stxdinherit flag to pg_statistic_ext_data 4 years ago
Michael Paquier e701bdd2f0 Update copyright notice to 2022 for recently-introduced TAP test 4 years ago
Tom Lane 4483b2cf29 Remove standby_schedule and associated test files. 4 years ago
Tom Lane 46cf109089 Add simple test for physical replication of sequences. 4 years ago
Tomas Vondra 20b9fa308e Build inherited extended stats on partitioned tables 4 years ago
Fujii Masao 74527c3e02 Add tab-completion for CREATE FOREIGN TABLE. 4 years ago
Tomas Vondra 36c4bc6e72 Ignore extended statistics for inheritance trees 4 years ago
Peter Geoghegan 49c9d9fcfa Unify VACUUM VERBOSE and autovacuum logging. 4 years ago
Thomas Munro 0c53a6658e Revert "Add new simple TAP test for tablespaces." 4 years ago
Thomas Munro dccee0f2b7 Revert "Test replay of regression tests." 4 years ago
Thomas Munro 123828a7fa Test replay of regression tests. 4 years ago
Thomas Munro d1511fe1b0 Add new simple TAP test for tablespaces. 4 years ago
Thomas Munro d6d317dbf6 Use in-place tablespaces in regression test. 4 years ago
Thomas Munro 7170f2159f Allow "in place" tablespaces. 4 years ago
Peter Eisentraut c4cc2850f4 Rename value node fields 4 years ago
Peter Eisentraut 93415a3b5a Refactor AlterRole() 4 years ago
Andres Freund bb42bfb5cc Assert redirect pointers are sensible after heap_page_prune(). 4 years ago
Andres Freund 18b87b201f Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning. 4 years ago
Tom Lane 43c2175121 Fix ruleutils.c's dumping of whole-row Vars in more contexts. 4 years ago
Andres Freund dfc0cb3940 ci: windows: run initdb with --no-sync. 4 years ago
Andres Freund 8a1ce5e54f ci: windows: enable build summary to make it easier to spot warnings / errors. 4 years ago
Michael Paquier 5513dc6a30 Improve error handling of HMAC computations 4 years ago
Fujii Masao 379a28b56a doc: Add "(process)" to the term "WAL receiver" in glossary. 4 years ago
Michael Paquier 87f29f4fcc Fix incorrect comments in hmac.c and hmac_openssl.c 4 years ago