aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/slotsync.c
Commit message (Expand)AuthorAge
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Fixups for commit 93db6cbda0.Amit Kapila2024-02-29
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.Amit Kapila2024-02-22
* Fix the incorrect format specifier used in commit 7a424ece48.Amit Kapila2024-02-16
* Add more LOG and DEBUG messages for slot synchronization.Amit Kapila2024-02-16
* Add a slot synchronization function.Amit Kapila2024-02-14