aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery
Commit message (Expand)AuthorAge
* Fix logical decoding test to correctly check slot removal on standby.Fujii Masao2025-04-04
* Fix logical decoding regression tests to correctly check slot existence.Fujii Masao2025-04-04
* Restrict copying of invalidated replication slots.Masahiko Sawada2025-04-03
* Fix slot synchronization for two_phase enabled slots.Amit Kapila2025-04-03
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier2025-03-05
* Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada2025-02-24
* Transfer statistics during pg_upgrade.Jeff Davis2025-02-20
* Add a test for commit ac0e33136a using the injection point.Amit Kapila2025-02-19
* Fix issue in recovery test 041_checkpoint_at_promoteMichael Paquier2025-02-12
* Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier2025-02-09
* Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier2025-02-07
* Raise an error while trying to acquire an invalid slot.Amit Kapila2025-01-31
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Improve grammar of options for command arrays in TAP testsMichael Paquier2025-01-22
* Run perltidyMichael Paquier2025-01-22
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Revert recent changes related to handling of 2PC files at recoveryMichael Paquier2025-01-17
* Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier2025-01-16
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier2024-12-30
* Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas2024-12-16
* Improve handling of empty query results in BackgroundPsql::query()Michael Paquier2024-11-07
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Make all Perl warnings fatal in 043_wal_replay_wait.plAlexander Korotkov2024-10-22
* Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch2024-09-27
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Ensure standby promotion point in 043_wal_replay_wait.plAlexander Korotkov2024-09-17
* Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov2024-09-17
* Prohibit altering invalidated replication slots.Amit Kapila2024-09-13
* Check availability of module injection_points in TAP testsMichael Paquier2024-09-05
* Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier2024-09-04
* Simplify makefiles exporting twice enable_injection_pointsMichael Paquier2024-09-04
* Stabilize 039_end_of_wal test.Thomas Munro2024-08-31
* Message style improvementsPeter Eisentraut2024-08-29
* Add tests for pg_wal_replay_wait() errorsAlexander Korotkov2024-08-10
* Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov2024-08-10
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman2024-07-22
* Test that vacuum removes tuples older than OldestXminMelanie Plageman2024-07-19
* Avoid error in recovery test if history file is not yet presentAndrew Dunstan2024-07-17
* Cleanup perl code from unused variables and routinesMichael Paquier2024-07-02
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Run pgperltidyMichael Paquier2024-07-01
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Fix typo in 029_stats_restart.plMichael Paquier2024-06-18
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Make all Perl warnings fatal, catch-upPeter Eisentraut2024-05-15