1. 04 Jul, 2010 2 commits
  2. 03 Jul, 2010 11 commits
  3. 02 Jul, 2010 4 commits
  4. 01 Jul, 2010 5 commits
  5. 30 Jun, 2010 3 commits
  6. 29 Jun, 2010 7 commits
  7. 28 Jun, 2010 6 commits
  8. 27 Jun, 2010 1 commit
    • Tom Lane's avatar
      Fix pg_restore so parallel restore doesn't fail when the input file doesn't · b779ea8a
      Tom Lane authored
      contain data offsets (which it won't, if pg_dump thought its output wasn't
      seekable).  To do that, remove an unnecessarily aggressive error check, and
      instead fail if we get to the end of the archive without finding the desired
      data item.  Also improve the error message to be more specific about the
      cause of the problem.  Per discussion of recent report from Igor Neyman.
      
      Back-patch to 8.4 where parallel restore was introduced.
      b779ea8a
  9. 25 Jun, 2010 1 commit
    • Robert Haas's avatar
      Rewrite docs for new libpq keepalive parameters. · e3515939
      Robert Haas authored
      The revised documentation makes it more clear that these are client-side
      parameters, rather than server side parameters.  It also puts the main
      point of each parameter first, and consolidates the conditions under which
      it might be ignored in a single list at the end.
      e3515939