summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2...Keith Bostic2016-08-295-47/+12
* WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill2016-08-292-0/+15
* WT-2865 Fix a bug where the eviction server could panic after a WT_NOTFOUND (...Alex Gorrod2016-08-291-5/+3
* Fix a bug in thread group shrink where it could leak memory. (#2987)Alex Gorrod2016-08-262-29/+20
* WT-2846 Fixes for new thread group code (#2985)Alex Gorrod2016-08-262-3/+1
* WT-2863 Support UTF-8 paths on Windows (#2984)Mark Benvenuto2016-08-266-52/+175
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-2612-170/+278
* WT-2843 If there is no truncate available, manually zero the log file. (#2981)sueloverso2016-08-261-11/+30
* WT-2846 Ensure that all resources are released when destroying a thread group...sueloverso2016-08-262-16/+33
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-2512-238/+531
* WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-253-1/+29
* WT-2695 Fix build issues caused by zSeries checksum code (#2979)Michael Cahill2016-08-251-1/+1
* WT-2695 Integrate s390x accelerated crc32c support (#2967)Keith Bostic2016-08-2511-33/+3548
* WT-2857 Check for ftruncate function. (#2977)sueloverso2016-08-241-1/+2
* WT-2857 POSIX ftruncate calls should be #ifdef'd HAVE_FTRUNCATE (#2975)Keith Bostic2016-08-241-1/+5
* WT-2678 The metadata should not imply that an empty value is true (#2969)Keith Bostic2016-08-221-116/+124
* WT-2795 Update documentation about read-only mode (#2970)sueloverso2016-08-221-1/+2
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-1712-146/+50
* WT-2822 Fix possible infinite loop warning (#2965)Sulabh Mahajan2016-08-161-1/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-1674-814/+703
* WT-2841 Initialize verbose checkpoint timer at start of checkpoint (#2964)David Hows2016-08-161-0/+3
* WT-2840 clang analysis: garbage values (#2963)Keith Bostic2016-08-161-1/+2
* WT-2839 lint: Ignoring return value of function (#2962)Keith Bostic2016-08-151-11/+10
* WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson2016-08-154-215/+155
* WT-2834 Shared bloom filters allow only a partial shortcut. (#2958)Don Anderson2016-08-151-10/+8
* WT-2838 Don't free session handles on close if leak memory is configured (#2953)Keith Bostic2016-08-151-20/+11
* WT-2835 Stop WT_CONNECTION.leak-memory skipping memory map and cache cleanup ...Keith Bostic2016-08-151-10/+11
* WT-2631 nullptr is passed for parameters marked with attribute non-null (#2955)Keith Bostic2016-08-152-2/+4
* WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso2016-08-152-9/+19
* WT-2766 Don't sweep LAS cache when aren't making progess in eviction (#2918)David Hows2016-08-121-2/+17
* WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-1210-91/+58
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-1219-908/+950