1. 25 Feb, 2010 2 commits
  2. 22 Feb, 2010 1 commit
  3. 20 Feb, 2010 1 commit
  4. 19 Feb, 2010 1 commit
  5. 18 Feb, 2010 2 commits
  6. 17 Feb, 2010 1 commit
  7. 13 Feb, 2010 1 commit
  8. 12 Feb, 2010 2 commits
  9. 09 Feb, 2010 1 commit
  10. 08 Feb, 2010 1 commit
  11. 05 Feb, 2010 1 commit
  12. 03 Feb, 2010 1 commit
  13. 15 Jan, 2010 1 commit
    • Heikki Linnakangas's avatar
      Introduce Streaming Replication. · 40f908bd
      Heikki Linnakangas authored
      This includes two new kinds of postmaster processes, walsenders and
      walreceiver. Walreceiver is responsible for connecting to the primary server
      and streaming WAL to disk, while walsender runs in the primary server and
      streams WAL from disk to the client.
      
      Documentation still needs work, but the basics are there. We will probably
      pull the replication section to a new chapter later on, as well as the
      sections describing file-based replication. But let's do that as a separate
      patch, so that it's easier to see what has been added/changed. This patch
      also adds a new section to the chapter about FE/BE protocol, documenting the
      protocol used by walsender/walreceivxer.
      
      Bump catalog version because of two new functions,
      pg_last_xlog_receive_location() and pg_last_xlog_replay_location(), for
      monitoring the progress of replication.
      
      Fujii Masao, with additional hacking by me
      40f908bd
  14. 27 Apr, 2009 1 commit
  15. 19 Nov, 2008 1 commit
  16. 17 Nov, 2008 1 commit
  17. 30 Jan, 2008 1 commit
  18. 28 Jan, 2008 1 commit
  19. 16 Dec, 2007 1 commit
  20. 28 Nov, 2007 2 commits
  21. 13 Nov, 2007 1 commit
  22. 12 Nov, 2007 2 commits
  23. 10 Nov, 2007 2 commits
  24. 09 Nov, 2007 1 commit
  25. 08 Nov, 2007 4 commits
  26. 04 Nov, 2007 1 commit
  27. 01 Feb, 2007 1 commit
  28. 01 Dec, 2006 1 commit
  29. 22 Nov, 2006 3 commits