summaryrefslogtreecommitdiff
path: root/src/test/recovery
AgeCommit message (Expand)Author
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-03Improve checks for GUC recovery_target_timelineMichael Paquier
2025-06-30Run pgperltidyJoe Conway
2025-06-24Test that vacuum removes tuples older than OldestXminMelanie Plageman
2025-06-23Temporarily remove 046_checkpoint_logical_slot.plAlexander Korotkov
2025-06-19Improve runtime and output of tests for replication slots checkpointing.Alexander Korotkov
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-05-22Replace deprecated log_connections values in docs and testsMelanie Plageman
2025-04-20Test restartpoints in archive recovery.Noah Misch
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-02-19Add a test for commit ac0e33136a using the injection point.Amit Kapila
2025-02-12Fix issue in recovery test 041_checkpoint_at_promoteMichael Paquier
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-02-07Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael 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
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