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