Commit Graph

52863 Commits (4fdbf9af5184d033f07010a1ab573fb329e7b8cd)
 

Author SHA1 Message Date
Tom Lane 4fdbf9af51 Tighten TAP tests' tracking of postmaster state some more. 3 years ago
Robert Haas 3500ccc39b Support base backup targets. 3 years ago
Andrew Dunstan f80900be06
Allow clean.bat to be run from anywhere 3 years ago
Robert Haas ab4fd4f868 Remove 'datlastsysoid'. 3 years ago
Thomas Munro b700f96cff Try to stabilize reloptions test, again. 3 years ago
Peter Eisentraut b99ccd2cb2 Call pg_newlocale_from_collation() also with default collation 3 years ago
Michael Paquier b2a76bb7d0 doc: Mention the level of locks taken on objects in COMMENT 3 years ago
Jeff Davis 7a5f6b4748 Make logical decoding a part of the rmgr. 3 years ago
Tom Lane a3d6264bbc interval_out() must be marked STABLE, not IMMUTABLE. 3 years ago
Tom Lane 6c4a8903b9 TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails. 3 years ago
Tom Lane f201da39ed Make configure prefer python3 to plain python. 3 years ago
Tom Lane a7f4171071 Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl. 3 years ago
Tom Lane 89f059bdf5 Remove redundant memory context switches in BeginCopyFrom(). 3 years ago
Daniel Gustafsson c330b75d9c Dynamically find correct installation docs in Makefile. 3 years ago
Robert Haas 0f47e833bf Fix alignment problem with bbsink_copystream buffer. 3 years ago
Michael Paquier 44129c0432 doc: Fix description of pg_replication_origin_oid() in error case 3 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