summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.13Alex Gorrod2017-04-14193-4499/+6960
|\
| * WT-3271 Prevent integer overflow in eviction tuning. (#3379)mongodb-3.5.7mongodb-3.5.6mongodb-3.4.4Michael Cahill2017-04-111-17/+19
| * WT-3265 Allow eviction of recently split pages when tree is locked. (#3372)Michael Cahill2017-04-081-1/+6
| * WT-3262 Don't check if the cache is full when accessing metadata. (#3376)Michael Cahill2017-04-081-6/+11
| * WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso2017-04-043-15/+21
| * 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-316-192/+219
| * WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-304-201/+249
| * WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-305-476/+588
| * WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-2911-56/+112
| * WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-294-9/+39
| * WT-3244 Turn off in-memory cache-full checks on the metadata file (#3359)Keith Bostic2017-03-291-0/+8
| * Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-295-529/+460
| * WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-295-460/+529
| * SERVER-28168 Cannot start or repair mongodb after unexpected shutdown. (#3353)Keith Bostic2017-03-271-14/+20
| * WT-3240 Coverity reports (#3354)Keith Bostic2017-03-275-19/+25
| * WT-3207 Use config to determine checkpoint force value. (#3350)sueloverso2017-03-271-1/+5
| * WT-98 Update the current cursor value without a searchKeith Bostic2017-03-241-5/+5
| * WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-2435-234/+380
| * WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-2423-227/+391
| * WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic2017-03-242-3/+15
| * SERVER-28194 Missing WiredTiger.turtle file loses data (#3337)Keith Bostic2017-03-231-13/+10
| * WT-3202 Add in_memory config opt, do not reopen connection if db is in_memory...Sulabh Mahajan2017-03-231-0/+2
| * WT-2990 Restore use of dhandle lock in LSM. (#3342)sueloverso2017-03-201-3/+6
| * WT-3196 Prevent eviction in LSM primaries after the are flushed. (#3336)Michael Cahill2017-03-201-66/+3
| * WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-175-12/+12
| * WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-1750-312/+303
| * WT-3212 Table cursors should not free memory owned by the table. (#3327)Don Anderson2017-03-171-3/+7
| * 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-168-112/+130
| * WT-3206 Fix a race allocating split generations. (#3332)Michael Cahill2017-03-161-23/+48
| * WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod2017-03-161-0/+8
| * WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-1416-257/+485
| * WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-138-63/+50
| * WT-3207 Report a message for conflicting forced checkpoints, rather than an e...Alex Gorrod2017-03-102-3/+11
| * WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-107-208/+247
| * WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-037-64/+53
| * WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-026-42/+79
| * WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-014-85/+82
| * WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-2/+8
| * WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-2814-132/+171
| * Reduced the time that the eviction server has to wait for every data point me...Sasha Fedorova2017-02-221-1/+1
| * WT-3191 lint (#3310)Keith Bostic2017-02-214-20/+25
| * WT-3149 Fix a compiler warning on OS X. I guess I shouldn't try to future pro...Alex Gorrod2017-02-201-3/+0
| * WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod2017-02-202-20/+37
| * WT-3189 Fix a segfault in eviction random page search. (#3308)Alex Gorrod2017-02-201-0/+10
| * WT-3187 Ramp up aggressiveness in reducing cache pool usage (#3306)Alex Gorrod2017-02-171-13/+43
| * WT-3188 More log loops needing to check panic. (#3307)sueloverso2017-02-172-5/+16
| * WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-163-5/+10