Age | Commit message (Expand) | Author |
---|---|---|
2023-08-29 | Rename logical_replication_mode to debug_logical_replication_streaming | Peter Eisentraut |
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 |