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
/
tablesync.c
Commit message (
Expand
)
Author
Age
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Improve style of some replication-related error messages.
Tom Lane
2021-03-31
*
Improve an error message
Peter Eisentraut
2021-03-24
*
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-03-17
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Clarify comment in tablesync.c
Michael Paquier
2021-02-04
*
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-02-02
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
*
Prepare to support non-tables in publications
Peter Eisentraut
2020-03-19
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Generated columns
Peter Eisentraut
2019-03-30
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Get a snapshot before COPY in table sync
Peter Eisentraut
2017-08-02
*
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
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Improve code comments
Peter Eisentraut
2017-06-13
*
Improve tablesync behavior with concurrent changes
Peter Eisentraut
2017-06-09
*
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
*
Consistently use subscription name as application name
Peter Eisentraut
2017-06-06
*
Clean up latch related code.
Andres Freund
2017-06-06
*
Improve handover logic between sync and apply workers
Peter Eisentraut
2017-06-06
*
Make tablesync worker exit when apply dies while it was waiting for it
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
*
Fix table syncing with different column order
Peter Eisentraut
2017-05-24
*
Improve logical replication worker log messages
Peter Eisentraut
2017-05-24
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix statistics reporting in logical replication workers
Peter Eisentraut
2017-05-08
*
Wait between tablesync worker restarts
Peter Eisentraut
2017-04-28
*
Fix query that gets remote relation info
Peter Eisentraut
2017-04-26
[next]