]> granicus.if.org Git - postgresql/history - src/backend/replication/logical/tablesync.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / replication / logical / tablesync.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Tom LaneRe-run pgindent.
2017-06-13 Peter EisentrautImprove code comments
2017-06-09 Peter EisentrautImprove tablesync behavior with concurrent changes
2017-06-07 Peter EisentrautFix updating of pg_subscription_rel from workers
2017-06-07 Peter EisentrautConsistently use subscription name as application name
2017-06-06 Andres FreundClean up latch related code.
2017-06-06 Peter EisentrautImprove handover logic between sync and apply workers
2017-06-03 Peter EisentrautMake tablesync worker exit when apply dies while it...
2017-06-02 Peter EisentrautFix signal handling in logical replication workers
2017-06-02 Peter EisentrautReorganize logical replication worker disconnect code
2017-05-24 Peter EisentrautFix table syncing with different column order
2017-05-24 Peter EisentrautImprove logical replication worker log messages
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-08 Peter EisentrautFix statistics reporting in logical replication workers
2017-04-28 Peter EisentrautWait between tablesync worker restarts
2017-04-26 Peter EisentrautFix query that gets remote relation info
2017-04-26 Peter EisentrautSpelling fixes in code comments
2017-04-20 Fujii MasaoDon't call the function that may raise an error while...
2017-04-18 Peter EisentrautSet range table for CopyFrom() in tablesync
2017-04-14 Peter EisentrautReport statistics in logical replication workers
2017-04-14 Peter EisentrautRemove pstrdup of TextDatumGetCString
2017-04-10 Peter EisentrautFix typo in comment
2017-03-29 Peter EisentrautUpdate copyright year in recently added files
2017-03-23 Peter EisentrautLogical replication support for initial data copy