| Age | Commit message (Expand) | Author |
| 2014-12-03 | Don't try in-memory splits when closing a tree. | Michael Cahill |
| 2014-12-03 | Only do in-memory splits on large, dirty pages. | Michael Cahill |
| 2014-12-03 | Don't attempt to split pages when checkpoints are active in a tree. | Michael Cahill |
| 2014-12-02 | fix a comment typo | Keith Bostic |
| 2014-12-02 | whitespace | Keith Bostic |
| 2014-12-02 | Use the original approach to finding the first key on a page: search the smal... | Michael Cahill |
| 2014-12-02 | Remove stray debugging. | Michael Cahill |
| 2014-12-02 | Instantiate a full key for the parent ref of a page during in-memory splits. ... | Michael Cahill |
| 2014-12-02 | Inherit the original page's dirty transaction during a split so that checkpoi... | Michael Cahill |
| 2014-12-02 | Tweak the logic to delay eviction after splits: only check inmem_split_txn fo... | Michael Cahill |
| 2014-12-02 | Don't force-evict pages that have just been through an in-memory split. | Michael Cahill |
| 2014-12-02 | Merge branch 'develop' into split-right | Michael Cahill |
| 2014-12-02 | Add a statistic to count how much eviction application threads are doing. | Michael Cahill |
| 2014-12-02 | Look for an in-memory split in the reconciliation path before checking | Alex Gorrod |
| 2014-12-01 | Add error-handling code to the insert split, if the split into the | Keith Bostic |
| 2014-12-01 | Reviewing the code, minor whitespace changes. | Keith Bostic |
| 2014-12-01 | Instead of checking for a single level-5 skip list entry, check for two | Keith Bostic |
| 2014-12-01 | whitespace | Keith Bostic |
| 2014-12-01 | Fix a comment. | Keith Bostic |
| 2014-12-01 | return after a jump to the error label or a jump to the error label | Keith Bostic |
| 2014-12-01 | Add warning messages when we ignore errors after a split completes. | Keith Bostic |
| 2014-12-01 | Some fixes for in-memory splits: | Michael Cahill |
| 2014-11-30 | More re-factoring of the parent-split function: handle the WT_REF's | Keith Bostic |
| 2014-11-30 | Fix a comment. | Keith Bostic |
| 2014-11-30 | If exclusive is set, we may not be operating on a locked WT_REF, | Keith Bostic |
| 2014-11-30 | The parent split function shouldn't free the passed-in array of WT_REFs, | Keith Bostic |
| 2014-11-30 | Add code to split a too-large insert list onto a new page as part of | Keith Bostic |
| 2014-11-30 | Don't set an "alloc_ref" count when allocating leaf pages, that | Keith Bostic |
| 2014-11-28 | Rename __wt_rec_evict to __wt_evict, eviction and reconciliation have | Keith Bostic |
| 2014-11-28 | Rename __wt_rec_write to __wt_reconcile, there's no __wt_rec_read. | Keith Bostic |
| 2014-11-28 | Refactor the split code so there's a split-the-parent function that can | Keith Bostic |
| 2014-11-28 | Minor renaming. | Keith Bostic |
| 2014-11-28 | When we switched from converting off_t's to/from uint32_t's in file | Keith Bostic |
| 2014-11-28 | Merge pull request #1416 from wiredtiger/lsm-ckpt-fixes | Alex Gorrod |
| 2014-11-28 | Merge pull request #1411 from wiredtiger/wtstats-changes | Michael Cahill |
| 2014-11-28 | Deal with deleted pages if a file discard is interrupted. | Michael Cahill |
| 2014-11-28 | Close a window switching LSM chunks where a newer transaction could modify a ... | Michael Cahill |
| 2014-11-28 | We don't need to checkpoint a clean file just because the previous checkpoint... | Michael Cahill |
| 2014-11-28 | Generalize the change to forcibly evict pages that are full of deleted items.... | Michael Cahill |
| 2014-11-26 | First pass at adding groupings for stats. #1365 | Susan LoVerso |
| 2014-11-26 | The LSM manager thread needs the handle list to walk the list of LSM trees. | Michael Cahill |
| 2014-11-26 | Fix repeated deletes from the beginning of a tree to force eviction and avoid... | Michael Cahill |
| 2014-11-25 | Do a minimal check on each checkpoint's avail list, read it to ensure | Keith Bostic |
| 2014-11-25 | Fix a comment. | Keith Bostic |
| 2014-11-25 | Fix a typo in a macro name. | Keith Bostic |
| 2014-11-25 | Ignore returns from WT_ATOMIC_SUB4(). | Keith Bostic |
| 2014-11-25 | Fixup LSM workers, so evicting old chunks doesn't stop checkpoints. | Alex Gorrod |
| 2014-11-24 | whitespace | Keith Bostic |
| 2014-11-24 | Revert to sweep checking a handle's reference count is zero inside the handle... | Michael Cahill |
| 2014-11-24 | Merge branch 'develop' into sweep-eviction-improvements | Michael Cahill |