summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2012-06-27I neglected many comments in the log+seg -> 64-bit segno patch. Fix.Heikki Linnakangas
2012-06-25Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut
2012-06-25Fix typo in DEBUG message, introduced by recent WAL refactoring.Robert Haas
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-06-24Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas
2012-06-11Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-24Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane
2012-01-30Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-13Typo fix.Robert Haas
2012-01-13Minor but necessary improvements to WAL keepalivesSimon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-11-01Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs
2011-10-22Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas