aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-14
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-03
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas2017-07-12
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-13
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Zero padding in replication origin's checkpointed on disk-state.Andres Freund2017-04-23
* Spelling fixesPeter Eisentraut2017-03-14
* Make walsender always initialize the buffers.Fujii Masao2017-02-22
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Reset hot standby xmin after restartSimon Riggs2017-01-26
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-19
* Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander2016-11-07
* libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane2016-10-07
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* Code cleanup in SyncRepWaitForLSN()Simon Riggs2016-08-12
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-14
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Further improvements to c8f621c43.Andres Freund2016-03-07
* Fix wrong allocation size in c8f621c43.Andres Freund2016-03-06
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-02
* Fix typosAlvaro Herrera2016-02-29
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander2015-12-13
* Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander2015-12-13
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Set replication origin when decoding commit records.Andres Freund2015-11-09