1. 03 11月, 2005 1 次提交
    • T
      Fix longstanding race condition in transaction log management: there was a · 99d48695
      Tom Lane 提交于
      very narrow window in which SimpleLruReadPage or SimpleLruWritePage could
      think that I/O was needed when it wasn't (and indeed the buffer had already
      been assigned to another page).  This would result in an Assert failure if
      Asserts were enabled, and probably in silent data corruption if not.
      Reported independently by Jim Nasby and Robert Creager.
      
      I intend a more extensive fix when 8.2 development starts, but this is a
      reasonably low-impact patch for the existing branches.
      99d48695
  2. 02 11月, 2005 3 次提交
  3. 01 11月, 2005 3 次提交
  4. 31 10月, 2005 2 次提交
  5. 30 10月, 2005 4 次提交
  6. 29 10月, 2005 7 次提交
  7. 28 10月, 2005 4 次提交
  8. 27 10月, 2005 9 次提交
  9. 26 10月, 2005 5 次提交
  10. 25 10月, 2005 2 次提交