summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-19interval_out() must be marked STABLE, not IMMUTABLE.Tom Lane
2022-01-19TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane
2022-01-19Make configure prefer python3 to plain python.Tom Lane
2022-01-19Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.Tom Lane
2022-01-19Remove redundant memory context switches in BeginCopyFrom().Tom Lane
2022-01-19Dynamically find correct installation docs in Makefile.Daniel Gustafsson
2022-01-19Fix alignment problem with bbsink_copystream buffer.Robert Haas
2022-01-19doc: Fix description of pg_replication_origin_oid() in error caseMichael Paquier
2022-01-18Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings.Tom Lane
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-18Try to stabilize the reloptions test.Thomas Munro
2022-01-18Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut
2022-01-18Fix thinko in psql testPeter Eisentraut
2022-01-18Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut
2022-01-18Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
2022-01-17tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund
2022-01-17heap pruning: Only call BufferGetBlockNumber() once.Andres Freund
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-17Avoid calling gettext() in signal handlers.Tom Lane
2022-01-17Avoid calling strerror[_r] in PQcancel().Tom Lane
2022-01-17Fix for new Boolean nodePeter Eisentraut
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-17Fix typo in pg_dumpall.cMichael Paquier
2022-01-17Add support for --no-table-access-method in pg_{dump,dumpall,restore}Michael Paquier
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-17Consistently use the function name CreateCheckPoint in code and comments.Amit Kapila
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-16Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane
2022-01-16Fix psql's tab-completion of enum label values.Tom Lane
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-16Update copyright notice to 2022 for recently-introduced TAP testMichael Paquier
2022-01-15Remove standby_schedule and associated test files.Tom Lane
2022-01-15Add simple test for physical replication of sequences.Tom Lane
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Add tab-completion for CREATE FOREIGN TABLE.Fujii Masao
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-14Revert "Add new simple TAP test for tablespaces."Thomas Munro
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-14Add new simple TAP test for tablespaces.Thomas Munro
2022-01-14Use in-place tablespaces in regression test.Thomas Munro
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-14Refactor AlterRole()Peter Eisentraut
2022-01-14Assert redirect pointers are sensible after heap_page_prune().Andres Freund
2022-01-14Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund