aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.Tom Lane2022-01-19
* Remove redundant memory context switches in BeginCopyFrom().Tom Lane2022-01-19
* Fix alignment problem with bbsink_copystream buffer.Robert Haas2022-01-19
* Make PQcancel use the PGconn's tcp_user_timeout and keepalives settings.Tom Lane2022-01-18
* Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas2022-01-18
* Try to stabilize the reloptions test.Thomas Munro2022-01-19
* Fix thinko in psql testPeter Eisentraut2022-01-18
* Improve code clarity in epilogue of UTF-8 verification fast pathJohn Naylor2022-01-17
* Fix psql \d's query for identifying parent triggers.Tom Lane2022-01-17
* tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund2022-01-17
* heap pruning: Only call BufferGetBlockNumber() once.Andres Freund2022-01-17
* Move 027_stream_regress.pl's output to tmp_check.Thomas Munro2022-01-18
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-17
* Avoid calling gettext() in signal handlers.Tom Lane2022-01-17
* Avoid calling strerror[_r] in PQcancel().Tom Lane2022-01-17
* Fix for new Boolean nodePeter Eisentraut2022-01-17
* Add Boolean nodePeter Eisentraut2022-01-17
* Fix typo in pg_dumpall.cMichael Paquier2022-01-17
* Add support for --no-table-access-method in pg_{dump,dumpall,restore}Michael Paquier2022-01-17
* Test replay of regression tests, attempt II.Thomas Munro2022-01-17
* Consistently use the function name CreateCheckPoint in code and comments.Amit Kapila2022-01-17
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane2022-01-16
* Fix psql's tab-completion of enum label values.Tom Lane2022-01-16
* Clean up TAP tests' usage of wait_for_catchup().Tom Lane2022-01-16
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Update copyright notice to 2022 for recently-introduced TAP testMichael Paquier2022-01-16
* Remove standby_schedule and associated test files.Tom Lane2022-01-15
* Add simple test for physical replication of sequences.Tom Lane2022-01-15
* Build inherited extended stats on partitioned tablesTomas Vondra2022-01-15
* Add tab-completion for CREATE FOREIGN TABLE.Fujii Masao2022-01-15
* Ignore extended statistics for inheritance treesTomas Vondra2022-01-15
* Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan2022-01-14
* Revert "Add new simple TAP test for tablespaces."Thomas Munro2022-01-15
* Revert "Test replay of regression tests."Thomas Munro2022-01-15
* Test replay of regression tests.Thomas Munro2022-01-15
* Add new simple TAP test for tablespaces.Thomas Munro2022-01-15
* Use in-place tablespaces in regression test.Thomas Munro2022-01-15
* Allow "in place" tablespaces.Thomas Munro2022-01-15
* Rename value node fieldsPeter Eisentraut2022-01-14
* Refactor AlterRole()Peter Eisentraut2022-01-14
* Assert redirect pointers are sensible after heap_page_prune().Andres Freund2022-01-13
* Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund2022-01-13
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-13
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Fix incorrect comments in hmac.c and hmac_openssl.cMichael Paquier2022-01-13
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* vacuumlazy.c: fix "garbage tuples" reference.Peter Geoghegan2022-01-12
* Consider fractional paths in generate_orderedappend_pathsTomas Vondra2022-01-12
* Add index on pg_publication_rel.prpubidAlvaro Herrera2022-01-12