summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.6mongodb-3.5.3mongodb-3.5.2David Hows2017-01-23188-1704/+3362
|\
| * Coverity 1369053: assigning values that are never subsequently used. (#3257)Keith Bostic2017-01-231-6/+2
| * Set the database home and configure error handling before (#3256)Keith Bostic2017-01-231-12/+12
| * Add a verbose message if we don't find any log files, (#3245)Keith Bostic2017-01-201-4/+1
| * WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso2017-01-203-3/+13
| * WT-3134 Coverity scan reports 1368529 and 1368528 (#3251)Keith Bostic2017-01-193-74/+65
| * WT-3083 Fix a bug in wtperf config dump (#3224)Sulabh Mahajan2017-01-183-44/+461
| * WT-3118 Protect test against unexpectedly slow child start. (#3248)sueloverso2017-01-181-1/+13
| * WT-3121 Make all ROTN encryption tests skipable (#3247)David Hows2017-01-1710-12/+30
| * WT-3127 Fix a bug: CPU yield calls don't necessarily imply memory barriers (#...Keith Bostic2017-01-172-0/+16
| * WT-3105 Avoid thread group deadlock on close in new dynamic eviction code. (#...sueloverso2017-01-172-10/+27
| * WT-3121 In the test suite, create a standard way to load extensions (#3241)Don Anderson2017-01-1634-497/+207
| * WT-3114 Avoid archiving log files immediately after recovery. (#3238)sueloverso2017-01-164-9/+18
| * WT-3116 Change s_all to avoid missing error returns on older platforms (#3246)David Hows2017-01-131-8/+7
| * bug: dist/s_all script has misplaced quote causing bad error reporting (#3243)Keith Bostic2017-01-131-2/+2
| * WT-3110 Add more test cases for the WT command line utility (#3232)David Hows2017-01-123-0/+199
| * WT-3105 Create all eviction sessions initially to avoid deadlock. (#3237)sueloverso2017-01-102-28/+6
| * WT-3106 Add truncate operation to wt command line utility (#3227)David Hows2017-01-108-0/+171
| * WT-3112 Time the eviction try-lock for the dhandle overall, not per-attempt (...sueloverso2017-01-092-35/+60
| * WT-3112 Add lock statistics to try_lock path. (#3233)sueloverso2017-01-063-3/+33
| * WT-3108 Add disk memory size to verify debug output (#3226)Sulabh Mahajan2017-01-061-2/+5
| * WT-3109 correct named snapshots documentation (#3231)Eric Milkie2017-01-041-1/+1
| * WT-2898 Improve performance of eviction-heavy workloads by dynamically contro...Keith Bostic2017-01-041-1/+1
| * WT-3100 test bug: format is weighted to delete, insert, then write operations.Keith Bostic2017-01-041-1/+1
| * WT-3099 lint: static function declarations, non-text characters in documentat...Keith Bostic2017-01-045-20/+20
| * WT-3100 test bug: format is weighted to delete, insert, then write operations...Keith Bostic2017-01-043-26/+97
| * SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-048-31/+49
| * WT-3104 Fix single threaded eviction configurations. (#3221)sueloverso2016-12-292-2/+2
| * WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-2830-239/+497
| * WT-3093 Coverity lint. (#3216)Michael Cahill2016-12-231-6/+3
| * WT-3086 lint. (#3217)Michael Cahill2016-12-232-4/+1
| * WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-2357-382/+328
| * WT-3086 Add information about transaction state to cache stuck diagnostics (#...Alex Gorrod2016-12-232-31/+159
| * WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-234-3/+5
| * WT-2994 Create documentation describing page sizes and relationships (#3204)Sulabh Mahajan2016-12-238-210/+440
| * Fix 2.9.2 documentation stub issuesDavid Hows2016-12-231-3/+1
| * Bump release version on develop to 2.9.2David Hows2016-12-236-8/+12
| * WT-0000 Cut WiredTiger WT-2.9.1 release (#3215)2.9.1Alex Gorrod2016-12-236-6/+69
| * WT-3091Add stats to test_perf001 test, so we can investigate what happened wh...David Hows2016-12-201-1/+2
| * WT-2402 Fix setting the Autoconf options too late for strict checking (#3209)David Hows2016-12-191-3/+3
| * WT-2833 Fix a compiler warning (#3208)Alex Gorrod2016-12-201-1/+1
| * WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-208-68/+105
| * WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-208-40/+348
| * Revert "WT-3075 Document and enforce that WiredTiger now depends on Python 2....David Hows2016-12-194-11/+6
| * WT-3082 Python test suite: shorten default run to avoid timeouts. (#3206)Don Anderson2016-12-198-12/+15
| * WT-3080 Python test suite: add elapsed time for tests (#3201)Don Anderson2016-12-191-0/+4
* | Merge branch 'develop' into mongodb-3.6mongodb-3.4.2Alex Gorrod2016-12-1994-522/+1690
|\ \ | |/
| * WT-3075 Document and enforce that WiredTiger now depends on Python 2.7 (#3196)David Hows2016-12-194-6/+11
| * WT-3084 Fix Coverity resource leak complaint. (#3205)Keith Bostic2016-12-162-4/+12
| * WT-2402 Misaligned structure accesses lead to undefined behavior (#3203)Keith Bostic2016-12-162-43/+47