summaryrefslogtreecommitdiff
path: root/src/btree
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* WT-2573: free of stack-allocated WT_REFKeith Bostic2016-04-211-11/+13
* Merge pull request #2659 from wiredtiger/wt-2558Michael Cahill2016-04-2118-224/+214
|\
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-12/+10
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-2/+2
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-175-52/+57
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-173-19/+22
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-1715-149/+133
* | Merge branch 'develop' into wt-2560Michael Cahill2016-04-202-19/+18
|\ \
| * \ Merge branch 'develop' into wt-2539Keith Bostic2016-04-192-3/+2
| |\ \ | | |/
| * | WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-122-19/+18
* | | WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-203-5/+5
| |/ |/|
* | WT-2542: fixed-length column store reconciliation overwrites original valuesKeith Bostic2016-04-121-2/+1
* | WT-2542: fixed-length column store reconciliation overwrites original valuesKeith Bostic2016-04-121-1/+1
|/
* Merge pull request #2632 from wiredtiger/wt-2526Michael Cahill2016-04-121-2/+2
|\
| * WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-2/+2
* | Merge pull request #2636 from wiredtiger/wt-2505Alex Gorrod2016-04-111-1/+0
|\ \
| * | WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
| |/
* | WT-2450: salvage releases pages, then explicitly evicts them.Keith Bostic2016-04-021-0/+12
|/
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-281-3/+5
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-1/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-2/+2
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-212-29/+10
|\
| * Merge branch 'develop' into wt-2426-checkpoint-lockingAlex Gorrod2016-03-212-24/+27
| |\
| * | WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-172-29/+10
* | | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-1/+1
* | | Merge branch 'develop' into wt-2330Keith Bostic2016-03-1811-63/+58
|\ \ \ | | |/ | |/|
| * | Merge pull request #2592 from wiredtiger/wt-2490Michael Cahill2016-03-172-24/+27
| |\ \ | | |/ | |/|
| | * WT-2490: search_near() returns wrong key for column-storeKeith Bostic2016-03-162-24/+27
| * | WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-164-12/+6
| |/
| * WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lockDavid Hows2016-03-151-2/+0
| * WT-2478: Valgrind test failuresKeith Bostic2016-03-141-1/+1
| * WT-2478: Valgrind test failuresKeith Bostic2016-03-141-1/+2
| * Merge pull request #2537 from wiredtiger/wt-2435Michael Cahill2016-03-143-7/+12
| |\