summaryrefslogtreecommitdiff
path: root/src/include/btree.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3265 Allow eviction of recently split pages when tree is locked. (#3372)Michael Cahill2017-04-081-1/+6
* WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-291-2/+10
* WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-171-1/+0
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-161-56/+4
* WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-031-4/+3
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-021-5/+9
* WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-091-2/+2
* WT-3148 Check that we have a root page when calculating evictable size.Michael Cahill2017-02-031-1/+3
* WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill2017-02-031-0/+22
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-3/+3
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-201-10/+34
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-47/+0
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-3/+3
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-291-5/+1
* WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-161-1/+5
* WT-3020 Always make LSM chunks evictable when they are switched out. (#3147)Michael Cahill2016-11-151-12/+10
* WT-3012 Check a btree is LSM primary before switching. (#3143)Michael Cahill2016-11-141-12/+21
* WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)David Hows2016-11-111-5/+49
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-2/+4
* WT-2985 checkpoint core dump (#3100)Keith Bostic2016-10-201-23/+34
* WT-2954 Evict pages that exceed memory_page_max even if the transaction ID is...Alex Gorrod2016-10-101-9/+33
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-2/+10
* WT-2924 Ensure we are doing eviction when threads are waiting for it (#3061)Keith Bostic2016-09-251-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-8/+8
* SERVER-25843 Coverity analysis defect 99856: Redundant test (#2997)Keith Bostic2016-08-301-4/+3
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-1/+1
* WT-2818 Change the page visibility check when queuing pages for eviction (#2942)Alex Gorrod2016-08-111-12/+4
* WT-2826 clang38 false positive on uninitialized variable. (#2944)Keith Bostic2016-08-101-0/+1
* WT-2816 Improve calculation of pages to walk in different cache modes. (#2936)Michael Cahill2016-08-101-49/+90
* WT-2764 Compilation fixes size_t -> uint64_t on OSX. (#2927)sueloverso2016-08-031-3/+3
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-031-15/+32
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-7/+2
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-7/+1
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-67/+42
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-2/+27
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-4/+17
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-11/+11
* WT-2397: Cursor traversal from end of the tree skips records.Keith Bostic2016-02-151-7/+7
* WT-2397: Cursor traversal from end of the tree skips records.Keith Bostic2016-02-151-4/+8
* WT-2361: column-store starting record number errorKeith Bostic2016-02-051-1/+1
* Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-20/+77
|\
| * WT-2316: WT_CURSOR.prev out-of-order returns, fix a split race.Keith Bostic2016-01-111-10/+47
| * WT-2314: review comments, integrate the notfound-ok and restart-okKeith Bostic2016-01-041-8/+8
| * WT-2314: better error handling in the page-swap function and callers.Keith Bostic2016-01-021-8/+28
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-311-6/+6
|\ \ | |/
| * __wt_ref_info() and __ref_is_lef() no longer need a WT_SESSION_IMPLKeith Bostic2015-12-141-3/+2
| * gcc47 with [-Werror=maybe-uninitialized] reports we can end up with typeKeith Bostic2015-12-141-4/+5
* | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-041-8/+47
|\ \ | |/
| * SERVER-21553 Free blocks during reverse splits.Michael Cahill2015-12-021-8/+47