summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.4mongodb-3.3.14mongodb-3.3.13Alex Gorrod2016-09-16162-907/+922
|\
| * WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-1696-170/+46
| * WT-2910 When running in-memory, only evict dirty pages. (#3044)Michael Cahill2016-09-162-5/+42
| * WT-2905 dead code: MongoDB Coverity #99881. (#3045)Michael Cahill2016-09-161-2/+2
| * spellingMichael Cahill2016-09-151-4/+4
| * WT-2913 Re-sort eviction queues if we find no new candidates. (#3043)Michael Cahill2016-09-151-22/+20
| * WT-2914 In test/csuite program, added explicit call to wiredtiger_open to sat...Don Anderson2016-09-141-5/+11
| * WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-1456-455/+433
| * WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-1410-221/+271
| * WT-2911 add support for gcc6 (#3037)Keith Bostic2016-09-133-11/+23
| * WT-2912 make --enable-strict run on the zseries test box (#3038)Keith Bostic2016-09-141-0/+4
| * WT-2908 Change output of shortDesc to use shortName (#3035)David Hows2016-09-131-1/+1
| * WT-2894 Add wtperf stress workload that tries to induce negative scaling (#3034)Alex Gorrod2016-09-131-0/+21
| * WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags (...Keith Bostic2016-09-134-23/+36
| * WT-2908 Add a dry-run option to python suite (#3033)David Hows2016-09-122-3/+23
* | Merge branch 'develop' into mongodb-3.4Michael Cahill2016-09-123-8/+8
|\ \ | |/
| * WT-2903 Change the eviction_scrub_target default to 15% (#3032)Michael Cahill2016-09-123-8/+8
* | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-09-0912-259/+261
|\ \ | |/
| * WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-0912-259/+261
* | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-09-08135-1188/+2403
|\ \ | |/
| * WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-0838-383/+509
| * WT-2897 Checkpoints can become corrupted on failure (#3027)Keith Bostic2016-09-083-28/+67
| * WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-0811-242/+369
| * WT-2896 Coverity #1362535: resource leak (#3026)Keith Bostic2016-09-071-3/+5
| * WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-066-48/+77
| * WT-2323 code clean up. (#3025)Don Anderson2016-09-061-8/+6
| * WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-0651-218/+317
| * WT-2875 Add environment variable to disable long csuite tests (#3001)David Hows2016-09-054-0/+20
| * WT-2876 Fix a memory leak of new wtperf URI (#3021)Alex Gorrod2016-09-052-0/+4
| * WT-2876 Add an oplog-like ability to wtperf utility. (#2999)Alex Gorrod2016-09-055-5/+72
| * WT-2323 Allocate a transaction id at the beginning of join iteration (#2943)Don Anderson2016-09-054-9/+420
| * WT-2886 Ignore dirty eviction settings when in_memory is true. (#3018)Michael Cahill2016-09-053-28/+37
| * WT-2555 Make test/Format and csuite run on Windows (#3011)Mark Benvenuto2016-09-0512-30/+80
| * WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic2016-09-056-20/+27
| * WT-2878 Verbose changes affected performance (#3020)Keith Bostic2016-09-033-3/+3
| * WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill2016-09-022-14/+18
| * WT-2883 Remove potentially recursive call for verbose handleops. (#3012)Don Anderson2016-09-021-3/+0
| * WT-2867 Review and fix barrier usage in __lsm_tree_close (#3014)Keith Bostic2016-09-023-20/+10
| * WT-2885 __wt_checkpoint_signal lint (#3015)Keith Bostic2016-09-024-10/+7
| * WT-2866 Fix warning. (#3013)sueloverso2016-09-011-1/+1
| * WT-2866 Don't set eviction stuck unless the cache is full. (#3009)Alex Gorrod2016-09-011-13/+24
| * WT-2866 Implement Sue's review feedback on WT-2816. (#3003)Michael Cahill2016-08-312-24/+37
| * Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod2016-08-3111-722/+641
| * Revert "WT-2842 Add explicit include in wtperf to resolve build warning." (#3...Alex Gorrod2016-08-311-1/+0
| * WT-2842 Add explicit include in wtperf to resolve build warning. (#3002)Alex Gorrod2016-08-311-0/+1
| * WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic2016-08-3111-641/+722
| * WT-2824 Fix double concating the config strings (#2990)Sulabh Mahajan2016-08-302-15/+19
| * WT-2221 Add all_only flag to all-only stats. Generate corresponding docs (#2986)Sulabh Mahajan2016-08-303-31/+74
| * WT-2871 Make verbose formats and argument types match. (#2998)Michael Cahill2016-08-303-5/+6
| * WT-2788 Do not touch memory already freed during a close API call. (#2992)Don Anderson2016-08-303-1/+180