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 an undetected deadlock due to apply worker.
Amit Kapila
2023-12-11
*
Fix uninitialized access to InitialRunningXacts during decoding after ERROR.
Amit Kapila
2023-09-12
*
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-22
*
Fix uninitialized access to InitialRunningXacts during decoding.
Amit Kapila
2022-11-25
*
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-21
*
Fix executing invalidation messages generated by subtransactions during decod...
Amit Kapila
2022-10-21
*
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-20
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Fix memory leak due to LogicalRepRelMapEntry.attrmap.
Amit Kapila
2022-06-23
*
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-06-07
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Fix the check to limit sync workers.
Amit Kapila
2022-04-19
*
Improve subscriber's error message for wrong publication relkind.
Tom Lane
2022-02-15
*
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
*
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
*
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-10-21
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
*
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-21
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-06-04
*
Fix bogus initialization of replication origin shared memory state.
Tom Lane
2020-05-15
*
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2020-02-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-12
*
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-06
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Fix subscriber invalid memory access on DDL.
Amit Kapila
2019-12-18
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
*
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-18
*
logical decoding: process ASSIGNMENT during snapshot build
Alvaro Herrera
2019-09-13
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
*
Fix typo
Alvaro Herrera
2019-08-21
[next]