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
*
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
2024-09-11
*
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-29
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Change the misleading local end_lsn for prepared transactions.
Amit Kapila
2024-08-09
*
Avoid duplicate table scans for cross-partition updates during logical replic...
Amit Kapila
2024-08-01
*
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
*
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
*
Convert some extern variables to static
Peter Eisentraut
2024-07-02
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
*
Add a failover option to subscriptions.
Amit Kapila
2024-01-30
*
Fix some typos
Michael Paquier
2024-01-22
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-11-07
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
*
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-17
*
Simplify the logical worker type checks by using the switch on worker type.
Amit Kapila
2023-08-22
*
Simplify some of the logical replication worker-type checks.
Amit Kapila
2023-08-04
*
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-03
*
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
[next]