| Age | Commit message (Expand) | Author |
| 2014-05-08 | Scan include files for style problems. Fix the ones found right away. | Michael Cahill |
| 2014-05-03 | fix a comment | Keith Bostic |
| 2014-03-21 | Fix an unused variable building without diagnostics. | Michael Cahill |
| 2014-03-20 | minor review nits | Michael Cahill |
| 2014-03-19 | When I switched __wt_cell_leaf_value_parse() to using the raw cell type, | Keith Bostic |
| 2014-03-19 | comment typo | Keith Bostic |
| 2014-03-19 | We can't collapse removed key and value overflow items into a single | Keith Bostic |
| 2014-03-19 | Assert we only reset a cell once, and that it's the type we expect when | Keith Bostic |
| 2014-03-18 | Generalize overflow keys to look like overflow values, that is, set the | Keith Bostic |
| 2014-01-10 | Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) prevent | Keith Bostic |
| 2014-01-10 | Fix warnings about "implicit conversion loses integer precision: 'size_t' (ak... | Michael Cahill |
| 2014-01-10 | Avoid memset in performance-critical code by keeping a zeroed static structur... | Michael Cahill |
| 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-22 | Missed on, use WT_PTRDIFF, not WT_PTRDIFF32 to store into a size_t. | Keith Bostic |
| 2013-12-22 | Change the length of an in-memory cell from a uint32_t to a size_t. | Keith Bostic |
| 2013-12-22 | More changes to move from using uint32_t to describe in-memory lengths, | Keith Bostic |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-11-12 | Enhance some comments -- explain why WT_CELL_ADDR_LEAF_NO isn't guaranteed | Keith Bostic |
| 2013-11-12 | Create a new cell type WT_CELL_ADDR_LEAF, use it to mark leaf page | Keith Bostic |
| 2013-10-18 | There's magic code to handle overflow records that have been deleted but | Keith Bostic |
| 2013-10-18 | rename "type" to clarify the variable's meaning. | Keith Bostic |
| 2013-09-04 | Fix a bug where the test for a configured RLE was checking for an | Keith Bostic |
| 2013-07-31 | Restore the copy of the key/value as part of entering the API: the reason is | Keith Bostic |
| 2013-07-24 | Sue's review of changes to cell.i, ref #600. | Keith Bostic |
| 2013-07-19 | cell.i:483:6: error: conversion to 'unsigned int' from 'int' may change the s... | Keith Bostic |
| 2013-07-19 | Add a comment to explain why we don't need to check the new value's | Keith Bostic |
| 2013-07-19 | When we aren't able to create a short key or value (and, in the case of a | Keith Bostic |
| 2013-07-19 | Change "short" data items from 127B or less to be 63B or less, and use the | Keith Bostic |
| 2013-07-17 | Add a new cell type, WT_CELL_KEY_PREFIX, that appears on row-store leaf | Keith Bostic |
| 2013-07-13 | Turn off Huffman encoding for keys on row-store internal pages. | Keith Bostic |
| 2013-07-13 | Remove support for prefix-compression on row-store internal pages. | Keith Bostic |
| 2013-05-01 | Fix build warning. | Alex Gorrod |
| 2013-04-01 | Merge pull request #494 from wiredtiger/data-handles | Michael Cahill |
| 2013-03-31 | Replace CHK with WT_CELL_LEN_CHK, avoid name-space pollution. | Keith Bostic |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-11 | Reorg cell unpacking code slightly to avoid recursion so it can be inlined (-... | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-11-21 | whitespace | Michael Cahill |
| 2012-11-20 | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill |
| 2012-10-24 | Instead of entering a fake key cell after the last cell on the page just | Keith Bostic |
| 2012-10-11 | The __wt_cell_unpack_copy function copies the key/value sometimes but | Keith Bostic |
| 2012-10-07 | Support for deleting overflow values in variable-length column-stores. | Keith Bostic |
| 2012-09-22 | Add dictionary support to variable-length column store objects, | Keith Bostic |
| 2012-09-22 | Change the WT_CELL_VALUE_COPY cell format to not, by default, include | Keith Bostic |
| 2012-09-09 | Don't try and hide the raw cell type WT_CELL_VALUE_COPY, that way we | Keith Bostic |