summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2014-04-09Fix a few more misc typos in comments.Heikki Linnakangas
2014-04-09Fix misc typos in comments.Heikki Linnakangas
2014-04-04Fix bogus time printout in walreceiver's debug log messages.Tom Lane
2014-03-31Fix thinko in logical decoding code.Robert Haas
2014-03-19Setup error context callback for transaction lock waitsAlvaro Herrera
2014-03-17Fix typos in comments.Fujii Masao
2014-03-17Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao
2014-03-12Comment fixes related to logical decoding.Robert Haas
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-07fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian
2014-03-06Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas
2014-03-05Fix some typos introduced by the logical decoding patch.Robert Haas
2014-03-04Minor corrections to logical decoding patch.Robert Haas
2014-03-04Error out on send failure in walsender loop.Heikki Linnakangas
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Use a longer buffer in libpqrcv_startstreaming.Robert Haas
2014-03-03Corrections to replication slots code and documentation.Robert Haas
2014-03-03Another round of Coverity fixesStephen Frost
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-25pg_basebackup: Skip only the *contents* of pg_replslot.Robert Haas
2014-02-24Use pg_lsn data type in pg_stat_replication, too.Robert Haas
2014-02-19Switch various builtin functions to use pg_lsn instead of text.Robert Haas
2014-02-03Make pg_basebackup skip temporary statistics files.Fujii Masao
2014-02-02Clean up some sloppy coding in repl_gram.y.Tom Lane
2014-02-02Fix typos in docs and comments.Fujii Masao
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-02-01Introduce replication slots.Robert Haas
2014-01-27Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao
2014-01-16Fix Hot Standby feedback sending when streaming busily.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-09-03Fix typo in comment.Heikki Linnakangas
2013-08-24Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander
2013-08-15Treat timeline IDs as unsigned in replication parserPeter Eisentraut
2013-07-28Message style improvementsPeter Eisentraut
2013-06-25Support clean switchover.Fujii Masao
2013-05-31Minor 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-23Add 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