| Age | Commit message (Expand) | Author |
| 2014-03-28 | Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST. | Alex Gorrod |
| 2014-03-28 | Short circuit cleaning up reconciliation boundary structures. | Alex Gorrod |
| 2014-03-28 | If we underflow a page size during a merge, that should not be fatal: just li... | Michael Cahill |
| 2014-03-28 | If a page is awaiting forced eviction, and LRU eviction fails, don't bump the... | Michael Cahill |
| 2014-03-28 | Take a copy of the update transaction ID in reconciliation in case we race wi... | Michael Cahill |
| 2014-03-03 | Have the eviction thread update the oldest transaction ID in the system befor... | Michael Cahill |
| 2014-03-03 | Use one check for whether to try forced eviction in a given session. Skip ev... | Michael Cahill |
| 2014-02-28 | Rename disk_txn to reflect what we're actually using it for. | Michael Cahill |
| 2014-02-28 | Fix another bug regarding when pages can be evicted: have reconcilition track... | Michael Cahill |
| 2014-02-27 | Merge pull request #847 from wiredtiger/checkpoint-directio | Alex Gorrod |
| 2014-02-26 | Change pages_walked to uint64_t. | Susan LoVerso |
| 2014-02-26 | Merge branch 'develop' into checkpoint-directio | Michael Cahill |
| 2014-02-26 | Switch to incrementing the global read generation from the eviction server: t... | Michael Cahill |
| 2014-02-25 | Allow some internal pages to be evicted without eviction getting aggressive. | Michael Cahill |
| 2014-02-24 | Merge branch 'develop' into lsm-fixes | Michael Cahill |
| 2014-02-21 | Fix a long-standing bug where a page could be marked clean (and evicted) when... | Michael Cahill |
| 2014-02-20 | Only try to evict ordinary internal pages after failing to find leaf pages. | Michael Cahill |
| 2014-02-20 | Only evict Bloom filter pages if eviction gets aggressive. | Michael Cahill |
| 2014-02-07 | Merge branch 'develop' into checkpoint-directio | Michael Cahill |
| 2014-02-07 | If we open an empty checkpoint, do not dirty the leaf page. Otherwise, evict... | Michael Cahill |
| 2014-02-03 | Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com... | Michael Cahill |
| 2014-02-03 | Make the first block sent to compress_raw fill a disk allocation block. If i... | Michael Cahill |
| 2014-01-31 | Add a comment so the memmove doesn't get reverted to memcpy for | Keith Bostic |
| 2014-01-31 | typo | Keith Bostic |
| 2014-01-31 | Fix several problems with raw compression: | Michael Cahill |
| 2014-01-31 | Add in a check to ensure that we don't overflow merging split merge subtrees. | Alex Gorrod |
| 2014-01-30 | Remove WT_MERGE_MAX_REFS -- it was always arbitrary, and now when we create a... | Michael Cahill |
| 2014-01-30 | Try an in-memory split before evicting big pages: that avoids the tree growin... | Michael Cahill |
| 2014-01-23 | Merge branch 'develop' into merge-efficiency | Alex Gorrod |
| 2014-01-23 | Merge stacks of split-merge pages, no matter how big. Once they get big enou... | Michael Cahill |
| 2014-01-22 | whitespace, update spelling list. | Keith Bostic |
| 2014-01-22 | If there are many identical overflow values on the page, checking for | Keith Bostic |
| 2014-01-22 | Create real internal pages when merging, if they get big enough. | Michael Cahill |
| 2014-01-21 | Try an in-memory split before forced eviction, also make the "promotion" code... | Michael Cahill |
| 2014-01-21 | Fix the eviction pass for internal pages: check the local flags: we clear the... | Michael Cahill |
| 2014-01-21 | typo | Michael Cahill |
| 2014-01-21 | Improve in-memory merge efficiency when there is a lot of forced eviction: fo... | Michael Cahill |
| 2014-01-17 | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill |
| 2014-01-14 | whitespace | Michael Cahill |
| 2014-01-14 | Add a new mode to eviction that only considers internal pages. | Alex Gorrod |
| 2014-01-12 | Merge pull request #840 from wiredtiger/split-search-loop | Michael Cahill |
| 2014-01-11 | We no longer verify in-memory trees, only file trees, which means the | Keith Bostic |
| 2014-01-10 | Split the btree page search loops into two parts, a default comparison loop | Keith Bostic |
| 2014-01-10 | Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) prevent | Keith Bostic |
| 2014-01-09 | Merge pull request #837 from wiredtiger/cell-unpack-optimizations-2 | Michael Cahill |
| 2014-01-10 | Avoid memset in performance-critical code by keeping a zeroed static structur... | Michael Cahill |
| 2014-01-09 | Additional empty-value support: add a new page-header flag if all of the | Keith Bostic |
| 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-08 | Merge pull request #833 from wiredtiger/salvage-corrupt | Michael Cahill |