Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2022-06-07 Fix off-by-one loop termination condition in pg_stat_get_subscription(). Tom Lane 10.22
2022-04-19 Fix the check to limit sync workers. Amit Kapila 10.21
2021-05-12 Rename the logical replication global "wrconn" Alvaro Herrera 10.18
2018-07-16 Add subtransaction handling for table synchronization workers. Robert Haas 10.5
2017-09-18 Fix, or at least ameliorate, bugs in logicalrep_worker_launch(). Tom Lane 10.0
2017-08-15 Simplify some code in logical replication launcher Peter Eisentraut 10.0
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.0
2017-08-05 Only kill sync workers at commit time in subscription DDL Peter Eisentraut 10.0
2017-07-01 Shorten timeouts while waiting for logicalrep worker slot attach/detach. Tom Lane 10.0
2017-06-30 Fix race conditions and missed wakeups in syncrep worker signaling. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-08 Use standard interrupt handling in logical replication launcher. Andres Freund 10.0
2017-06-06 Clean up latch related code. Andres Freund 10.0
2017-06-06 Don't set application_name in logical replication workers Peter Eisentraut 10.0
2017-06-02 Fix signal handling in logical replication workers Peter Eisentraut 10.0
2017-06-02 Reorganize logical replication worker disconnect code Peter Eisentraut 10.0
2017-05-24 Improve logical replication worker log messages Peter Eisentraut 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-05-01 Fix logical replication launcher wake up and reset Peter Eisentraut 10.0
2017-04-30 Fix possible null pointer dereference or invalid warning message. Tom Lane 10.0
2017-04-27 Fix bug so logical rep launcher saves correctly time of last startup of worker. Fujii Masao 10.0
2017-04-26 Silence compiler warning induced by commit de4389712. Tom Lane 10.0
2017-04-26 Fix various concurrency issues in logical replication worker launching Peter Eisentraut 10.0
2017-04-18 A collection of small fixes for logical replication. Fujii Masao 10.0
2017-04-18 Use DatumGetInt32() to extract 32-bit integer value from a datum. Fujii Masao 10.0