summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-26WT-2928 Don't give up when the urgent queue is half empty. (#3063)Michael Cahill
2016-09-26WT-2928 Eviction failing to switch queues can lead to starvation (#3060)Keith Bostic
2016-09-26WT-2921 Reset the count when the last hazard pointer is cleared. (#3058)Michael Cahill
2016-09-25WT-2924 Ensure we are doing eviction when threads are waiting for it (#3061)Keith Bostic
2016-09-23WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill
2016-09-23WT-2926 WT_CONNECTION.reconfigure can attempt unlock of not-locked lock (#3057)Keith Bostic
2016-09-23WT-2925 WT_THREAD_PANIC_FAIL is a WT_THREAD structure flag (#3055)Keith Bostic
2016-09-21WT-2923 heap-use-after-free on address in compaction (#3053)Keith Bostic
2016-09-16WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill
2016-09-16WT-2910 When running in-memory, only evict dirty pages. (#3044)Michael Cahill
2016-09-16WT-2905 dead code: MongoDB Coverity #99881. (#3045)Michael Cahill
2016-09-15spellingMichael Cahill
2016-09-15WT-2913 Re-sort eviction queues if we find no new candidates. (#3043)Michael Cahill
2016-09-14WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan
2016-09-14WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill
2016-09-14WT-2912 make --enable-strict run on the zseries test box (#3038)Keith Bostic
2016-09-13WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags (...Keith Bostic
2016-09-12WT-2903 Change the eviction_scrub_target default to 15% (#3032)Michael Cahill
2016-09-09WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill
2016-09-08WT-2873 Refactor CRC32 code (#3000)Keith Bostic
2016-09-08WT-2897 Checkpoints can become corrupted on failure (#3027)Keith Bostic
2016-09-08WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill
2016-09-06WT-2892 hot backup can race with block truncate (#3023)Keith Bostic
2016-09-06WT-2888 Switch functions to return void where possible (#3019)Keith Bostic
2016-09-05WT-2876 Add an oplog-like ability to wtperf utility. (#2999)Alex Gorrod
2016-09-05WT-2323 Allocate a transaction id at the beginning of join iteration (#2943)Don Anderson
2016-09-05WT-2886 Ignore dirty eviction settings when in_memory is true. (#3018)Michael Cahill
2016-09-05WT-2555 Make test/Format and csuite run on Windows (#3011)Mark Benvenuto
2016-09-05WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic
2016-09-03WT-2878 Verbose changes affected performance (#3020)Keith Bostic
2016-09-02WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill
2016-09-02WT-2883 Remove potentially recursive call for verbose handleops. (#3012)Don Anderson
2016-09-02WT-2867 Review and fix barrier usage in __lsm_tree_close (#3014)Keith Bostic
2016-09-02WT-2885 __wt_checkpoint_signal lint (#3015)Keith Bostic
2016-09-01WT-2866 Fix warning. (#3013)sueloverso
2016-09-01WT-2866 Don't set eviction stuck unless the cache is full. (#3009)Alex Gorrod
2016-08-31WT-2866 Implement Sue's review feedback on WT-2816. (#3003)Michael Cahill
2016-08-30WT-2221 Add all_only flag to all-only stats. Generate corresponding docs (#2986)Sulabh Mahajan
2016-08-30WT-2871 Make verbose formats and argument types match. (#2998)Michael Cahill
2016-08-30WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic
2016-08-30SERVER-25845 Coverity analysis defect 99859: Explicit null dereferenced (#2996)Keith Bostic
2016-08-30SERVER-25843 Coverity analysis defect 99856: Redundant test (#2997)Keith Bostic
2016-08-29SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2...Keith Bostic
2016-08-29WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill
2016-08-29WT-2865 Fix a bug where the eviction server could panic after a WT_NOTFOUND (...Alex Gorrod
2016-08-26Fix a bug in thread group shrink where it could leak memory. (#2987)Alex Gorrod
2016-08-26WT-2846 Fixes for new thread group code (#2985)Alex Gorrod
2016-08-26WT-2863 Support UTF-8 paths on Windows (#2984)Mark Benvenuto
2016-08-26WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill
2016-08-26WT-2843 If there is no truncate available, manually zero the log file. (#2981)sueloverso