summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso2017-04-041-1/+1
* WT-3250 Have one function initializing the WT portion of the spinlock. (#3364)sueloverso2017-04-032-35/+19
* WT-3250 Fix spinlock statistics tracking on Windows. (#3363)Michael Cahill2017-04-031-0/+3
* WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-314-96/+102
* WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-302-180/+183
* WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-302-2/+8
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-293-9/+16
* WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-292-2/+11
* Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-292-8/+2
* WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-292-2/+8
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-245-26/+97
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-244-22/+13
* WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-172-7/+6
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-1719-113/+111
* WT-3225 WiredTiger won't build with clang on CentOS 7.3.1611 (#3333)Keith Bostic2017-03-161-1/+7
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-162-60/+9
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-148-74/+74
* WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-131-1/+1
* WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-102-2/+2
* WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-032-14/+13
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-022-6/+10
* WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-012-38/+32
* WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-283-27/+35
* WT-3191 lint (#3310)Keith Bostic2017-02-212-15/+21
* WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod2017-02-201-1/+5
* WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-161-2/+3
* WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso2017-02-161-1/+1
* WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod2017-02-141-3/+4
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-143-40/+89
* WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-131-1/+6
* WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod2017-02-131-2/+0
* WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-093-5/+8
* 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-032-0/+23
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-018-145/+209
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-256-14/+13
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-254-36/+40
* WT-3137 Fix a hang in logging due to a race condition (#3266)Keith Bostic2017-01-241-1/+1
* WT-3137 Fix a hang in logging due to a race condition (#3223)sueloverso2017-01-241-0/+1
* WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-231-1/+1
* WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso2017-01-201-1/+0
* WT-3105 Create all eviction sessions initially to avoid deadlock. (#3237)sueloverso2017-01-101-1/+1
* WT-3112 Time the eviction try-lock for the dhandle overall, not per-attempt (...sueloverso2017-01-091-14/+3
* WT-3112 Add lock statistics to try_lock path. (#3233)sueloverso2017-01-062-1/+31
* SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-042-15/+16
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-284-190/+213
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-2316-111/+105
* WT-3086 Add information about transaction state to cache stuck diagnostics (#...Alex Gorrod2016-12-231-1/+1
* WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-231-1/+1
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-204-68/+96