aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/launcher.c
Commit message (Expand)AuthorAge
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Add background worker typePeter Eisentraut2017-09-29
* Fix, or at least ameliorate, bugs in logicalrep_worker_launch().Tom Lane2017-09-18
* Simplify some code in logical replication launcherPeter Eisentraut2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* 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