| Age | Commit message (Expand) | Author |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-10 | Avoid bouncing the session cursor count between zero and one when searching a... | Michael Cahill |
| 2013-11-26 | Back out the change to spin in eviction before waiting: it doesn't seem to he... | Michael Cahill |
| 2013-11-26 | Tweak eviction: wait longer if not busy, but not for a specific cache target:... | Michael Cahill |
| 2013-11-26 | When stuck in eviction, re-check if a thread should be in "busy" mode. Be co... | Michael Cahill |
| 2013-11-15 | Fix hangs in eviction: we're also "busy" if we have a running transaction or ... | Michael Cahill |
| 2013-11-13 | Once we enter an LSM tree, we are "busy" for the purposes of cache full checks. | Michael Cahill |
| 2013-11-08 | Only consider eviction "busy" if there are updates in progress. | Michael Cahill |
| 2013-11-08 | Avoid division by zero if the cache size has not yet been set in a shared cache. | Michael Cahill |
| 2013-11-08 | Don't block the oldest reader in the system forever. Try harder to evict whe... | Michael Cahill |
| 2013-11-05 | Get a read lock during __wt_lsm_tree_worker to avoid racing. | Michael Cahill |
| 2013-11-05 | Add a comment about the cache full percentage calculation. | Michael Cahill |
| 2013-11-05 | lint: implicit conversion loses integer precision | Michael Cahill |
| 2013-11-05 | Try to evict if the cache is nearly full and we are at the API boundary. | Michael Cahill |
| 2013-11-04 | Fix a few potential performance problems in eviction. | Michael Cahill |
| 2013-10-01 | Semantic sugar. | Keith Bostic |
| 2013-08-21 | Rewrite S2BT to avoid lots of "dereference of a null pointer" warnings from c... | Michael Cahill |
| 2013-08-20 | whitespace | Michael Cahill |
| 2013-08-20 | lint | Michael Cahill |
| 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 | Be less aggressive about exiting cache full check early. | Alex Gorrod |
| 2013-04-23 | Only evict a single page from __cursor_leave to avoid latency spikes. | Alex Gorrod |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-02 | My last attempt to fix a race in forcing eviction didn't work, try again. | Michael Cahill |
| 2013-03-02 | Allow a cache full check without a btree handle. | Michael Cahill |
| 2013-02-06 | Remove support for the no-cache configuration, revert back to maintaining | Keith Bostic |
| 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-03 | __wt_cache_full_check() can't have a NULL btree handle. | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-07 | Change __wt_cond_wait and __wt_cond_signal to return error values, | Keith Bostic |
| 2012-11-30 | Fix logic error in eviction loop. | Michael Cahill |
| 2012-11-23 | Merge branch 'develop' into trickle | Alex Gorrod |
| 2012-11-22 | Add partial implementation for tracking dirty pages in cache. | Alex Gorrod |
| 2012-11-16 | Don't automatically fail inserts if the write generation check fails: compare... | Michael Cahill |
| 2012-11-16 | Add a session flag to disable cache checks in critical sections. | Michael Cahill |
| 2012-10-18 | Don't stop evicting until we reach the target, have eviction wake up periodic... | Michael Cahill |
| 2012-10-10 | If looping waiting for the cache to become empty, wake the eviction thread pe... | Michael Cahill |
| 2012-10-10 | Don't wait for eviction when bulk loading or updating a file configured for n... | Michael Cahill |
| 2012-10-10 | Cope if there is no btree set in the session when checking for eviction, do t... | Michael Cahill |
| 2012-10-10 | Move the eviction check to before an update starts, rather than after it is h... | Michael Cahill |
| 2012-09-27 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2012-09-26 | fix a couple of lint warnings. | Keith Bostic |
| 2012-09-26 | Update btree file count to only include open writable files. | Alex Gorrod |
| 2012-09-25 | Make no_cache configuration undocumented. Update calculation for finding | Alex Gorrod |
| 2012-09-18 | Replace session->btree with a data handle. | Michael Cahill |
| 2012-09-17 | Add partial support for no-cache files -- this works with two caveats: | Keith Bostic |
| 2012-08-27 | Split the "cache_resident" flag into two parts. | Michael Cahill |