index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
launcher.c
Commit message (
Expand
)
Author
Age
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Fix, or at least ameliorate, bugs in logicalrep_worker_launch().
Tom Lane
2017-09-18
*
Simplify some code in logical replication launcher
Peter Eisentraut
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Shorten timeouts while waiting for logicalrep worker slot attach/detach.
Tom Lane
2017-07-01
*
Fix race conditions and missed wakeups in syncrep worker signaling.
Tom Lane
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-08
*
Clean up latch related code.
Andres Freund
2017-06-06
*
Don't set application_name in logical replication workers
Peter Eisentraut
2017-06-05
*
Fix signal handling in logical replication workers
Peter Eisentraut
2017-06-02
*
Reorganize logical replication worker disconnect code
Peter Eisentraut
2017-06-01
*
Improve logical replication worker log messages
Peter Eisentraut
2017-05-24
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
*
Fix possible null pointer dereference or invalid warning message.
Tom Lane
2017-04-30
*
Fix bug so logical rep launcher saves correctly time of last startup of worker.
Fujii Masao
2017-04-28
*
Silence compiler warning induced by commit de4389712.
Tom Lane
2017-04-26
*
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-26
*
A collection of small fixes for logical replication.
Fujii Masao
2017-04-19
*
Use DatumGetInt32() to extract 32-bit integer value from a datum.
Fujii Masao
2017-04-19
*
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
*
Support configuration reload in logical replication workers
Peter Eisentraut
2017-04-10
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-10
*
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-09
*
Fix typo in variable name.
Heikki Linnakangas
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
*
Be sure to release the lock on failure to launch logical replication worker.
Fujii Masao
2017-01-24
*
Fix NULL pointer access in logical replication workers
Peter Eisentraut
2017-01-23
*
Logical replication
Peter Eisentraut
2017-01-20