summaryrefslogtreecommitdiff
path: root/src/evict/evict_page.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'develop' into inmemAlex Gorrod2015-10-291-2/+35
| |\
| * | WT-2178 review feedback:Alex Gorrod2015-10-291-2/+2
| * | WT-2178 Have eviction only discard empty pages for in memory workloads.Alex Gorrod2015-10-281-1/+2
| * | WT-2178 When running in memory don't evict clean pages.Alex Gorrod2015-10-221-1/+11
| * | Cleanup flags: don't check the connection-wide in-memory flag everywhere.Michael Cahill2015-10-211-2/+3
| * | Don't write btree pages for in-memory databases.Michael Cahill2015-10-211-1/+2
* | | WT-2189 Make F_SET (and F_CLR) into a void expression.Michael Cahill2015-10-301-1/+1
* | | SERVER-21027 Fix reverse splits to keep the original child ref locked until w...Michael Cahill2015-10-291-21/+35
* | | WT-2185: Don't do reverse splits when closing a file.Alex Gorrod2015-10-291-3/+9
| |/ |/|
* | SERVER-21027 Implement @keithbostic's review comments.Michael Cahill2015-10-291-7/+8
* | SERVER-21027 Reverse split whenever more than 10% of the refs in the parent a...Michael Cahill2015-10-231-1/+3