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
*
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Fix untranslatable log message assembly
Peter Eisentraut
2023-07-13
*
Reload configuration more frequently in apply worker.
Amit Kapila
2023-06-07
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Fix assertion failure in apply worker.
Amit Kapila
2023-05-03
*
Use elog to report unexpected action in handle_streamed_transaction().
Masahiko Sawada
2023-04-24
*
Restart the apply worker if the 'password_required' option is changed.
Amit Kapila
2023-04-20
*
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
*
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
*
Fix possible logical replication crash.
Robert Haas
2023-04-03
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
*
Improve the code to decide and process the apply action.
Amit Kapila
2023-01-17
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
*
Fix some BufFileRead() error reporting
Peter Eisentraut
2023-01-16
*
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
[next]