summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-0410-57/+94
| * | WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-306-15/+14
| * | WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-6/+3
| * | WT-2931 Enforce limits on dirty data for in-memory. (#3064)Michael Cahill2016-09-272-45/+37
| * | WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-272-60/+25
* | | Merge branch 'mongodb-3.4' into mongodb-3.2mongodb-3.2.10Alex Gorrod2016-09-2610-136/+224
|\ \ \ | |/ /
| * | 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-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-2923 heap-use-after-free on address in compaction (#3053)Keith Bostic2016-09-212-30/+51
* | | Merge branch 'mongodb-3.4' into mongodb-3.2Michael Cahill2016-09-2066-701/+770
|\ \ \ | |/ /
| * | WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-1613-20/+19
| * | 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-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-1453-439/+420
| * | WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-147-219/+265
| * | WT-2912 make --enable-strict run on the zseries test box (#3038)Keith Bostic2016-09-141-0/+4
| * | WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags (...Keith Bostic2016-09-131-4/+8
* | | Merge branch 'mongodb-3.4' into mongodb-3.2Michael Cahill2016-09-12172-5122/+10476
|\ \ \ | |/ /
| * | WT-2903 Change the eviction_scrub_target default to 15% (#3032)Michael Cahill2016-09-122-7/+7
| * | WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-0910-258/+256
| * | WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-0825-303/+446
| * | 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-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-064-42/+72
| * | WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-0642-193/+161
| * | WT-2876 Add an oplog-like ability to wtperf utility. (#2999)Alex Gorrod2016-09-051-0/+2
| * | WT-2323 Allocate a transaction id at the beginning of join iteration (#2943)Don Anderson2016-09-051-0/+3
| * | WT-2886 Ignore dirty eviction settings when in_memory is true. (#3018)Michael Cahill2016-09-052-12/+21
| * | WT-2555 Make test/Format and csuite run on Windows (#3011)Mark Benvenuto2016-09-051-0/+2
| * | 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-021-9/+12
| * | 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
| * | WT-2221 Add all_only flag to all-only stats. Generate corresponding docs (#2986)Sulabh Mahajan2016-08-301-21/+54
| * | WT-2871 Make verbose formats and argument types match. (#2998)Michael Cahill2016-08-303-5/+6
| * | WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic2016-08-305-8/+28
| * | SERVER-25845 Coverity analysis defect 99859: Explicit null dereferenced (#2996)Keith Bostic2016-08-301-5/+9
| * | SERVER-25843 Coverity analysis defect 99856: Redundant test (#2997)Keith Bostic2016-08-301-4/+3