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