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 the file mode of worker.c changed by the commit 216a784829.
Amit Kapila
2023-01-09
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Defend against unsupported partition relkind in logical replication worker.
Tom Lane
2022-11-02
*
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
*
Message style improvements
Peter Eisentraut
2022-09-24
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
Fix partition table's REPLICA IDENTITY checking on the subscriber.
Amit Kapila
2022-06-21
*
Fix data inconsistency between publisher and subscriber.
Amit Kapila
2022-06-16
*
Don't report stats in LogicalRepApplyLoop() when in xact.
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 SQL syntax in comment in logical/worker.c
John Naylor
2022-04-28
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Fix compiler warning introduced in commit 705e20f855.
Amit Kapila
2022-03-15
*
Optionally disable subscriptions on error.
Amit Kapila
2022-03-14
*
Add the additional information to the logical replication worker errcontext.
Amit Kapila
2022-03-08
*
Make the errcontext message in logical replication worker translation friendly.
Amit Kapila
2022-03-07
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
*
Fix a comment in worker.c.
Amit Kapila
2022-02-18
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
More cleanup of a2ab9c06ea.
Jeff Davis
2022-01-08
*
Respect permissions within logical replication.
Jeff Davis
2022-01-07
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
*
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
*
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-27
*
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-19
*
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-08-04
*
Remove unused argument in apply_handle_commit_internal().
Amit Kapila
2021-07-30
*
Refactor to make common functions in proto.c and worker.c.
Amit Kapila
2021-07-29
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-16
*
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
*
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
*
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
[next]