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
Commit message (
Expand
)
Author
Age
*
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-29
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Switch format specifier for replication origins to %d
John Naylor
2022-08-23
*
Remove shadowed local variables that are new in v15
David Rowley
2022-08-20
*
Refer to replication origin roident as "ID" in user facing messages and docs
John Naylor
2022-08-18
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
Amit Kapila
2022-06-23
*
Fix stale values in partition map entries on subscribers.
Amit Kapila
2022-06-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
*
Fix cache look-up failures while applying changes in logical replication.
Amit Kapila
2022-06-15
*
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-07
*
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-02
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
*
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
*
Don't report stats in LogicalRepApplyLoop() when in xact.
Andres Freund
2022-05-12
*
Remove function declaration for function in pg_proc.
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 the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Fix typo in origin.c
Michael Paquier
2022-05-06
*
Fix SQL syntax in comment in logical/worker.c
John Naylor
2022-04-28
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
*
Improve the generation memory allocator
David Rowley
2022-04-04
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
*
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
*
Call ReorderBufferProcessXid from sequence_decode
Tomas Vondra
2022-03-07
*
Make the errcontext message in logical replication worker translation friendly.
Amit Kapila
2022-03-07
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
*
Fix typo in logicalfuncs.c.
Amit Kapila
2022-02-26
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
[next]