1. 01 4月, 2010 11 次提交
  2. 31 3月, 2010 5 次提交
  3. 30 3月, 2010 7 次提交
  4. 29 3月, 2010 1 次提交
  5. 28 3月, 2010 1 次提交
    • S
      Derive latestRemovedXid for btree deletes by reading heap pages. The · a760893d
      Simon Riggs 提交于
      WAL record for btree delete contains a list of tids, even when backup
      blocks are present. We follow the tids to their heap tuples, taking
      care to follow LP_REDIRECT tuples. We ignore LP_DEAD tuples on the
      understanding that they will always have xmin/xmax earlier than any
      LP_NORMAL tuples referred to by killed index tuples. Iff all tuples
      are LP_DEAD we return InvalidTransactionId. The heap relfilenode is
      added to the WAL record, requiring API changes to pass down the heap
      Relation. XLOG_PAGE_MAGIC updated.
      a760893d
  6. 26 3月, 2010 2 次提交
  7. 25 3月, 2010 7 次提交
  8. 24 3月, 2010 5 次提交
  9. 23 3月, 2010 1 次提交