summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-3356 Use atomic reads of rwlocks. (#3454)mongodb-3.2.14Michael Cahill2017-06-071-30/+51
* WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill2017-06-074-7/+9
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-0240-316/+565
* WT-3293 Don't explicitly mark internal symbols hidden. (#3398)Alex Gorrod2017-06-024-773/+770
* Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.13Alex Gorrod2017-04-14378-6167/+12882
|\
| * 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
| * Merge commit 'adbe2ec' into mongodb-3.6Alex Gorrod2017-04-064-16/+22
| |\
| | * WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso2017-04-043-15/+21
| | * WT-3254 Fix typo in reconfig string (#3366)sueloverso2017-04-041-1/+1
| * | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-04-042-35/+19
| |\ \ | | |/
| | * WT-3250 Have one function initializing the WT portion of the spinlock. (#3364)sueloverso2017-04-032-35/+19
| * | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-04-041-0/+3
| |\ \ | | |/
| | * WT-3250 Fix spinlock statistics tracking on Windows. (#3363)Michael Cahill2017-04-031-0/+3
| * | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-04-01131-1909/+2920
| |\ \ | | |/
| | * WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-317-192/+221
| | * WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-305-201/+250
| | * WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-307-479/+591
| | * WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-2912-58/+114
| | * 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-297-532/+463
| | * WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-297-463/+532
| | * WT-3238 Java: Fix Cursor.compare and Cursor.equals to return int values. (#3355)Don Anderson2017-03-294-1/+186
| | * 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-276-21/+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 (#3348)Keith Bostic2017-03-241-1/+1
| | * WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3347)Keith Bostic2017-03-242-2/+10
| | * WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-2484-671/+893
| | * WT-98 Update the current cursor value without a search (#3346)Keith Bostic2017-03-241-43/+43
| | * WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-2426-365/+663
| * | Merge branch 'develop' into mongodb-3.6Michael Cahill2017-03-24136-1570/+2577
| |\ \ | | |/
| | * WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic2017-03-243-26/+59
| | * WT-3234 Update WiredTiger build for clang 4.0. (#3345)Keith Bostic2017-03-242-18/+4
| | * SERVER-28194 Missing WiredTiger.turtle file loses data (#3337)Keith Bostic2017-03-232-15/+13
| | * WT-3202 Add in_memory config opt, do not reopen connection if db is in_memory...Sulabh Mahajan2017-03-233-1/+16
| | * 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-3227 Python test suite inserts unnecessary whitespace in error output. (#3...Keith Bostic2017-03-176-6/+6
| | * 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-1751-313/+304
| | * WT-2978 Python: make a pip-compatible installer. (#3320)Don Anderson2017-03-172-0/+456
| | * WT-3212 Table cursors should not free memory owned by the table. (#3327)Don Anderson2017-03-171-3/+7
| | * WT-3218 Reduce to 2k tables so Jenkins doesn't hit open file ulimit. (#3334)sueloverso2017-03-161-1/+1
| | * WT-3225 WiredTiger won't build with clang on CentOS 7.3.1611 (#3333)Keith Bostic2017-03-163-1/+14
| | * 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