aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* 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
* Ensure that num_sync is greater than zero in synchronous_standby_names.Fujii Masao2016-12-17
* Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander2016-11-07
* Fix typos in comments.Heikki Linnakangas2016-10-26
* 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
* Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas2016-09-28
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Code cleanup in SyncRepWaitForLSN()Simon Riggs2016-08-12
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* walreceiver: tweak pg_stat_wal_receiver behaviorAlvaro Herrera2016-07-01
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30
* Add conninfo to pg_stat_wal_receiverAlvaro Herrera2016-06-29
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Remove warning about num_sync being too large in synchronous_standby_names.Tom Lane2016-04-30
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Fix trivial typo.Andres Freund2016-04-14
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Adjust datatype of ReplicationState.acquired_by.Tom Lane2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13