| Age | Commit message (Expand) | Author |
| 2014-09-12 | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic |
| 2014-09-10 | Clean up the first test in __wt_cache_config (not-found is no longer | Keith Bostic |
| 2014-09-10 | Merging the wiredtiger_open configuration means we should never see | Keith Bostic |
| 2014-09-10 | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines, | Keith Bostic |
| 2014-08-11 | Engage brain: applications have to use <group>=(<key>) syntax for nested conf... | Michael Cahill |
| 2014-08-11 | Move the new eviction settings into a group. We can transition older setting... | Michael Cahill |
| 2014-08-11 | Fix a bug in new eviction thread parsing. | Alex Gorrod |
| 2014-08-11 | Make dynamic eviction workers the default. #1143 | Alex Gorrod |
| 2014-08-05 | Merge branch 'develop' into dynamic-evict-workers | Alex Gorrod |
| 2014-08-01 | Move eviction worker fields from cache into the connection, so they are alway... | Michael Cahill |
| 2014-08-01 | Move session creation out of worker threads: the session open can race with c... | Michael Cahill |
| 2014-07-31 | Start and stop eviction worker threads based on demand. | Alex Gorrod |
| 2011-12-20 | imported patch multiple-eviction-threads | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-10-06 | Add support for tracking which spinlocks block other spinlocks and | Keith Bostic |
| 2013-10-04 | Move the serialization lock from WT_CONNECTION into WT_BTREE, the btree | Keith Bostic |
| 2013-10-01 | Semantic sugar. | Keith Bostic |
| 2013-05-07 | Merge branch 'develop' into eviction-tuning | Alex Gorrod |
| 2013-05-01 | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic |
| 2013-04-24 | Changes to tune eviction loops based on profiling. Track more pages, but onl... | Michael Cahill |
| 2013-04-24 | Introduce a condition variable for application threads waiting for eviction | Alex Gorrod |
| 2013-04-24 | src/conn/conn_cache.c: function with return after a jump to an error label | Michael Cahill |
| 2013-04-24 | Move allocation and freeing of the LRU queue out of the eviction thread: appl... | Michael Cahill |
| 2013-03-20 | Add a condition variable to signal when LSM checkpoints should start, rather ... | Michael Cahill |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-02-16 | Fix shared cache so that reserve size is always initialized properly. | Alex Gorrod |
| 2013-02-15 | Fix shared cache so that it parses reserve option. | Alex Gorrod |
| 2013-01-31 | Merge branch 'develop' into sue.branch | Susan LoVerso |
| 2013-01-31 | Add __wt_cache_pages_dirty and make naming consistent. | Susan LoVerso |
| 2013-01-15 | Alter the shared cache min configuration to be called reserved. | Alex Gorrod |
| 2013-01-14 | Add the ability to specify a per-connection base size to participants in | Alex Gorrod |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-14 | Try to clear the LRU walk if waiting in the tree during a checkpoint. | Michael Cahill |
| 2012-12-12 | typo in my last commit, return "ret", it can be set. | Keith Bostic |
| 2012-12-12 | Don't ignore error returns from __wt_cond_destroy(). | Keith Bostic |
| 2012-12-04 | Take care with error handling in condition variables | Michael Cahill |
| 2012-11-29 | Remove statistics that were added for debugging. | Alex Gorrod |
| 2012-11-28 | Fix tracking of dirty pages. Add statistics for dirty pages. | Alex Gorrod |
| 2012-11-22 | Add partial implementation for tracking dirty pages in cache. | Alex Gorrod |
| 2012-11-09 | Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all. | Alex Gorrod |