summaryrefslogtreecommitdiff
path: root/src/evict/evict_page.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3258 Add timers tracking time spent on failed evictions of large p… (#3428)David Hows2017-05-261-6/+23
* WT-3296 LAS table fixes/improvements (#3397)Keith Bostic2017-04-281-7/+11
* WT-3261 add a checkpoint epoch to avoid draining the eviction queue (#3370)Keith Bostic2017-04-131-5/+7
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-171-2/+2
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-1/+1
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-2/+2
* WT-2960 Reduce likelihood of using the lookaside file, especially when insert...Keith Bostic2016-12-071-29/+39
* WT-3028 Count eviction of dirty pages as progress. (#3158)Michael Cahill2016-11-251-13/+2
* WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-161-2/+13
* WT-2965 Remove sleep and retry loop from __evict_exclusive (#3091)David Hows2016-10-121-11/+2
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-13/+13
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-4/+13
* WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic2016-09-051-1/+1
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-2/+4
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-6/+7
* WT-2796 Fix a memory leak when using the lookaside table. (#2914)Michael Cahill2016-07-281-1/+2
* WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic2016-07-261-4/+22
* WT-2737 Page scrubbing: more fixes. (#2903)Keith Bostic2016-07-231-8/+8
* WT-2737 page scrubbing: more fixes (#2900)Keith Bostic2016-07-221-2/+3
* WT-2737 Page scrubbing: more fixes. (#2899)Michael Cahill2016-07-221-2/+1
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-10/+23
* WT-2731 Finer adjustment for page size with raw compression (#2885)Keith Bostic2016-07-181-6/+1
* WT-2774 minor cleanups/improvements (#2881)Keith Bostic2016-07-181-15/+3
* SERVER-24971 Don't cache buffers after application eviction. (#2869)Michael Cahill2016-07-151-0/+12
* WT-2026 Allow forced eviction to split pages when BTREE_NO_EVICTION set (#2840)Sulabh Mahajan2016-07-061-0/+4
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-41/+73
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+2
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
* WT-2173: test/format cache stuck fullKeith Bostic2016-02-111-2/+1
* SERVER-22064: Coverity, function return value not checked for errorKeith Bostic2016-01-101-7/+7
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* SERVER-21553 Check that ref->addr is NULL, don't try to free it.Michael Cahill2015-12-021-6/+2
* SERVER-21553 Finish rename to __wt_ref_addr_free.Michael Cahill2015-12-021-2/+2
* WT-2251 Cleanup: no longer need to clear ref->addr after freeing.Michael Cahill2015-12-011-2/+0
* WT-2251 Free addresses when we discard deleted page references.Michael Cahill2015-12-011-8/+2
* WT-2244 Don't wait for transactions after splits.Michael Cahill2015-11-271-1/+1
* SERVER-21619 Don't do internal page splits after a tree is marked DEAD.Alex Gorrod2015-11-251-14/+24
* SERVER-21585 Don't use the lookaside file until the cache is stuck full.Alex Gorrod2015-11-231-1/+2
* Minor comment change.Alex Gorrod2015-11-171-1/+4
* Simplify a return clause.Keith Bostic2015-11-091-1/+1
* If a reverse split fails, let __evict_delete_ref() unlock the child,Keith Bostic2015-11-081-3/+8
* WT-2192 Update a comment to describe a race condition better.Alex Gorrod2015-11-031-1/+3
* WT-2192 Fix the logic around checking whether internal page is evictable.Alex Gorrod2015-11-021-8/+14
* WT-2190 Fix assertion to use logical OR.Michael Cahill2015-11-021-1/+1
* WT-2190: reconciliation skips update visibility tests for the lookasideKeith Bostic2015-11-011-4/+6
* Replace an unnecessary ref->page with the local page variable.Keith Bostic2015-11-011-2/+1
* WT-2178 It's okay to evict clean page from in-memory databases in order to dr...Michael Cahill2015-10-301-1/+1
* Merge pull request #2257 from wiredtiger/inmemMichael Cahill2015-10-301-4/+17
|\