summaryrefslogtreecommitdiff
path: root/src/btree
Commit message (Expand)AuthorAgeFilesLines
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-066-13/+11
* WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic2016-09-051-8/+14
* WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill2016-09-021-9/+12
* WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic2016-08-301-2/+2
* SERVER-25845 Coverity analysis defect 99859: Explicit null dereferenced (#2996)Keith Bostic2016-08-301-5/+9
* WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill2016-08-292-0/+15
* WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-251-1/+9
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-174-9/+9
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-1614-107/+91
* 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-151-1/+2
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-122-227/+254
* WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-032-1/+2
* WT-2801 Prevent eviction of metadata updates by a running checkpoint. (#2922)Michael Cahill2016-08-021-37/+3
* WT-2800 Fix incorrect error message. (#2915)sueloverso2016-07-281-1/+1
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-0/+2
* WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic2016-07-261-28/+27
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-23/+49
* WT-2769 Update documentation to reflect correct limits of memory_page_max (#2...Sulabh Mahajan2016-07-191-0/+2
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-1/+2
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-4/+4
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-082-4/+8
* WT-2751 column-store statistics incorrectly calculates the number of entries ...Keith Bostic2016-07-071-1/+1
* WT-2026 Allow forced eviction to split pages when BTREE_NO_EVICTION set (#2840)Sulabh Mahajan2016-07-062-2/+16
* WT-2730 Btree can incorrectly match key slots on new pages (#2848)Keith Bostic2016-07-062-7/+11
* WT-2730 column-store incorrectly matches key slots on new pages (#2847)Keith Bostic2016-07-042-0/+2
* WT-2665 Limit allocator fragmentation in WiredTiger (#2842)Keith Bostic2016-07-016-16/+25
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-308-13/+16
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-282-3/+8
* WT-2708 split child-update race with reconciliation/eviction (#2835)Keith Bostic2016-06-271-8/+16
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson2016-06-172-7/+4
* WT-2622 Clear old position for all random lookups. (#2802)Michael Cahill2016-06-171-3/+2
* WT-2667 Split evergreen compile-posix into separate compile and test stages (...David Hows2016-06-151-0/+1
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-092-36/+27
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-086-22/+23
* WT-2676 Don't use key size in column store in-memory splits. (#2775)Michael Cahill2016-06-031-5/+8
* WT-2763 Fixup comment per review feedback. (#2776)Alex Gorrod2016-06-031-4/+3
* WT-2325 Fix an incomplete comment.Michael Cahill2016-06-031-2/+4
* WT-2673 Stop automatically increasing memory page max (#2762)Keith Bostic2016-05-311-1/+1
* WT-2673 Stop automatically increasing memory page max (#2760)Alex Gorrod2016-05-311-6/+4
* SERVER-23661 $sample takes disproportionately long time on newly created coll...Keith Bostic2016-05-041-1/+12
* WT-2446 Add stat for number of calls to get a page. (#2697)sueloverso2016-04-281-0/+2
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-5/+5
* Merge pull request #2688 from wiredtiger/wt-2579-debug-fileAlex Gorrod2016-04-271-6/+10
|\
| * WT-2579: in-memory configurations break debugging supportKeith Bostic2016-04-221-6/+10
* | WT-2582: cache eviction server error: WT_RESTARTKeith Bostic2016-04-241-22/+30
* | WT-2576: variable-length column-store out-of-order returnKeith Bostic2016-04-221-5/+15
|/