| Age | Commit message (Expand) | Author |
| 2025-09-19 | Add optional pid parameter to pg_replication_origin_session_setup(). | Amit Kapila |
| 2025-06-17 | Fix re-distributing previously distributed invalidation messages during logic... | Masahiko Sawada |
| 2025-04-28 | Fix xmin advancement during fast_forward decoding. | Amit Kapila |
| 2025-04-25 | Fix typo in test file name added in commit 4909b38af0. | Amit Kapila |
| 2025-04-10 | Fix data loss in logical replication. | Amit Kapila |
| 2024-09-03 | Fix typos and grammar in code comments and docs | Michael Paquier |
| 2024-07-11 | Fix possibility of logical decoding partial transaction changes. | Masahiko Sawada |
| 2023-07-04 | Remove incidental md5() function uses from several tests | Peter Eisentraut |
| 2022-10-20 | Fix assertion failures while processing NEW_CID record in logical decoding. | Amit Kapila |
| 2022-08-29 | Fix the incorrect assertion introduced in commit 7f13ac8123. | Amit Kapila |
| 2022-08-11 | Fix catalog lookup with the wrong snapshot during logical decoding. | Amit Kapila |
| 2022-04-07 | Revert "Logical decoding of sequences" | Tomas Vondra |
| 2022-03-19 | Close race condition in slot_creation_error.spec. | Noah Misch |
| 2022-02-15 | Add isolation test for errors during logical slot creation. | Andres Freund |
| 2022-02-11 | Add decoding of sequences to test_decoding | Tomas Vondra |
| 2021-06-23 | Allow non-quoted identifiers as isolation test session/step names. | Tom Lane |
| 2021-03-03 | Add option to enable two_phase commits via pg_create_logical_replication_slot. | Amit Kapila |
| 2021-01-09 | Fix the test for decoding of two-phase transactions. | Amit Kapila |
| 2021-01-05 | Test decoding of two-phase transactions during the build of a consistent snap... | Amit Kapila |
| 2020-11-17 | Fix 'skip-empty-xacts' option in test_decoding for streaming mode. | Amit Kapila |
| 2020-09-11 | Skip empty transaction stream in test_decoding. | Amit Kapila |
| 2020-04-07 | Introduce xid8-based functions to replace txid_XXX. | Thomas Munro |
| 2020-02-19 | Stop demanding that top xact must be seen before subxact in decoding. | Amit Kapila |
| 2019-08-24 | Do more cleanup of isolation tests for test_decoding | Michael Paquier |
| 2018-10-10 | Force synchronous commit to be enabled for all test_decoding tests. | Andres Freund |
| 2018-07-05 | Reduce cost of test_decoding's new oldest_xmin test | Alvaro Herrera |
| 2018-06-26 | Fix "base" snapshot handling in logical decoding | Alvaro Herrera |
| 2018-03-21 | Handle heap rewrites even better in logical decoding | Peter Eisentraut |
| 2017-05-13 | Fix race condition leading to hanging logical slot creation. | Andres Freund |
| 2016-03-04 | Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. | Andres Freund |
| 2015-08-15 | Remove bogus step from test_decoding isolation tests. | Robert Haas |
| 2015-05-20 | Collection of typo fixes. | Heikki Linnakangas |
| 2014-11-12 | Fix several weaknesses in slot and logical replication on-disk serialization. | Andres Freund |
| 2014-09-01 | Add skip-empty-xacts option to test_decoding for use in the regression tests. | Andres Freund |
| 2014-03-03 | Introduce logical decoding. | Robert Haas |