summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* WT-2638 Add extension to the Windows file system implementation. (#2947)Alex Gorrod2016-08-111-9/+15
* WT-2818 Change the page visibility check when queuing pages for eviction (#2942)Alex Gorrod2016-08-112-37/+16
* WT-2826 clang38 false positive on uninitialized variable. (#2944)Keith Bostic2016-08-101-0/+1
* WT-2816 Improve calculation of pages to walk in different cache modes. (#2936)Michael Cahill2016-08-104-116/+142
* WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic2016-08-0912-179/+179
* WT-2734 Improve documentation of eviction configuration settings. (#2937)Michael Cahill2016-08-092-47/+65
* WT-2814 Add new single op truncate mode to wtperf (#2933)Alex Gorrod2016-08-081-0/+2
* WT-2811 The checkpoint session should not ignore it's own transaction ID (#2934)Alex Gorrod2016-08-051-5/+4
* WT-2811 Include the checkpoint transaction if there is no btree. (#2930)Michael Cahill2016-08-041-8/+6
* WT-2812 Verify cache_size before dividing. (#2931)sueloverso2016-08-041-3/+11
* WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-044-6/+29
* WT-2764 Compilation fixes size_t -> uint64_t on OSX. (#2927)sueloverso2016-08-031-3/+3
* WT-2764 Fix a bug calculating the dirty percentage of cache. (#2926)Michael Cahill2016-08-031-29/+39
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-0316-350/+639
* WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan2016-08-036-53/+286
* WT-2804 Don't read values in a tree without a snapshot. (#2924)Michael Cahill2016-08-023-7/+15
* WT-2801 Prevent eviction of metadata updates by a running checkpoint. (#2922)Michael Cahill2016-08-022-38/+40
* WT-2805 Avoid infinite recursion on error stream failure. (#2921)Michael Cahill2016-08-021-0/+6
* WT-2802 Disable assertion to avoid LSM test failures.Michael Cahill2016-07-291-0/+2
* WT-2802 Copy values during commit before releasing snapshot. (#2917)Michael Cahill2016-07-292-8/+15
* WT-2779 Fix large pages getting generated with raw compression (#2916)Sulabh Mahajan2016-07-291-6/+10
* WT-2800 Fix incorrect error message. (#2915)sueloverso2016-07-281-1/+1
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-288-146/+155
* WT-2796 Fix a memory leak when using the lookaside table. (#2914)Michael Cahill2016-07-282-9/+24