Skip to content
Snippets Groups Projects
  1. Jan 11, 2013
    • Howard Chu's avatar
      ITS#7491 check for filled dirty page list · 53cf2eed
      Howard Chu authored
      Very large single transactions will fail. It's not just a problem when
      nested transactions are used. We could make this dynamically sized,
      but I'm not sure what the point is.
      53cf2eed
  2. Jan 10, 2013
  3. Jan 09, 2013
  4. Dec 19, 2012
  5. Dec 12, 2012
  6. Dec 11, 2012
  7. Dec 10, 2012
    • Howard Chu's avatar
      Add error checks to txn_commit · 0ce6bb4b
      Howard Chu authored
      These ops could fail if the map is full.
      0ce6bb4b
    • Howard Chu's avatar
      ITS#7455 simplify · aff2693f
      Howard Chu authored
      Don't try to reclaim overflow pages while operating on
      the freelist (for now). The circular dependencies are much like
      the single-page case, but worse. Maybe look into this in the
      future, but it's not absolutely necessary now.
      aff2693f
  8. Dec 07, 2012
  9. Dec 06, 2012
    • Howard Chu's avatar
      Freelist fixes · 5863d5cc
      Howard Chu authored
      Keep list sorted if it grows during a write. Don't free pghead until
      we're sure our writes are all finished.
      5863d5cc
  10. Dec 04, 2012
  11. Dec 03, 2012
  12. Nov 30, 2012
  13. Nov 28, 2012
  14. Nov 27, 2012
  15. Nov 05, 2012
  16. Oct 25, 2012
Loading