1. 29 6月, 2010 7 次提交
  2. 28 6月, 2010 3 次提交
    • B
      Remove tab from SGML. · 7bfc0e5e
      Bruce Momjian 提交于
      7bfc0e5e
    • T
      Improve pg_dump's checkSeek() function to verify the functioning of ftello · 04d9f4da
      Tom Lane 提交于
      as well as fseeko, and to not assume that fseeko(fp, 0, SEEK_CUR) proves
      anything.  Also improve some related comments.  Per my observation that
      the SEEK_CUR test didn't actually work on some platforms, and subsequent
      discussion with Robert Haas.
      
      Back-patch to 8.4.  In earlier releases it's not that important whether
      we get the hasSeek test right, but with parallel restore it matters.
      04d9f4da
    • T
      Fix pg_restore so parallel restore doesn't fail when the input file doesn't · b779ea8a
      Tom Lane 提交于
      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
  3. 26 6月, 2010 3 次提交
  4. 25 6月, 2010 4 次提交
  5. 24 6月, 2010 3 次提交
  6. 23 6月, 2010 2 次提交
  7. 22 6月, 2010 3 次提交
  8. 21 6月, 2010 2 次提交
  9. 18 6月, 2010 7 次提交
  10. 17 6月, 2010 5 次提交
  11. 16 6月, 2010 1 次提交