1. 06 Jan, 2006 1 commit
    • Tom Lane's avatar
      Fix ReadBuffer() to correctly handle the case where it's trying to extend · 304160c3
      Tom Lane authored
      the relation but it finds a pre-existing valid buffer.  The buffer does not
      correspond to any page known to the kernel, so we *must* do smgrextend to
      ensure that the space becomes allocated.  The 7.x branches all do this
      correctly, but the corner case got lost somewhere during 8.0 bufmgr rewrites.
      (My fault no doubt :-( ... I think I assumed that such a buffer must be
      not-BM_VALID, which is not so.)
      304160c3
  2. 05 Jan, 2006 19 commits
  3. 04 Jan, 2006 2 commits
  4. 03 Jan, 2006 6 commits
  5. 02 Jan, 2006 5 commits
  6. 01 Jan, 2006 3 commits
  7. 31 Dec, 2005 4 commits