| Age | Commit message (Expand) | Author |
| 2015-03-24 | Add empty upgrading section for 2.5.2 release. | Alex Gorrod |
| 2015-03-23 | Update version in docs. | Alex Gorrod |
| 2015-03-09 | Revert part of #1683. Always set the slot error if we had a problem | Alex Gorrod |
| 2015-03-09 | Merge pull request #1696 from wiredtiger/log-wrlsn-thread | Michael Cahill |
| 2015-03-09 | Revert "Move writing into log worker thread. #1683" | Michael Cahill |
| 2015-03-09 | Merge pull request #1735 from wiredtiger/checkpoint-skip-tree-dirty | Alex Gorrod |
| 2015-03-09 | When skipping a dirty page during a checkpoint, make sure the tree is marked ... | Michael Cahill |
| 2015-03-07 | Make the "restart from the root" code look like the original "starting | Keith Bostic |
| 2015-03-06 | Fix comment typo. | Keith Bostic |
| 2015-03-06 | Only increment/decrement from the current position on the first position | Keith Bostic |
| 2015-03-06 | Make the col-int comments match the row-int comments. | Keith Bostic |
| 2015-03-06 | Add an assertion that we don't get an unexpected state. | Michael Cahill |
| 2015-03-06 | Ignore empty child pages in column stores. | Michael Cahill |
| 2015-03-06 | Don't mark bulk loadable trees as dirty on open. | Alex Gorrod |
| 2015-03-06 | Destroy a condition variable after its last use. | Michael Cahill |
| 2015-03-06 | lint: fix some warnings, a minor leak and a Windows test failure (from callin... | Michael Cahill |
| 2015-03-06 | Merge branch 'develop' into log-wrlsn-thread | Michael Cahill |
| 2015-03-06 | More review: revert a couple of SYNC_CLOSE back to SYNC_DISCARD. | Michael Cahill |
| 2015-03-06 | Review comments from @keithbostic: | Michael Cahill |
| 2015-03-05 | Comment typo. | Keith Bostic |
| 2015-03-05 | Minor commen updates. | Keith Bostic |
| 2015-03-05 | Add a little more commentary, remove unnecessary else. | Keith Bostic |
| 2015-03-05 | Merge branch 'develop' into support-1248 | Michael Cahill |
| 2015-03-05 | Merge pull request #1722 from wiredtiger/lsm-bloom-nocache | Michael Cahill |
| 2015-03-05 | Merge pull request #1719 from wiredtiger/log-fsync | Michael Cahill |
| 2015-03-05 | Revert some of the change: have a fast-discard path for trees marked clean, b... | Michael Cahill |
| 2015-03-05 | Have bulk trees start dirty: finishing a bulk load should write a checkpoint ... | Michael Cahill |
| 2015-03-05 | Don't allow LSM bloom create to block waiting for space in the cache. | Alex Gorrod |
| 2015-03-05 | Don't allow pages with any "page modified" flags to be evicted during a check... | Michael Cahill |
| 2015-03-05 | Remove the special "discard" path for trees marked clean: always go through e... | Michael Cahill |
| 2015-03-05 | If a page is split by eviction, mark the tree dirty to avoid having dirty pag... | Michael Cahill |
| 2015-03-05 | Closing a clean tree should try "discard", not "discard-force". | Michael Cahill |
| 2015-03-04 | typo | Keith Bostic |
| 2015-03-04 | Mention the cache_overhead configuration when talking about swapping out | Keith Bostic |
| 2015-03-04 | Add fsync before closing log files and after header. #1717 | Susan LoVerso |
| 2015-03-03 | Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bug | Keith Bostic |
| 2015-03-03 | eviction_workers_XXX are uint32_t's, be consistent in handling them. | Keith Bostic |
| 2015-03-03 | Don't set eviction_workers_min/eviction_workers_max in the connection | Keith Bostic |
| 2015-03-03 | __wt_cache_config_local is private to conn_cache.c, rename it to be | Keith Bostic |
| 2015-03-03 | Move writing into log worker thread. #1683 | Susan LoVerso |
| 2015-03-03 | Merge pull request #1707 from wiredtiger/paranoia | Michael Cahill |
| 2015-03-03 | Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)... | Michael Cahill |
| 2015-03-03 | Handle switching to a shared cache in reconfigure. | Alex Gorrod |
| 2015-03-03 | Fixup per s_all. | Alex Gorrod |
| 2015-03-03 | Fix a bug in the reconfigure API related to shared cache quotas. | Alex Gorrod |
| 2015-03-02 | Add overflow key/value counts to the statistics code, reference #1520, #1703. | Keith Bostic |
| 2015-03-02 | whitespace | Keith Bostic |
| 2015-03-02 | Fixup error handling on non-force handle close. | Alex Gorrod |
| 2015-03-02 | Unused variable in non-diagnostic mode. | Michael Cahill |
| 2015-03-02 | Make __wt_row_key fast again in non-diagnostic builds. | Michael Cahill |