summaryrefslogtreecommitdiff
path: root/src/btree/bt_read.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-3/+45
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-2/+2
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-6/+10
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-10/+6
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-6/+10
* WT-3261 add a checkpoint epoch to avoid draining the eviction queue (#3370)Keith Bostic2017-04-131-6/+1
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-5/+4
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-171-1/+2
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-2/+4
* WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-031-1/+1
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-1/+1
* WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-241-7/+10
* WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod2016-10-181-0/+9
* WT-2954 Evict pages that exceed memory_page_max even if the transaction ID is...Alex Gorrod2016-10-101-3/+6
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-10/+9
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-3/+10
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-1/+1
* WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill2016-08-291-0/+7
* WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-251-1/+9
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-9/+2
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-4/+4
* WT-2026 Allow forced eviction to split pages when BTREE_NO_EVICTION set (#2840)Sulabh Mahajan2016-07-061-1/+5
* WT-2665 Limit allocator fragmentation in WiredTiger (#2842)Keith Bostic2016-07-011-2/+9
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-7/+7
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+1
* WT-2446 Add stat for number of calls to get a page. (#2697)sueloverso2016-04-281-0/+2
* Merge pull request #2659 from wiredtiger/wt-2558Michael Cahill2016-04-211-3/+1
|\
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-3/+1
* | WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
|/
* WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-4/+2
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-4/+6
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-6/+3
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-0/+9
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-4/+4
* WT-2391: De-prioritize eviction from indexesKeith Bostic2016-03-061-6/+11
* 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
* | WT-2312: When re-creating a deleted column-store page, the page's recordKeith Bostic2015-12-311-1/+3
|/
* __wt_ref_info() and __ref_is_lef() no longer need a WT_SESSION_IMPLKeith Bostic2015-12-141-1/+1
* gcc47 with [-Werror=maybe-uninitialized] reports we can end up with typeKeith Bostic2015-12-141-1/+1
* Rename __wt_page_can_split to be __wt_leaf_page_can_split, we splitKeith Bostic2015-11-271-1/+1
* WT-2244 Don't wait for transactions after splits.Michael Cahill2015-11-271-1/+1
* WT-2244 - Trigger in-memory splits sooner.Michael Cahill2015-11-261-4/+6
* SERVER-21585 Clean up LAS based on the current count of inserted records.Michael Cahill2015-11-231-0/+16
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-3/+3
* SERVER-21027 Fix a bug in visibility checks for reverse splits, where truncat...Michael Cahill2015-10-231-1/+2
* SERVER-21027 Don't instatiate empty pages during tree walks.Michael Cahill2015-10-221-1/+4
* WT-2119: Add a new WT_PAGE flag, WT_PAGE_OVERFLOW_KEYS, set on anyKeith Bostic2015-09-251-4/+6
* Boolean conversion pass over txn.Keith Bostic2015-09-241-1/+1