aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27
* Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas2012-12-21
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-21
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Fix typo in comment.Heikki Linnakangas2012-10-15
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Remove stray newline in comment.Heikki Linnakangas2012-10-09
* Remove generation of repl_gram.hPeter Eisentraut2012-10-08
* Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas2012-10-08
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-05
* Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-04
* Fix typos in README.Heikki Linnakangas2012-08-31
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas2012-07-14
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Make walsender more responsive.Robert Haas2012-07-02
* I neglected many comments in the log+seg -> 64-bit segno patch. Fix.Heikki Linnakangas2012-06-27
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Fix typo in DEBUG message, introduced by recent WAL refactoring.Robert Haas2012-06-25
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane2012-03-23
* Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs2012-01-30
* Various minor comments changes from bgwriter to checkpointer.Simon Riggs2012-01-30
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24
* Typo fix.Robert Haas2012-01-13
* Minor but necessary improvements to WAL keepalivesSimon Riggs2012-01-13
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Fix corner cases in readlink() usage.Tom Lane2011-12-07
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-07
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-02
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-01
* Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas2011-10-22