summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2016-09-23WT-2919 Don't mask error returns from style checking scripts (#3049)Keith Bostic
2016-09-16WT-2918 the dist scripts create C files s_whitespace complains about (#3048)Keith Bostic
2016-09-16WT-2916 Fix and simplify s_whitespace. (#3047)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-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-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-2875 Add environment variable to disable long csuite tests (#3001)David Hows
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-08-31Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod
2016-08-31WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic
2016-08-30WT-2221 Add all_only flag to all-only stats. Generate corresponding docs (#2986)Sulabh Mahajan
2016-08-30WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic
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-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-2695 Integrate s390x accelerated crc32c support (#2967)Keith Bostic
2016-08-24WT-2857 POSIX ftruncate calls should be #ifdef'd HAVE_FTRUNCATE (#2975)Keith Bostic
2016-08-22WT-2678 The metadata should not imply that an empty value is true (#2969)Keith Bostic
2016-08-17WT-2829 Fix missing define for BerkeleyDB (#2968)David Hows
2016-08-16WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic
2016-08-15WT-2834 Shared bloom filters allow only a partial shortcut. (#2958)Don Anderson
2016-08-15WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso
2016-08-12WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic
2016-08-09WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic
2016-08-09WT-2734 Improve documentation of eviction configuration settings. (#2937)Michael Cahill
2016-08-03WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill
2016-08-03WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan
2016-07-28WT-2793 Enhance statistics related to overflow values (#2912)sueloverso
2016-07-26WT-2781 Don't take checkpoint lock if checkpoint_wait=0 for bulk cursor open ...Sulabh Mahajan
2016-07-26WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic
2016-07-21WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic
2016-07-19WT-2769 Update documentation to reflect correct limits of memory_page_max (#2...Sulabh Mahajan
2016-07-15WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic
2016-07-15WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic
2016-07-11WT-2711 Remove posix expanded strftime values and use older C89 values (#2865)David Hows
2016-07-08WT-2711 Change statistics log configuration options (#2834)Keith Bostic
2016-07-08WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic
2016-07-06WT-2743 Fixup new I/O thread count statistics. (#2850)Alex Gorrod
2016-07-04WT-2739 pluggable file systems documentation cleanups (#2846)Keith Bostic
2016-07-01WT-2380 Add option to s_all to return an error code when tests fail (#2843)Keith Bostic
2016-07-01WT-2380 Add option to s_all to return an error code when tests fail (#2839)David Hows
2016-06-30WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill
2016-06-28WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill
2016-06-23SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill