]> granicus.if.org Git - postgresql/history - src/backend/replication/logical/tablesync.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / replication / logical / tablesync.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-04-06 Peter EisentrautSplit the SetSubscriptionRelState function into two
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-02 Peter EisentrautGet a snapshot before COPY in table sync
2017-06-30 Tom LaneFix race conditions and missed wakeups in syncrep worke...
2017-06-21 Tom LanePhase 3 of pgindent updates.
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