1. 04 10月, 2000 6 次提交
  2. 03 10月, 2000 6 次提交
  3. 02 10月, 2000 8 次提交
  4. 01 10月, 2000 1 次提交
    • T
      Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes · 36786a81
      Tom Lane 提交于
      would close and then re-open rel being truncated.  Depending on the
      luck of the draw, the re-opened relcache entry might or might not be
      at the same physical location as before.  Unfortunately, if it wasn't
      then heap_truncate would crash and burn, because it still had a pointer
      at the old location.  Fix is to open and then close rel in
      RelationTruncateIndexes, so that rel's refcount never goes to zero
      until heap_truncate is done.
      36786a81
  5. 30 9月, 2000 3 次提交
  6. 29 9月, 2000 6 次提交
  7. 28 9月, 2000 1 次提交
  8. 27 9月, 2000 2 次提交
  9. 26 9月, 2000 7 次提交