Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -252/+0 |
* | Fix freelist.size calculation for large freelists | Josh Bleecher Snyder | 2016-12-23 | 1 | -1/+6 |
* | Precalculate size of pending pgids in freelist.copyall | Josh Bleecher Snyder | 2016-12-23 | 1 | -1/+1 |
* | Clean up after #636 | Josh Bleecher Snyder | 2016-12-23 | 1 | -12/+3 |
* | Don't allocate huge slices to merge pgids in freelist.write | Josh Bleecher Snyder | 2016-12-20 | 1 | -13/+21 |
* | Lower number of allocation in freelist.reindex() | Nikita Vetoshkin | 2016-09-05 | 1 | -1/+1 |
* | fix Go 1.7 pointer reference bug | Ben Johnson | 2016-08-18 | 1 | -6/+12 |
* | Merge sorted pgids rather than resorting everything | Martin Kobetic | 2015-06-16 | 1 | -7/+8 |
* | Expand assertion statements. | Ben Johnson | 2015-01-30 | 1 | -3/+10 |
* | Allow freelist overflow. | Ben Johnson | 2014-07-10 | 1 | -9/+26 |
* | Clean up freelist reindex. | Ben Johnson | 2014-07-10 | 1 | -11/+13 |
* | Add freelist cache. | Ben Johnson | 2014-06-30 | 1 | -37/+59 |
* | Add DefaultOptions variable. | Ben Johnson | 2014-06-22 | 1 | -7/+0 |
* | split the freelist page count stats to free and pending | Martin Kobetic | 2014-06-20 | 1 | -1/+11 |
* | add freelist stats to db stats | Martin Kobetic | 2014-06-17 | 1 | -1/+10 |
* | Fix freelist rollback. | Ben Johnson | 2014-06-13 | 1 | -1/+23 |
* | Check for freelist overflow. | Ben Johnson | 2014-06-13 | 1 | -1/+18 |
* | Add freelist assertion on every free(). | Ben Johnson | 2014-05-29 | 1 | -26/+20 |
* | Fix freelist allocate(). | Ben Johnson | 2014-05-19 | 1 | -2/+2 |
* | Fix freelist allocation direction. | Ben Johnson | 2014-05-19 | 1 | -18/+25 |
* | Add nested buckets. | Ben Johnson | 2014-04-11 | 1 | -0/+25 |
* | Write freelist after each commit. | Ben Johnson | 2014-03-31 | 1 | -0/+5 |
* | Add 'bolt pages'. | Ben Johnson | 2014-03-21 | 1 | -0/+17 |
* | Rename Transaction to Tx. | Ben Johnson | 2014-03-08 | 1 | -6/+6 |
* | API Documentation. | Ben Johnson | 2014-02-13 | 1 | -2/+2 |
* | Add freelist. | Ben Johnson | 2014-02-10 | 1 | -0/+94 |