summaryrefslogtreecommitdiff
path: root/src/btree/bt_handle.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-1/+1
* WT-3312 encryption btree configuration test (#3413)Keith Bostic2017-05-111-7/+5
* WT-3296 LAS table fixes/improvements (#3397)Keith Bostic2017-04-281-2/+4
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-301-1/+8
* WT-3244 Turn off in-memory cache-full checks on the metadata file (#3359)Keith Bostic2017-03-291-0/+8
* Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-291-8/+1
* WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-291-1/+8
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-161-2/+2
* WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-031-1/+1
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-021-29/+56
* WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-46/+48
* WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-2/+8
* WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-281-42/+60
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-2/+1
* WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-141-2/+2
* WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod2016-10-071-0/+11
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-1/+1
* WT-2872 Ensure tests with tiny caches don't get stuck due to the dirty trigge...Michael Cahill2016-09-021-9/+12
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-3/+3
* WT-2769 Update documentation to reflect correct limits of memory_page_max (#2...Sulabh Mahajan2016-07-191-0/+2
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-2/+0
* WT-2763 Fixup comment per review feedback. (#2776)Alex Gorrod2016-06-031-4/+3
* 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
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-11/+10
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-2/+2
* WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lockDavid Hows2016-03-151-2/+0
* Revert "WT-2345: __wt_evict_file_exclusive_on/off cleanups"Keith Bostic2016-03-011-12/+3
* WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic2016-02-291-3/+12
* WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic2016-02-291-1/+3
* WT-2349 Fixes for readonly and new python test.Susan LoVerso2016-02-081-1/+2
* Merge branch 'develop' into WT-60Keith Bostic2016-01-211-13/+23
|\
| * Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-191-5/+6
| |\
| | * Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-1/+1
| | |\
| | * | WT-2312: When re-creating a deleted column-store page, the page's recordKeith Bostic2015-12-311-5/+6
| * | | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2015-12-171-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-8/+17
* | | | WT-60: big endian supportKeith Bostic2016-01-141-2/+2
| |_|/ |/| |
* | | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
| |/ |/|
* | __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
|/
* WT-2262 Split btree walk into separate walk functions.Alex Gorrod2015-12-141-1/+1
* WT-2262: don't overload the __wt_tree_walk walkcntp variable, use a newKeith Bostic2015-12-101-1/+1
* WT-2244 - Trigger in-memory splits sooner.Michael Cahill2015-11-261-0/+7
* WT-2178: we don't support overflow objects when in-memory configured,Keith Bostic2015-11-041-2/+15
* Boolean conversion pass over include.Keith Bostic2015-09-271-2/+2
* WT-2119 Change the checkpointing state to an enum so we can tell whether the ...Michael Cahill2015-09-251-1/+2
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-16/+16