| Age | Commit message (Expand) | Author |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-09-13 | Make random number generation be per session in the WiredTiger library, | Keith Bostic |
| 2014-08-15 | Split the WT_READ_NO_GEN flag to clarify: sometimes we mean "this read should... | Michael Cahill |
| 2014-08-13 | whitespace | Keith Bostic |
| 2014-08-13 | Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction. | Michael Cahill |
| 2014-08-11 | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic |
| 2014-08-10 | Replace the collator comparison #defines with inline functions, | Keith Bostic |
| 2014-07-25 | __wt_eviction_force_check() is only called from one place, there's no | Keith Bostic |
| 2014-07-07 | Encode the location/length of simple values in the WT_ROW pointer, along | 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-07-01 | It's problematical to use the word "return" in a comment, s_style gets | Keith Bostic |
| 2014-07-01 | Cleanup based on Alex's feedback. | Michael Cahill |
| 2014-06-30 | Instead of using an on-page length of 0 to distinguish between on-page keys | Keith Bostic |
| 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-25 | Use a split generation number to determine when memory replaced by a split ca... | Michael Cahill |
| 2014-06-25 | Merge branch 'develop' into split-memory-management | Michael Cahill |
| 2014-06-25 | Merge branch 'develop' into avoid-cell-unpack | Michael Cahill |
| 2014-06-21 | If a thread does eviction during a search, it might be holding a reference, s... | Michael Cahill |
| 2014-06-20 | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill |
| 2014-06-18 | Cleanup: undo debugging changes to get this branch ready for review. | Michael Cahill |
| 2014-06-18 | Instead of having update operations set the highest update transaction in an ... | Michael Cahill |
| 2014-06-17 | Check for overflow before attempting an LSM put. Also relax the assertions t... | Michael Cahill |
| 2014-06-17 | Fix the LSM readonly flag, only assert that files older than the current one ... | Michael Cahill |
| 2014-06-06 | Add code to help reproduce/debug an assertion in LSM. | Alex Gorrod |
| 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-05-08 | Scan include files for style problems. Fix the ones found right away. | Michael Cahill |
| 2014-05-01 | Move the checkpoint generation into the btree structure, increment it after t... | Michael Cahill |
| 2014-04-30 | Don't skip pages when writing a checkpoint if the transaction doesn't have a ... | Michael Cahill |
| 2014-04-30 | Don't allocate transaction IDs in page in, and some name changes. | Alex Gorrod |
| 2014-04-28 | Revert fb25f0f, instantiate keys accessed during random search, on a big | Keith Bostic |
| 2014-04-28 | Copy keys into the in-memory log for transactions: ordinary operations no lon... | Michael Cahill |
| 2014-04-26 | Fix a comment, the row-store leaf page search loop no longer instantiates keys. | Keith Bostic |
| 2014-04-17 | whitespace | Michael Cahill |
| 2014-04-11 | Have checkpoint skip pages that were clean at the start of the checkpoint and... | Michael Cahill |
| 2014-04-10 | Maintain a checkpoint generation in each modified page, so that application t... | Michael Cahill |
| 2014-04-08 | Clean up the fast-delete code (part of doing a review after merging the | Keith Bostic |
| 2014-04-04 | Clean up a comment, no code change. | Keith Bostic |
| 2014-04-03 | Merge branch 'new-split' into new-split-fixes | Keith Bostic |
| 2014-04-03 | Clarify a comment. | Keith Bostic |
| 2014-04-03 | Make sure we always publish a required transaction ID before looking at page ... | Michael Cahill |
| 2014-04-03 | Rename btree->{evict,root}_page -- they aren't WT_PAGEs any more. | Michael Cahill |
| 2014-04-02 | I messed up the eviction test, a tree that can be evicted always | Keith Bostic |
| 2014-04-02 | Add some comments to __wt_btree_size_overflow(). | Keith Bostic |
| 2014-04-01 | Revert 951ae8f, didn't mean to push. | Michael Cahill |
| 2014-04-01 | imported patch force-loop | Michael Cahill |
| 2014-03-31 | Obscure the name of the internal page's index so code more naturally | Keith Bostic |
| 2014-03-31 | The WT_REF home field should be volatile, not a pointer to a volatile WT_PAGE. | Michael Cahill |