aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/launcher.c
Commit message (Expand)AuthorAge
* Shorten timeouts while waiting for logicalrep worker slot attach/detach.Tom Lane2017-07-01
* Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Use standard interrupt handling in logical replication launcher.Andres Freund2017-06-08
* Clean up latch related code.Andres Freund2017-06-06
* Don't set application_name in logical replication workersPeter Eisentraut2017-06-05
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Reorganize logical replication worker disconnect codePeter Eisentraut2017-06-01
* Improve logical replication worker log messagesPeter Eisentraut2017-05-24
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix logical replication launcher wake up and resetPeter Eisentraut2017-05-01
* Fix possible null pointer dereference or invalid warning message.Tom Lane2017-04-30
* Fix bug so logical rep launcher saves correctly time of last startup of worker.Fujii Masao2017-04-28
* Silence compiler warning induced by commit de4389712.Tom Lane2017-04-26
* Fix various concurrency issues in logical replication worker launchingPeter Eisentraut2017-04-26
* A collection of small fixes for logical replication.Fujii Masao2017-04-19
* Use DatumGetInt32() to extract 32-bit integer value from a datum.Fujii Masao2017-04-19
* Ensure BackgroundWorker struct contents are well-defined.Tom Lane2017-04-16
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-14
* Support configuration reload in logical replication workersPeter Eisentraut2017-04-10
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane2017-03-10
* Prevent logical rep workers with removed subscriptions from starting.Fujii Masao2017-03-09
* Fix typo in variable name.Heikki Linnakangas2017-02-06
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Be sure to release the lock on failure to launch logical replication worker.Fujii Masao2017-01-24
* Fix NULL pointer access in logical replication workersPeter Eisentraut2017-01-23
* Logical replicationPeter Eisentraut2017-01-20