| Age | Commit message (Expand) | Author |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-01 | Split the WT_PAGE_DISK structure into two parts: the btree page header | Keith Bostic |
| 2011-12-23 | Don't add a 64-bit quantity to row-store internal entries. | Keith Bostic |
| 2011-12-19 | Use Michael's new WT_INTPACK64_MAXSIZE, WT_INTPACK32_MAXSIZE #defines | Keith Bostic |
| 2011-12-17 | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic |
| 2011-10-07 | Delete trailing blank lines from files. | Keith Bostic |
| 2011-08-09 | Turned on GCC "-Wpadded". | Michael Cahill |
| 2011-08-18 | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill |
| 2011-08-04 | Remove declarations for static inline functions, when mixed with non-inlined ... | Michael Cahill |
| 2011-07-22 | We're using "key/value", not "key/data" in WiredTiger, rename the cell types | Keith Bostic |
| 2011-07-18 | ../src/include/cell.i:349: warning: implicit conversion shortens 64-bit value... | Michael Cahill |
| 2011-07-17 | Write the remaining code for cursor, search insert and reconciliation | Keith Bostic |
| 2011-07-16 | Add support for RLE counts for deleted and overflow data cells. I don't | Keith Bostic |
| 2011-07-15 | Fix a typo left over from the last merge. | Keith Bostic |
| 2011-07-15 | Add support for RLE information in the cell -- nothing uses it yet, but | Keith Bostic |
| 2011-07-14 | The boundaries for short key/data items are 0x3f/0x7f, not one less than | Keith Bostic |
| 2011-07-16 | Bump the size of cells to cope with large keys, use the integer packing code ... | Michael Cahill |
| 2011-07-16 | Use the safety mode built into the variable-length unpacking rather than seco... | Michael Cahill |
| 2011-07-16 | ../src/include/cell.i:294: warning: implicit conversion shortens 64-bit value... | Michael Cahill |
| 2011-07-16 | whitespace | Michael Cahill |
| 2011-07-14 | Update the cell.i comment describing how cells work. | Keith Bostic |
| 2011-07-14 | More minor fallout from the merge: there's no session handle in intpack. | Keith Bostic |
| 2011-07-14 | Replace N different cell extraction functions with a single cell_unpack | Keith Bostic |
| 2011-07-13 | Now that we're calling inline functions to pack/unpack the data length bytes, | Keith Bostic |
| 2011-07-13 | Add support for extending column-store files -- this isn't right yet, | Keith Bostic |
| 2011-07-12 | minor wording update. | Keith Bostic |
| 2011-07-06 | Delete __wt_cell_off_record() and __wt_key_cell_next(), they're no longer used. | Keith Bostic |
| 2011-07-08 | Put parantheses around non-trivial conditions in ternary expressions. | Michael Cahill |
| 2011-06-02 | comment typo. | Keith Bostic |
| 2011-05-30 | Change the K/V information in the WT_ROW/WT_ROW_REF structures to be a single | Keith Bostic |
| 2011-05-25 | Add prefix compression to page reconciliation. | Keith Bostic |
| 2011-05-25 | First part of prefix compression support: | Keith Bostic |
| 2011-05-19 | Store keys less than 64 bytes and data items less than 128 bytes using only a | Keith Bostic |
| 2011-05-19 | Delete and off-page items have known sizes, don't store length bytes. | Keith Bostic |
| 2011-05-18 | Now that overflow objects are stored on page with their size attribute | Keith Bostic |
| 2011-05-18 | __wt_cell_copy() is never called, remove it for now. | Keith Bostic |
| 2011-05-18 | Compress the WT_CELL. Previously, a WT_CELL was a single byte encoding | Keith Bostic |