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
Commit message (
Expand
)
Author
Age
*
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-09
*
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
*
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-23
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
*
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2021-06-25
*
Fix valgrind issue in pgoutput.c.
Amit Kapila
2021-06-18
*
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
*
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
*
Fix race condition in invalidating obsolete replication slots
Alvaro Herrera
2021-06-11
*
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-06-10
*
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-06-01
*
Fix access to no-longer-open relcache entry in logical-rep worker.
Tom Lane
2021-05-22
*
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
*
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-03-18
*
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-02-18
*
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
*
Fix relation descriptor leak.
Amit Kapila
2021-01-12
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-12
*
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-11-12
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
*
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-29
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
*
Minor fixes in docs and error messages.
Tom Lane
2020-09-09
*
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
*
walsnd: Don't set waiting_for_ping_response spuriously
Alvaro Herrera
2020-08-08
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-07-17
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Amit Kapila
2020-07-06
*
Persist slot invalidation correctly
Alvaro Herrera
2020-06-26
*
Remove erroneous assertion from pg_copy_logical_replication_slot().
Fujii Masao
2020-06-25
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Fix issues in invalidation of obsolete replication slots.
Fujii Masao
2020-06-19
*
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-18
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
[next]