| Age | Commit message (Expand) | Author |
| 12 days | Use more palloc_object() and palloc_array() in contrib/ | Michael Paquier |
| 12 days | Rename column slotsync_skip_at to slotsync_last_skip. | Amit Kapila |
| 2025-11-25 | Add slotsync skip statistics. | Amit Kapila |
| 2025-10-08 | Add mem_exceeded_count column to pg_stat_replication_slots. | Masahiko Sawada |
| 2025-09-30 | Make some use of anonymous unions [reorderbuffer xact_time] | Peter Eisentraut |
| 2025-09-19 | Add optional pid parameter to pg_replication_origin_session_setup(). | Amit Kapila |
| 2025-08-05 | Fix varatt versus Datum type confusions | Peter Eisentraut |
| 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 |
| 2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane |
| 2025-02-13 | Skip logical decoding of already-aborted transactions. | Masahiko Sawada |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-09 | Fix invalidation of local pgstats references for entry reinitialization | Michael Paquier |
| 2024-11-08 | Add pg_constraint rows for not-null constraints | Álvaro Herrera |
| 2024-10-08 | Stabilize the test added by commit 022564f60c. | Amit Kapila |
| 2024-10-07 | Fix fetching default toast value during decoding of in-progress transactions. | Amit Kapila |
| 2024-09-03 | Fix typos and grammar in code comments and docs | Michael Paquier |
| 2024-08-26 | Fix memory counter update in ReorderBuffer. | Masahiko Sawada |
| 2024-07-11 | Fix possibility of logical decoding partial transaction changes. | Masahiko Sawada |
| 2024-06-06 | Make RelationFlushRelation() work without ResourceOwner during abort | Heikki Linnakangas |
| 2024-05-17 | Revise GUC names quoting in messages again | Peter Eisentraut |
| 2024-05-13 | Revert structural changes to not-null constraints | Alvaro Herrera |
| 2024-02-14 | Add a slot synchronization function. | Amit Kapila |
| 2024-01-29 | Remove ReorderBufferTupleBuf structure. | Masahiko Sawada |
| 2024-01-25 | Allow to enable failover property for replication slots via SQL API. | Amit Kapila |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-29 | Make all Perl warnings fatal | Peter Eisentraut |
| 2023-10-30 | Add STREAM_START/STREAM_STOP for transactional messages during decoding. | Amit Kapila |
| 2023-10-18 | Add flush option to pg_logical_emit_message() | Michael Paquier |
| 2023-10-10 | test_decoding: Remove unnecessary table in twophase test | Michael Paquier |
| 2023-09-27 | Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()... | Amit Kapila |
| 2023-08-25 | Catalog not-null constraints | Alvaro Herrera |
| 2023-07-24 | Make test_decoding ddl.out shorter | Alvaro Herrera |
| 2023-07-11 | Add BEGIN/COMMIT for transactional messages during decoding. | Amit Kapila |
| 2023-07-04 | Remove incidental md5() function uses from several tests | Peter Eisentraut |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-18 | Fix some typos and some incorrectly duplicated words | David Rowley |
| 2023-03-17 | Improve several permission-related error messages. | Peter Eisentraut |
| 2023-03-17 | Add macros for ReorderBufferTXN toptxn. | Amit Kapila |
| 2023-02-09 | Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 | Andres Freund |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-20 | Add copyright notices to meson files | Andrew Dunstan |
| 2022-12-07 | meson: Add 'running' test setup, as a replacement for installcheck | Andres Freund |
| 2022-10-20 | Fix assertion failures while processing NEW_CID record in logical decoding. | Amit Kapila |
| 2022-10-13 | Add missing isolation test for test_decoding in meson build | Michael Paquier |
| 2022-10-05 | meson: Add windows resource files | Andres Freund |
| 2022-09-22 | Harmonize parameter names in contrib code. | Peter Geoghegan |
| 2022-09-22 | meson: Add initial version of meson based build system | Andres Freund |