Skip to content
Snippets Groups Projects
  1. Jan 16, 2013
  2. Jan 15, 2013
  3. Jan 14, 2013
  4. 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
  5. Jan 10, 2013
  6. Jan 09, 2013
  7. Dec 19, 2012
  8. Dec 12, 2012
  9. Dec 11, 2012
  10. 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
  11. Dec 07, 2012
  12. 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
  13. Dec 04, 2012
  14. Dec 03, 2012
  15. Nov 30, 2012
  16. Nov 28, 2012
  17. Nov 27, 2012
Loading