| Commit message (Expand) | Author | Age | Files | Lines |
* | Experimental change to avoid unpacking cells in order to access | Keith Bostic | 2014-05-30 | 1 | -17/+12 |
* | Construct an "address" and read the block through the btree I/O | Keith Bostic | 2014-05-06 | 1 | -4/+14 |
* | The disk header in a page is read-only: mark it const. | Michael Cahill | 2014-04-30 | 1 | -8/+8 |
* | Add a couple of missing flags to debug output. | Keith Bostic | 2014-04-28 | 1 | -0/+4 |
* | Coverity #1199721 | Keith Bostic | 2014-04-11 | 1 | -3/+5 |
* | Rename btree->{evict,root}_page -- they aren't WT_PAGEs any more. | Michael Cahill | 2014-04-03 | 1 | -2/+2 |
* | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic | 2014-04-01 | 1 | -0/+27 |
* | Obscure the name of the internal page's index so code more naturally | Keith Bostic | 2014-03-31 | 1 | -2/+5 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -20/+12 |
* | We can't collapse removed key and value overflow items into a single | Keith Bostic | 2014-03-19 | 1 | -14/+9 |
* | Generalize overflow keys to look like overflow values, that is, set the | Keith Bostic | 2014-03-18 | 1 | -3/+3 |
* | Another run at handling removed overflow objects. Michael suggested we could | Keith Bostic | 2014-03-18 | 1 | -2/+0 |
* | Clean up the page's metadata dump, add the flags we were missing, | Keith Bostic | 2014-03-17 | 1 | -54/+30 |
* | Replace WT_PM_REC_SPLIT with WT_PM_REC_MULTIBLOCK: "split" no longer has | Keith Bostic | 2014-03-06 | 1 | -17/+20 |
* | Merge branch 'develop' into new-split | Keith Bostic | 2014-03-05 | 1 | -3/+0 |
|\ |
|
| * | Remove the code associated with WT_REF_EVICT_WALK. | Michael Cahill | 2014-02-27 | 1 | -3/+0 |
* | | Re-organize the WT_PAGE_MODIFY structure to push it under 128B (it's | Keith Bostic | 2014-03-04 | 1 | -1/+1 |
* | | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -10/+10 |
* | | Clean up the WT_PAGE_MODIFY structure comments, get rid of the u.replace | Keith Bostic | 2014-02-24 | 1 | -1/+1 |
* | | change "node" to "page" for clarity | Keith Bostic | 2014-02-24 | 1 | -2/+2 |
* | | Rename __debug_shape_info, __debug_shape_worker to __debug_tree_shape_info, | Keith Bostic | 2014-02-24 | 1 | -7/+8 |
* | | Clean up some debugging statements, avoid potential core dumps. | Keith Bostic | 2014-02-23 | 1 | -5/+6 |
* | | Add __wt_debug_set_verbose so I can configure a verbose flag from gdb. | Keith Bostic | 2014-02-20 | 1 | -5/+20 |
* | | Change shape to only indent by 3, trees are getting deeper. | Keith Bostic | 2014-02-20 | 1 | -1/+1 |
* | | Display the size of each node in the "shape" output. | Keith Bostic | 2014-02-20 | 1 | -2/+24 |
* | | Add a fast hack that displays the shape of the tree. | Keith Bostic | 2014-02-19 | 1 | -0/+42 |
* | | Strip out the remaining split-merge code. | Keith Bostic | 2014-02-18 | 1 | -5/+0 |
* | | It's dangerous to reach down into the WT_PAGE_INDEX structure (and doing | Keith Bostic | 2014-02-16 | 1 | -10/+10 |
* | | Replace eviction code to deepen the tree using split-merge pages with | Keith Bostic | 2014-02-16 | 1 | -8/+11 |
* | | Add pu_xxx_field #defines for the rest of the page-union fields. | Keith Bostic | 2014-02-05 | 1 | -5/+5 |
* | | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -8/+14 |
|/ |
|
* | Cherry pick 83b7068 from Michael's cell-unpack-optimizations branch. | Keith Bostic | 2014-01-09 | 1 | -1/+1 |
* | Avoid unpacking the key cell multiple times when returning key/value | Keith Bostic | 2014-01-09 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Change the returned length of a cell from a uint32_t to a size_t. | Keith Bostic | 2013-12-23 | 1 | -1/+1 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -6/+6 |
* | Better/fixed support for huge keys/values. | Keith Bostic | 2013-12-16 | 1 | -1/+2 |
* | Don't allocate any space for static string. | Keith Bostic | 2013-11-14 | 1 | -2/+2 |
* | whitespace | Keith Bostic | 2013-11-13 | 1 | -1/+1 |
* | Review all of the calls to __wt_ref_info(), ensure they handle a | Keith Bostic | 2013-11-13 | 1 | -7/+4 |
* | Drive an error return from __wt_ref_info() to the surface. | Keith Bostic | 2013-11-12 | 1 | -1/+1 |
* | Compaction changes: fix a bug, we were skipping internal pages if they | Keith Bostic | 2013-11-12 | 1 | -1/+1 |
* | Create a new cell type WT_CELL_ADDR_LEAF, use it to mark leaf page | Keith Bostic | 2013-11-12 | 1 | -10/+16 |
* | Merge branch 'develop' into overflow-restart | Keith Bostic | 2013-10-20 | 1 | -0/+2 |
|\ |
|
| * | __debug_cell_data() was missing two cell types, WT_CELL_KEY_PFX and | Keith Bostic | 2013-10-20 | 1 | -0/+2 |
* | | There's magic code to handle overflow records that have been deleted but | Keith Bostic | 2013-10-18 | 1 | -8/+12 |
|/ |
|
* | Get rid of the page disk generation, and use a write generation of 0 to | Keith Bostic | 2013-09-27 | 1 | -3/+1 |
* | Merge pull request #651 from wiredtiger/tracking-cleanup | Michael Cahill | 2013-09-01 | 1 | -13/+0 |
|\ |
|
| * | Add a new skiplist to the WT_PAGE_MODIFY structure and use it to track | Keith Bostic | 2013-08-30 | 1 | -13/+0 |
* | | __debug_cell_data() isn't prepared to handle overflow-rm records by | Keith Bostic | 2013-08-31 | 1 | -1/+3 |
|/ |
|