Skip to content
Snippets Groups Projects
  1. Apr 02, 2010
  2. Apr 01, 2010
  3. Mar 31, 2010
  4. Mar 30, 2010
  5. Mar 29, 2010
  6. Mar 28, 2010
    • Simon Riggs's avatar
      Derive latestRemovedXid for btree deletes by reading heap pages. The · a760893d
      Simon Riggs authored
      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
  7. Mar 26, 2010
  8. Mar 25, 2010
  9. Mar 24, 2010
Loading