summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-19backport: Improve handling of empty query results in BackgroundPsqlAndres Freund
2025-02-12Fix issue in recovery test 041_checkpoint_at_promoteMichael Paquier
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
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-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
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-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-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
2024-03-13Fix a random failure in 038_save_logical_slots_shutdown.pl.Amit Kapila
2024-03-12Keep replication slot statistics on invalidationMichael Paquier
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-07Revert "Add recovery TAP test for race condition with slot invalidations"Michael Paquier
2024-03-06Add recovery TAP test for race condition with slot invalidationsMichael Paquier
2024-03-05Rework redundant code in subtrans.cAlvaro Herrera
2024-03-04Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-03-04Add regression test for restart points during promotionMichael Paquier
2024-03-01Fix BF failure introduced by commit b3f6b14cf4.Amit Kapila
2024-02-29Fixups for commit 93db6cbda0.Amit Kapila
2024-02-22Fix BF failure in commit 93db6cbda0.Amit Kapila