index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
recovery
/
meson.build
Age
Commit message (
Expand
)
Author
33 hours
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
9 days
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-07-19
Reintroduce test 046_checkpoint_logical_slot
Alexander Korotkov
2025-06-24
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2025-06-23
Temporarily remove 046_checkpoint_logical_slot.pl
Alexander Korotkov
2025-06-14
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-04-20
Test restartpoints in archive recovery.
Noah Misch
2025-02-19
Add a test for commit ac0e33136a using the injection point.
Amit Kapila
2025-01-20
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-22
Revert "Test that vacuum removes tuples older than OldestXmin"
Melanie Plageman
2024-07-19
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-03-14
Add basic TAP tests for the low-level backup method, take two
Michael Paquier
2024-03-04
Add regression test for restart points during promotion
Michael Paquier
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-22
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-14
Flush logical slots to disk during a shutdown checkpoint if required.
Amit Kapila
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-04-14
Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add tests
Andres Freund
2023-04-08
TAP test for logical decoding on standby
Andres Freund
2023-02-22
Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Michael Paquier
2023-01-31
Remove recovery test 011_crash_recovery.pl
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund