1. 16 Dec, 2002 2 commits
    • Jeremy Hylton's avatar
      Apparently functional version that reads from the end. · 2177ef77
      Jeremy Hylton authored
      Starts near the end of the file and reads forward, looking for a
      complete snapshot.  If it doesn't find one, move farther from the end
      and repeat.
      
      XXX This approach does N**2 reads, where N is the number of times we
      need to move further back and retry.  When we move backwards, we
      double the distance from the end of the file.
      2177ef77
    • Jeremy Hylton's avatar
      A preliminary replacement for handy zeowait.py script. · 898f8392
      Jeremy Hylton authored
      This processes the whole file from the beginning collecting info about
      active / blocked transactions.  This version is preliminary because it
      needs to start at the end and backup until it has enough information.
      898f8392
  2. 13 Dec, 2002 18 commits
  3. 12 Dec, 2002 16 commits
  4. 10 Dec, 2002 4 commits