summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-31Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod
2016-08-31Revert "WT-2842 Add explicit include in wtperf to resolve build warning." (#3...Alex Gorrod
2016-08-31WT-2842 Add explicit include in wtperf to resolve build warning. (#3002)Alex Gorrod
2016-08-31WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic
2016-08-30WT-2824 Fix double concating the config strings (#2990)Sulabh Mahajan
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-2788 Do not touch memory already freed during a close API call. (#2992)Don Anderson
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-29WT-2870 Rename wtperf jobs for consistency. (#2994)sueloverso
2016-08-29SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2...Keith Bostic
2016-08-29Merge branch 'develop' into mongodb-3.4mongodb-3.3.12Michael Cahill
2016-08-29WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill
2016-08-29WT-2868 Add sample_interval to checkpoint-stress.wtperf (#2989)Sulabh Mahajan
2016-08-29WT-2865 Fix a bug where the eviction server could panic after a WT_NOTFOUND (...Alex Gorrod
2016-08-26Merge branch 'develop' into mongodb-3.4Alex 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-2862 de-linted a test program. (#2982)Don Anderson
2016-08-26WT-2843 If there is no truncate available, manually zero the log file. (#2981)sueloverso
2016-08-26WT-2846 Ensure that all resources are released when destroying a thread group...sueloverso
2016-08-25WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod
2016-08-25WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill
2016-08-25WT-2843 Modify test for logging if truncate doesn't exist. (#2978)sueloverso
2016-08-25WT-2695 Fix build issues caused by zSeries checksum code (#2979)Michael Cahill
2016-08-25WT-2695 Integrate s390x accelerated crc32c support (#2967)Keith Bostic
2016-08-24WT-2857 Check for ftruncate function. (#2977)sueloverso
2016-08-24WT-2857 POSIX ftruncate calls should be #ifdef'd HAVE_FTRUNCATE (#2975)Keith Bostic
2016-08-23WT-2850 clang 4.1 attribute warnings when building (#2972)Keith Bostic
2016-08-22WT-2678 The metadata should not imply that an empty value is true (#2969)Keith Bostic
2016-08-22WT-2795 Update documentation about read-only mode (#2970)sueloverso
2016-08-17WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic
2016-08-17WT-2829 Fix missing define for BerkeleyDB (#2968)David Hows
2016-08-16WT-2822 Fix possible infinite loop warning (#2965)Sulabh Mahajan
2016-08-16WT-2783 Clean up wtperf configuration object management (#2957)Keith Bostic
2016-08-16WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic
2016-08-16WT-2841 Initialize verbose checkpoint timer at start of checkpoint (#2964)David Hows
2016-08-16WT-2840 clang analysis: garbage values (#2963)Keith Bostic
2016-08-15WT-2839 lint: Ignoring return value of function (#2962)Keith Bostic
2016-08-15WT-2719 Fix memory leak in reconfig test (#2960)David Hows
2016-08-15WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson