| Age | Commit message (Expand) | Author |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-10-01 | __value is a keyword in Visual Studio .NET. | Keith Bostic |
| 2014-09-28 | The WT_INTL_FOREACH_BEGIN macro walks the page's index, and it could be | Keith Bostic |
| 2014-09-26 | Clean up whitespace, macro parenthesis. | Keith Bostic |
| 2014-09-01 | Forward declarations of enumerated types is a gcc extension, we don't | Keith Bostic |
| 2014-07-17 | Some minor code-shuffling in the leaf page row-search code to | Keith Bostic |
| 2014-07-02 | Merge pull request #1090 from wiredtiger/onpage-cell | Michael Cahill |
| 2014-07-02 | Implement Keith's review feedback. | Michael Cahill |
| 2014-06-30 | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic |
| 2014-06-25 | Get rid of the WT_REF.key.pkey field, it's simpler and more explicit to | Keith Bostic |
| 2014-06-18 | Merge branch 'develop' into avoid-cell-unpack | Keith Bostic |
| 2014-06-10 | When deepening the tree, don't free the newly created child pages until after | Keith Bostic |
| 2014-06-07 | Update a comment, sentence no longer needed. | Keith Bostic |
| 2014-05-30 | Experimental change to avoid unpacking cells in order to access | Keith Bostic |
| 2014-05-09 | Speed up checkpoints by doing a better job of skipping pages that can't conta... | Michael Cahill |
| 2014-04-30 | The disk header in a page is read-only: mark it const. | Michael Cahill |
| 2014-04-30 | Don't skip pages when writing a checkpoint if the transaction doesn't have a ... | Michael Cahill |
| 2014-04-10 | Turn on eviction of dirty pages during eviction (previously it was permitted ... | Michael Cahill |
| 2014-04-10 | Maintain a checkpoint generation in each modified page, so that application t... | Michael Cahill |
| 2014-04-09 | Fix the problem where a truncated/deleted page might split (meaning | Keith Bostic |
| 2014-04-04 | WT_PAGE_TRYLOCK is no longer used, remove it. | Keith Bostic |
| 2014-04-04 | Fix a race between reconciliation and freeing obsolete updates on a page. No... | Michael Cahill |
| 2014-04-02 | whitespace | Keith Bostic |
| 2014-04-01 | Don't reallocate/copy the multiblock address into the boundary structure, | Keith Bostic |
| 2014-03-31 | Obscure the name of the internal page's index so code more naturally | Keith Bostic |
| 2014-03-31 | Spin on a flag in the parent page to serialize splits. This avoids false con... | Michael Cahill |
| 2014-03-31 | The WT_REF home field should be volatile, not a pointer to a volatile WT_PAGE. | Michael Cahill |
| 2014-03-30 | Bug when deepening the tree in a split, didn't connect the newly created | Keith Bostic |
| 2014-03-29 | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic |
| 2014-03-26 | It's not really a "parent ref" any more, rename "pref" to "ref". | Keith Bostic |
| 2014-03-26 | A problem in the new-split branch is WT_REF structures remain with the | Keith Bostic |
| 2014-03-20 | Create another union in WT_PAGE_MODIFY, for internal vs. leaf pages, | Keith Bostic |
| 2014-03-20 | I don't see any obvious (let alone easy) way to shrink the WT_PAGE | Keith Bostic |
| 2014-03-20 | minor review nits | Michael Cahill |
| 2014-03-19 | Don't reset the on-page cells to "overflow removed" until reconciliation | Keith Bostic |
| 2014-03-19 | Change the overflow key/value addresses from a skiplist into a simple | Keith Bostic |
| 2014-03-18 | Another run at handling removed overflow objects. Michael suggested we could | Keith Bostic |
| 2014-03-17 | Try to fix the two problems with the original overflow work in the | Keith Bostic |
| 2014-03-14 | Keep lint quiet about indirecting through NULL. | Keith Bostic |
| 2014-03-12 | Remove __wt_eviction_force entirely, just set the page read-gen in | Keith Bostic |
| 2014-03-06 | Add WT_PAGE_IS_INTERNAL, returns true/false if dealing with an internal | 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-05 | [mq]: evict-walk-review | Michael Cahill |
| 2014-03-04 | Re-organize the WT_PAGE_MODIFY structure to push it under 128B (it's | Keith Bostic |
| 2014-03-04 | fix a comment. | Keith Bostic |
| 2014-03-03 | The order of the WT_UPDATEs matters, we can't simply pull out some of | Keith Bostic |
| 2014-03-03 | Support eviction of pages that include unresolved changes. | Keith Bostic |
| 2014-03-03 | Merge branch 'develop' into evict-walk-hazard | Michael Cahill |
| 2014-02-28 | Merge branch 'develop' into new-split | Keith Bostic |