summaryrefslogtreecommitdiff
path: root/src/include/btree.i
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25843 Coverity analysis defect 99856: Redundant test (#2997)Keith Bostic2016-08-301-4/+3
* WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-261-1/+1
* 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-101-49/+90
* 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-031-15/+32
* WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-281-7/+2
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-7/+1
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-67/+42
* WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill2016-06-281-2/+27
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-171-4/+17
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-11/+11
* WT-2397: Cursor traversal from end of the tree skips records.Keith Bostic2016-02-151-7/+7
* WT-2397: Cursor traversal from end of the tree skips records.Keith Bostic2016-02-151-4/+8
* WT-2361: column-store starting record number errorKeith Bostic2016-02-051-1/+1
* Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-20/+77
|\
| * WT-2316: WT_CURSOR.prev out-of-order returns, fix a split race.Keith Bostic2016-01-111-10/+47
| * WT-2314: review comments, integrate the notfound-ok and restart-okKeith Bostic2016-01-041-8/+8
| * WT-2314: better error handling in the page-swap function and callers.Keith Bostic2016-01-021-8/+28
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-311-6/+6
|\ \ | |/
| * __wt_ref_info() and __ref_is_lef() no longer need a WT_SESSION_IMPLKeith Bostic2015-12-141-3/+2
| * gcc47 with [-Werror=maybe-uninitialized] reports we can end up with typeKeith Bostic2015-12-141-4/+5
* | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-041-8/+47
|\ \ | |/
| * SERVER-21553 Free blocks during reverse splits.Michael Cahill2015-12-021-8/+47
* | Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2015-12-011-2/+33
|\ \ | |/
| * Merge branch 'develop' into WT-2251-ref-addr-leakMichael Cahill2015-12-011-2/+17
| |\
| | * SERVER-21691 Don't retry eviction of a page if transaction state hasn't changed.Michael Cahill2015-12-011-2/+17
| * | WT-2251 Free addresses when we discard deleted page references.Michael Cahill2015-12-011-0/+16
| |/
* | WT-2247: turn on in-memory splits for fixed-length column-store pages.Keith Bostic2015-11-281-6/+5
* | WT-2247: variable-length column-store in-memory page splits.Keith Bostic2015-11-281-10/+14
|/
* Rename __wt_page_can_split to be __wt_leaf_page_can_split, we splitKeith Bostic2015-11-271-3/+3
* Fix a comment, we no longer check a transaction value.Keith Bostic2015-11-271-3/+1
* whitespaceMichael Cahill2015-11-271-1/+1
* WT-2244 Don't wait for transactions after splits.Michael Cahill2015-11-271-21/+4
* WT-2244 Refine eviction during checkpoints.Michael Cahill2015-11-271-7/+0
* WT-2244 - Trigger in-memory splits sooner.Michael Cahill2015-11-261-1/+1
* SERVER-21619 Push down where we mark pages clean so we don't have to repeat t...Michael Cahill2015-11-261-1/+1
* SERVER-21619 Don't do internal page splits after a tree is marked DEAD.Alex Gorrod2015-11-251-0/+2
* WT-2182: we can't let newly created internal pages split until we'veKeith Bostic2015-11-131-1/+2
* Clean up a comment, basically, we now create new internal pages in casesKeith Bostic2015-11-131-7/+7
* Enhance a comment.Keith Bostic2015-11-071-2/+7
* We should be able to detect an internal page split race by noticing we'reKeith Bostic2015-11-051-0/+26
* SERVER-21027 Don't instatiate empty pages during tree walks.Michael Cahill2015-10-221-7/+3
* fix a comment.Keith Bostic2015-10-201-1/+1
* SERVER-20303 Require a minimum item count for in-memory splits.Michael Cahill2015-10-011-18/+21
* whitespaceKeith Bostic2015-09-301-1/+1
* SERVER-20303: This change tunes for a test with a maximum page size ofKeith Bostic2015-09-301-9/+18
* WT-2119: Add a new WT_PAGE flag, WT_PAGE_OVERFLOW_KEYS, set on anyKeith Bostic2015-09-251-2/+14