summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier
2024-12-16Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas
2024-11-07Improve handling of empty query results in BackgroundPsql::query()Michael Paquier
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-22Make all Perl warnings fatal in 043_wal_replay_wait.plAlexander Korotkov
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-17Ensure standby promotion point in 043_wal_replay_wait.plAlexander Korotkov
2024-09-17Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-13Prohibit altering invalidated replication slots.Amit Kapila
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-03Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier
2024-09-03Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-29Message style improvementsPeter Eisentraut
2024-08-10Add tests for pg_wal_replay_wait() errorsAlexander Korotkov
2024-08-10Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-07-22Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman
2024-07-19Test that vacuum removes tuples older than OldestXminMelanie Plageman
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-30Run pgperltidyMichael Paquier
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-18Fix typo in 029_stats_restart.plMichael Paquier
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-13Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-04-13freespace: Don't return blocks past the end of the main fork.Noah Misch
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-10Fix a test in failover slots regression test.Amit Kapila
2024-04-08Fix the intermittent buildfarm failures in 040_standby_failover_slots_sync.Amit Kapila
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-14Add basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Revert "Add basic TAP tests for the low-level backup method"Michael Paquier
2024-03-14Add basic TAP tests for the low-level backup methodMichael Paquier