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
/
worker.c
Commit message (
Expand
)
Author
Age
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-06
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-18
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-12
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-23
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Improve messaging during logical replication worker startup
Peter Eisentraut
2018-04-06
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
logical replication: fix OID type mapping mechanism
Alvaro Herrera
2018-03-14
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Set es_output_cid in replication worker
Simon Riggs
2017-11-22
*
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix local/remote attribute mix-up in logical replication
Peter Eisentraut
2017-08-07
*
Reduce delay for last logicalrep feedback message when master goes idle.
Tom Lane
2017-07-01
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Set statement timestamp in apply worker
Peter Eisentraut
2017-06-17
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Consistently use subscription name as application name
Peter Eisentraut
2017-06-06
*
Clean up latch related code.
Andres Freund
2017-06-06
*
Don't set application_name in logical replication workers
Peter Eisentraut
2017-06-05
*
Receive invalidation messages correctly in tablesync worker
Peter Eisentraut
2017-06-03
*
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
*
Improve CREATE SUBSCRIPTION option parsing
Peter Eisentraut
2017-05-17
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-09
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Fix statistics reporting in logical replication workers
Peter Eisentraut
2017-05-08
*
Fix typo in comment
Peter Eisentraut
2017-04-26
*
Use DatumGetInt32() to extract 32-bit integer value from a datum.
Fujii Masao
2017-04-19
*
Report statistics in logical replication workers
Peter Eisentraut
2017-04-14
*
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
*
Fix typo
Peter Eisentraut
2017-04-04
*
Fix remote position tracking in logical replication
Peter Eisentraut
2017-04-04
*
Handle change of slot name in logical replication apply
Peter Eisentraut
2017-04-03
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
*
Fix after trigger execution in logical replication
Peter Eisentraut
2017-03-03
[next]