summaryrefslogtreecommitdiff
path: root/src/btree/bt_split.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3373 Access violation due to a bug in internal page splitting (#3478)mongodb-3.4.8mongodb-3.4.7mongodb-3.4.6Keith Bostic2017-06-271-3/+29
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-7/+13
* WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-291-1/+1
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-3/+3
* WT-3206 Fix a race allocating split generations. (#3332)Michael Cahill2017-03-161-23/+48
* WT-3175 Don't verify children during splits up the tree. (#3294)Michael Cahill2017-02-141-18/+23
* WT-3174 Coverity/lint cleanup (#3293)Keith Bostic2017-02-131-9/+9
* WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod2017-02-131-93/+71
* WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-091-35/+39
* WT-3144 Print WT_REF instead of WT_REF.page in verbose/debugging output. (#3...Keith Bostic2017-01-231-8/+4
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-3/+3
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-2/+2
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-291-7/+0
* WT-3028 Count eviction of dirty pages as progress. (#3158)Michael Cahill2016-11-251-0/+7
* WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-241-8/+7
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-10/+10
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-2/+2
* WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic2016-09-051-8/+14
* WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill2016-08-291-0/+8
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-171-5/+5
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-21/+17
* 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-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-4/+4
* WT-2665 Limit allocator fragmentation in WiredTiger (#2842)Keith Bostic2016-07-011-1/+3
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-1/+1
* WT-2708 split child-update race with reconciliation/eviction (#2835)Keith Bostic2016-06-271-8/+16
* WT-2676 Don't use key size in column store in-memory splits. (#2775)Michael Cahill2016-06-031-5/+8
* 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
* WT-2573: free of stack-allocated WT_REFKeith Bostic2016-04-211-11/+13
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-7/+9
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-8/+10
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-25/+16
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-2/+1
* WT-2361: column-store starting record number errorKeith Bostic2016-02-091-20/+20
* WT-2361: column-store starting record number errorKeith Bostic2016-02-091-0/+9
* WT-2361: column-store starting record number errorKeith Bostic2016-02-081-1/+1
* WT-2361: column-store starting record number errorKeith Bostic2016-02-081-27/+3
* WT-2361: column-store starting record number errorKeith Bostic2016-02-051-4/+2
* WT-2361: column-store starting record number errorKeith Bostic2016-02-051-2/+42
* WT-2361: column-store starting record number errorKeith Bostic2016-02-031-0/+6
* WT-2361: column-store starting record number errorKeith Bostic2016-02-021-1/+2
* WT-2371: parent split cannot access the page after page-index swapKeith Bostic2016-01-311-12/+22
* WT-2247, WT-2312: variable-length column-store in-memory page splitsKeith Bostic2016-01-191-7/+4
* WT-2247, WT-2312: variable-length column-store in-memory page splitsKeith Bostic2016-01-191-7/+4
* Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | Replace another 0 with WT_RECNO_OOB.Keith Bostic2016-01-011-1/+2