summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-153-9/+4
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-154-106/+53
* WT-2757 Column tables behave differently when column names are provided (#2864)Keith Bostic2016-07-121-0/+6
* WT-2648 cache-line alignment for new ports (#2862)Keith Bostic2016-07-121-1/+10
* WT-2578 remove write barriers from the TAILQ_INSERT_XXX macros (#2863)Keith Bostic2016-07-121-60/+114
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-112-3/+7
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-112-6/+6
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-082-37/+16
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-085-177/+181
* WT-2743 Fixup new I/O thread count statistics. (#2850)Alex Gorrod2016-07-063-14/+14
* WT-2026 Allow forced eviction to split pages when BTREE_NO_EVICTION set (#2840)Sulabh Mahajan2016-07-061-5/+6
* WT-2730 Btree can incorrectly match key slots on new pages (#2848)Keith Bostic2016-07-061-2/+0
* WT-2730 column-store incorrectly matches key slots on new pages (#2847)Keith Bostic2016-07-041-1/+0
* WT-2739 pluggable file systems documentation cleanups (#2846)Keith Bostic2016-07-041-1/+6
* WT-2665 Limit allocator fragmentation in WiredTiger (#2842)Keith Bostic2016-07-011-2/+2
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-308-265/+276
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-285-63/+93
* SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-232-139/+157
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-236-65/+106