aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Fix issue with WAL archiving in standby.Fujii Masao2021-09-09
* Fix incorrect error code in StartupReplicationOrigin().Amit Kapila2021-08-30
* Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier2021-08-23
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Make walsenders show their replication commands in pg_stat_activity.Tom Lane2021-06-25
* Fix valgrind issue in pgoutput.c.Amit Kapila2021-06-18
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Don't use Asserts to check for violations of replication protocol.Tom Lane2021-06-12
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* Fix race condition in invalidating obsolete replication slotsAlvaro Herrera2021-06-11
* Rearrange logrep worker's snapshot handling some more.Tom Lane2021-06-10
* pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila2021-06-01
* Fix access to no-longer-open relcache entry in logical-rep worker.Tom Lane2021-05-22
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-21
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane2021-03-18
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-18
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-14
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Fix relation descriptor leak.Amit Kapila2021-01-12
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* Remove useless SHA256 initialization when not using backup manifestsMichael Paquier2020-11-12
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-29
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera2020-08-08
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila2020-07-17
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.Amit Kapila2020-07-06
* Persist slot invalidation correctlyAlvaro Herrera2020-06-26
* Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Fix issues in invalidation of obsolete replication slots.Fujii Masao2020-06-19
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-18
* Fix buffile.c error handling.Thomas Munro2020-06-16