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 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
*
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-17
*
Fix handling of symlinked pg_stat_tmp and pg_replslot
Magnus Hagander
2016-11-07
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
*
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
*
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-28
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
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
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
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 typos in comments and debug message
Magnus Hagander
2016-07-18
*
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-07-01
*
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-30
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-30
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Fix trivial typo.
Andres Freund
2016-04-14
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
[next]