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
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-07
*
Remove function declaration for function in pg_proc.
Andres Freund
2022-05-12
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-07-17
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
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
[next]