summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2013-01-18Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas
2013-01-17I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-14Return value of lseek() can be negative on failure.Heikki Linnakangas
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas
2013-01-03Delay reading timeline history file until it's fetched from master.Heikki Linnakangas
2013-01-02Move tar function headers to pgtar.hMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Unify some tar functionality across different partsMagnus Hagander
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-12-27Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera
2012-12-21Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas
2012-12-21Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas
2012-12-20Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-10-15Fix typo in comment.Heikki Linnakangas
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-09Remove stray newline in comment.Heikki Linnakangas
2012-10-09Remove generation of repl_gram.hPeter Eisentraut
2012-10-08Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas
2012-10-05Use the regular main processing loop also in walsenders.Heikki Linnakangas
2012-09-28Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-08-31Fix typos in README.Heikki Linnakangas
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-07-14Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas
2012-07-04Always treat a standby returning an an invalid flush location as asyncMagnus Hagander
2012-07-02Make walsender more responsive.Robert Haas