summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-08Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-06-25Address set of issues with errno handlingMichael Paquier
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-05Remove leftover variable from previous commit.Andres Freund
2017-06-05Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-05-15Fix new warnings from GCC 7Peter Eisentraut
2017-03-14Spelling fixesPeter Eisentraut
2017-01-26Reset hot standby xmin after restartSimon Riggs
2016-02-29Fix typosAlvaro Herrera
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-11-21Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
2015-03-26Make SyncRepWakeQueue to a static functionTatsuo Ishii
2015-03-14Fix integer overflow in debug message of walreceiverTatsuo Ishii
2015-02-11Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2014-09-25Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-28Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-06Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas
2014-04-04Fix bogus time printout in walreceiver's debug log messages.Tom Lane
2014-03-17Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao
2014-03-07Fix typo in comment.Heikki Linnakangas
2014-03-06Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas
2014-03-04Error out on send failure in walsender loop.Heikki Linnakangas
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-01-16Fix Hot Standby feedback sending when streaming busily.Heikki Linnakangas
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2013-08-24Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander
2013-08-14Treat timeline IDs as unsigned in replication parserPeter Eisentraut
2013-07-28Message style improvementsPeter Eisentraut
2013-06-26Support clean switchover.Fujii Masao
2013-05-30Minor spell checkingPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-08Fix walsender failure at promotion.Heikki Linnakangas
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-27Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas
2013-02-22Add quotes to messagesPeter Eisentraut
2013-02-15Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-02-04Reset master xmin when hot_standby_feedback disabled.Simon Riggs
2013-01-23Fix more issues with cascading replication and timeline switches.Heikki Linnakangas