| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-10-21 | Use CompactAttribute more often, when possible | David Rowley |
| 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-12 | Avoid unexpected changes of CurrentResourceOwner and CurrentMemoryContext | Álvaro Herrera |
| 2025-08-02 | Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c | Michael Paquier |
| 2025-07-23 | Preserve conflict-relevant data during logical replication. | Amit Kapila |
| 2025-07-01 | Make more use of binaryheap_empty() and binaryheap_size(). | Nathan Bossart |
| 2025-06-17 | Fix re-distributing previously distributed invalidation messages during logic... | Masahiko Sawada |
| 2025-04-10 | Fix data loss in logical replication. | Amit Kapila |
| 2025-03-12 | Rename alloc/free functions in reorderbuffer.c | Heikki Linnakangas |
| 2025-02-25 | Change relpath() et al to return path by value | Andres Freund |
| 2025-02-13 | Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification. | Masahiko Sawada |
| 2025-02-13 | Skip logical decoding of already-aborted transactions. | Masahiko Sawada |
| 2025-01-31 | Get rid of our dependency on type "long" for memory size calculations. | Tom Lane |
| 2025-01-29 | Fix grammatical typos around possessive "its" | John Naylor |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-20 | Fix variable reference in comment | Heikki Linnakangas |
| 2024-10-16 | Reduce memory block size for decoded tuple storage to 8kB. | Masahiko Sawada |
| 2024-08-30 | Define PG_LOGICAL_DIR for path pg_logical/ in data folder | Michael Paquier |
| 2024-08-30 | Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder | Michael Paquier |
| 2024-08-26 | Fix identation. | Masahiko Sawada |
| 2024-08-26 | Fix memory counter update in ReorderBuffer. | Masahiko Sawada |
| 2024-04-11 | Revert indexed and enlargable binary heap implementation. | Masahiko Sawada |
| 2024-04-11 | Replace binaryheap + index with pairingheap in reorderbuffer.c | Masahiko Sawada |
| 2024-04-03 | Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa... | Masahiko Sawada |
| 2024-04-03 | Add functions to binaryheap for efficient key removal and update. | Masahiko Sawada |
| 2024-03-14 | Fix typos in reorderbuffer.c. | Amit Kapila |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-02-16 | Use new overflow-safe integer comparison functions. | Nathan Bossart |
| 2024-01-29 | Remove ReorderBufferTupleBuf structure. | Masahiko Sawada |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-08-30 | Fix some shadow variables in src/backend/replication/ | Michael Paquier |
| 2023-08-29 | Rename logical_replication_mode to debug_logical_replication_streaming | Peter Eisentraut |
| 2023-08-02 | Fix ReorderBufferCheckMemoryLimit() comment. | Masahiko Sawada |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-05-02 | Fix typos in comments | Michael Paquier |
| 2023-03-17 | Add macros for ReorderBufferTXN toptxn. | Amit Kapila |
| 2023-02-22 | Fix snapshot handling in logicalmsg_decode | Tomas Vondra |
| 2023-02-08 | Fix the logical replication timeout during large DDLs. | Amit Kapila |
| 2023-02-06 | Remove useless casts to (void *) in hash_search() calls | Peter Eisentraut |
| 2023-01-30 | Rename GUC logical_decoding_mode to logical_replication_mode. | Amit Kapila |
| 2023-01-09 | Perform apply of large transactions by parallel workers. | Amit Kapila |
| 2023-01-07 | Remove the streaming files for incomplete xacts after restart. | Amit Kapila |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-26 | Add 'logical_decoding_mode' GUC. | Amit Kapila |
| 2022-12-08 | Avoid unnecessary streaming of transactions during logical replication. | Amit Kapila |
| 2022-11-10 | Fix comments atop ReorderBufferAddInvalidations. | Amit Kapila |
| 2022-11-02 | Add doubly linked count list implementation | David Rowley |