summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-146-93/+79
* WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill2016-09-144-174/+180
* WT-2903 Change the eviction_scrub_target default to 15% (#3032)Michael Cahill2016-09-121-2/+2
* WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill2016-09-094-175/+183
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-084-16/+21
* WT-2897 Checkpoints can become corrupted on failure (#3027)Keith Bostic2016-09-081-0/+1
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-083-44/+111
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-062-16/+14
* WT-2886 Ignore dirty eviction settings when in_memory is true. (#3018)Michael Cahill2016-09-051-7/+9
* WT-2555 Make test/Format and csuite run on Windows (#3011)Mark Benvenuto2016-09-051-0/+2
* WT-2878 Verbose changes affected performance (#3020)Keith Bostic2016-09-032-3/+2
* 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-021-1/+1
* WT-2885 __wt_checkpoint_signal lint (#3015)Keith Bostic2016-09-022-2/+2
* WT-2866 Implement Sue's review feedback on WT-2816. (#3003)Michael Cahill2016-08-311-2/+12
* WT-2221 Add all_only flag to all-only stats. Generate corresponding docs (#2986)Sulabh Mahajan2016-08-301-21/+54
* WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic2016-08-304-6/+26
* 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-291-1/+1
* Fix a bug in thread group shrink where it could leak memory. (#2987)Alex Gorrod2016-08-261-3/+1
* WT-2863 Support UTF-8 paths on Windows (#2984)Mark Benvenuto2016-08-261-0/+2
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-266-36/+47
* WT-2846 Ensure that all resources are released when destroying a thread group...sueloverso2016-08-261-1/+6
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-257-32/+83
* WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-251-0/+1
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-176-121/+7
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-1611-75/+79
* WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson2016-08-152-1/+1
* WT-2631 nullptr is passed for parameters marked with attribute non-null (#2955)Keith Bostic2016-08-151-1/+2
* WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso2016-08-151-9/+10
* WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-122-2/+3
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-126-626/+634
* WT-2818 Change the page visibility check when queuing pages for eviction (#2942)Alex Gorrod2016-08-111-12/+4
* 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-103-92/+112
* WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic2016-08-093-49/+58
* WT-2734 Improve documentation of eviction configuration settings. (#2937)Michael Cahill2016-08-091-29/+33
* 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-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-042-5/+10
* WT-2764 Compilation fixes size_t -> uint64_t on OSX. (#2927)sueloverso2016-08-031-3/+3
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-036-170/+220
* WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan2016-08-033-30/+78
* WT-2804 Don't read values in a tree without a snapshot. (#2924)Michael Cahill2016-08-021-0/+2
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-284-138/+135
* WT-2798 Fix data consistency bug with table creates during a checkpoint. (#2910)Michael Cahill2016-07-271-0/+1
* WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic2016-07-262-4/+13
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-214-21/+20
* WT-2782 Minor text changes for file system functions (#2890)sueloverso2016-07-201-1/+1
* WT-2769 Update documentation to reflect correct limits of memory_page_max (#2...Sulabh Mahajan2016-07-191-2/+2