This article is part of a series on PostgreSQL WAL.

Part 1 - How PostgreSQL WAL Actually Works
Part 2 - How Debezium Uses PostgreSQL WAL for CDC
Part 3 - PostgreSQL Backups with pgBackRest and PITR

In the previous articles, we've explored how PostgreSQL records every change inside the database using Write-Ahead Logging (WAL).

We also saw how...