summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-0611-35/+94
* WT-2946 dist/s_docs incompatible with OS X Xcode installation (#3079)Keith Bostic2016-10-041-7/+3
* WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-045-32/+70
* WT-2946 dist/s_docs incompatible with OS X Xcode installation (#3078)Keith Bostic2016-10-041-4/+11
* WT-2938 Change assembly file extensions from .S to .sx (#3072)David Hows2016-10-045-4/+4
* WT-2941 Improve test/format to use faster key-generation functions (#3073)Keith Bostic2016-10-041-6/+16
* WT-2933 Fix an uninitialized variable warning. (#3077)Michael Cahill2016-10-041-2/+4
* WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-0411-57/+110
* WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-306-15/+14
* WT-2907 Fixed java concurrent close test to have both insert threads and scan...Don Anderson2016-09-281-10/+11
* WT-2895 Reduce the runtime of make check testing with disable long (#3052)David Hows2016-09-285-0/+11
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-2811-745/+814
* WT-2931 Enforce limits on dirty data for in-memory. (#3064)Michael Cahill2016-09-273-47/+39
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-2716-869/+826
* WT-2928 Don't give up when the urgent queue is half empty. (#3063)Michael Cahill2016-09-261-4/+4
* WT-2928 Eviction failing to switch queues can lead to starvation (#3060)Keith Bostic2016-09-261-40/+58
* WT-2921 Reset the count when the last hazard pointer is cleared. (#3058)Michael Cahill2016-09-261-2/+3
* WT-2924 Ensure we are doing eviction when threads are waiting for it (#3061)Keith Bostic2016-09-253-17/+18
* WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill2016-09-234-35/+77
* WT-2919 Don't mask error returns from style checking scripts (#3049)Keith Bostic2016-09-2320-19/+41
* WT-2926 WT_CONNECTION.reconfigure can attempt unlock of not-locked lock (#3057)Keith Bostic2016-09-231-2/+6
* WT-2925 WT_THREAD_PANIC_FAIL is a WT_THREAD structure flag (#3055)Keith Bostic2016-09-231-7/+8
* WT-2864 Update reconfigure test to detect hangs (#3051)Keith Bostic2016-09-231-11/+42
* WT-2923 heap-use-after-free on address in compaction (#3053)Keith Bostic2016-09-212-30/+51
* WT-2874 Change test_compact01 to avoid eviction (#3050)Keith Bostic2016-09-191-3/+5
* WT-2918 the dist scripts create C files s_whitespace complains about (#3048)Keith Bostic2016-09-163-25/+30
* 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
* WT-2903 Change the eviction_scrub_target default to 15% (#3032)Michael Cahill2016-09-123-8/+8
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-0912-259/+261
* 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