aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/launcher.c
Commit message (Expand)AuthorAge
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Remove function declaration for function in pg_proc.Andres Freund2022-05-12
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix the check to limit sync workers.Amit Kapila2022-04-19
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Update copyright for 2021Bruce Momjian2021-01-02
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila2020-07-17
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Use PostgresSigHupHandler in more places.Robert Haas2019-12-17
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* 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