| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 14 days | Use "foo(void)" for definitions of functions with no parameters. | Nathan Bossart |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-10-16 | Refactor logical worker synchronization code into a separate file. | Amit Kapila |
| 2025-09-24 | Fix LOCK_TIMEOUT handling during parallel apply. | Amit Kapila |
| 2025-08-25 | Use PqMsg_* macros in applyparallelworker.c. | Nathan Bossart |
| 2025-08-06 | Expand usage of macros for protocol characters. | Nathan Bossart |
| 2025-07-23 | Preserve conflict-relevant data during logical replication. | Amit Kapila |
| 2025-03-05 | Rename some signal and interrupt handling functions for consistency | Heikki Linnakangas |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-03-03 | Replace BackendIds with 0-based ProcNumbers | Heikki Linnakangas |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-11-30 | Remove redundant setting of hashkey after insertion | John Naylor |
| 2023-10-26 | Introduce the concept of read-only StringInfos | David Rowley |
| 2023-08-29 | Rename logical_replication_mode to debug_logical_replication_streaming | Peter Eisentraut |
| 2023-08-14 | Simplify determining logical replication worker types. | Amit Kapila |
| 2023-08-03 | Refactor to split Apply and Tablesync Workers code. | Amit Kapila |
| 2023-06-28 | Reword error messages for consistency | Peter Eisentraut |
| 2023-05-09 | Fix invalid memory access during the shutdown of the parallel apply worker. | Amit Kapila |
| 2023-05-03 | Fix assertion failure in apply worker. | Amit Kapila |
| 2023-02-16 | Add a new wait state and use it when sending data in the apply worker. | Amit Kapila |
| 2023-02-07 | Use appropriate wait event when sending data in the apply worker. | Amit Kapila |
| 2023-02-02 | Allow the logical_replication_mode to be used on the subscriber. | Amit Kapila |
| 2023-01-18 | Display the leader apply worker's PID for parallel apply workers. | Amit Kapila |
| 2023-01-13 | Avoid creating parallel apply state hash table unless required. | Amit Kapila |
| 2023-01-09 | Perform apply of large transactions by parallel workers. | Amit Kapila |