summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into SERVER-21553-free-deleted-blocksMichael Cahill2015-12-021-0/+1
|\
| * WT-2553 Include pages resulting from in-memory splits when in the "would bloc...Michael Cahill2015-12-021-0/+1
* | SERVER-21553 Review feedback.Michael Cahill2015-12-021-2/+3
* | SERVER-21553 Remove no-longer-used variables.Michael Cahill2015-12-021-4/+0
* | SERVER-21553 Finish rename to __wt_ref_addr_free.Michael Cahill2015-12-022-3/+3
* | SERVER-21553 Free blocks during reverse splits.Michael Cahill2015-12-024-48/+57
|/
* WT-2251 Clear the original ref->addr before an in-memory split to avoid use-a...Michael Cahill2015-12-011-0/+11
* Merge branch 'develop' into WT-2251-ref-addr-leakMichael Cahill2015-12-013-23/+28
|\
| * SERVER-21691 Don't retry eviction of a page if transaction state hasn't changed.Michael Cahill2015-12-012-15/+17
| * SERVER-21691 Avoid blocking in-memory splits.Michael Cahill2015-12-011-8/+11
* | WT-2251 Cleanup: no longer need to clear ref->addr after freeing.Michael Cahill2015-12-012-4/+0
* | WT-2251 Free addresses when we discard deleted page references.Michael Cahill2015-12-016-29/+24
|/
* Merge pull request #2346 from wiredtiger/WT-2249-eviction-stuckMichael Cahill2015-12-011-14/+17
|\
| * WT-2249 Review fix.Michael Cahill2015-12-011-2/+0
| * WT-2249 Keep eviction stuck until cache usage is under 100%.Michael Cahill2015-11-301-12/+17
* | WT-2250 Minor fix. Use SET instead of INCRV for stat.Susan LoVerso2015-11-301-1/+1
|/
* Merge branch 'develop' into WT-2244Michael Cahill2015-11-304-5/+8
|\
| * WT-2248: The code in WT_SESSION.close does work using the WT_CONNECTION_IMPLKeith Bostic2015-11-281-0/+3
| * Update a comment.Keith Bostic2015-11-271-2/+2
| * Fix a few comments around cursor in-use count support.Keith Bostic2015-11-272-3/+3
* | Rename __wt_page_can_split to be __wt_leaf_page_can_split, we splitKeith Bostic2015-11-273-5/+5
* | Merge branch 'develop' into WT-2244Keith Bostic2015-11-271-2/+1
|\ \ | |/
| * __wt_page_modify_clear calls __wt_page_is_modified internally.Keith Bostic2015-11-271-2/+1
* | 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-277-55/+8
* | WT-2244 Refine eviction during checkpoints.Michael Cahill2015-11-274-46/+23
* | Merge branch 'develop' into WT-2244Michael Cahill2015-11-278-41/+83
|\ \ | |/
| * SERVER-21553 Fix a line removed by mistake: set the address during splits.Michael Cahill2015-11-271-0/+1
| * Merge branch 'develop' into SERVER-21553Michael Cahill2015-11-273-9/+23
| |\
| | * Merge pull request #2339 from wiredtiger/WT-2243Alex Gorrod2015-11-273-9/+23
| | |\
| | | * WT-2243 Only clear btree cursor flags associated with position.Michael Cahill2015-11-262-5/+6
| | | * WT-2243 Don't keep transaction IDs pinned for reading from checkpoints.Michael Cahill2015-11-263-4/+17
| * | | SERVER-21553 Enable fast-path truncate after splits.Michael Cahill2015-11-272-12/+14
| |/ /
| * | Fix some OS X clang warnings.Michael Cahill2015-11-271-1/+1
| * | Merge pull request #2324 from wiredtiger/wt-2230-multi-split-error-pathAlex Gorrod2015-11-263-12/+24
| |\ \
| | * | WT-2230: incomplete change, __wt_free_ref can't reference ref->page,Keith Bostic2015-11-201-1/+1
| | * | WT-2230: comment typo.Keith Bostic2015-11-201-2/+2
| | * | WT-2230: The split_multi_inmem_fail function calls wt_free_ref withKeith Bostic2015-11-203-12/+24
| * | | Merge pull request #2320 from wiredtiger/wt-2228-raw-compressionAlex Gorrod2015-11-261-8/+21
| |\ \ \ | | |_|/ | |/| |
| | * | WT-2228: The WiredTiger reconciliation process calls raw compressionKeith Bostic2015-11-191-8/+21
* | | | WT-2244 - Trigger in-memory splits sooner.Michael Cahill2015-11-264-6/+16
|/ / /
* | | Merge pull request #2336 from wiredtiger/server-21619-dont-split-dead-treeAlex Gorrod2015-11-267-46/+46
|\ \ \
| * | | SERVER-21619 Revert an assertion change.Michael Cahill2015-11-261-2/+1
| * | | SERVER-21619 Push down where we mark pages clean so we don't have to repeat t...Michael Cahill2015-11-266-32/+21
| * | | SERVER-21619 Don't do internal page splits after a tree is marked DEAD.Alex Gorrod2015-11-252-14/+26
* | | | WT-2241 Use a lock to protect transaction ID allocation.Michael Cahill2015-11-253-13/+11
|/ / /
* | | WT-2337 Avoid yields if we race allocating transaction IDs.Michael Cahill2015-11-251-5/+9
* | | LintAlex Gorrod2015-11-241-16/+16
* | | WT-2237 Have threads publish unique transaction IDs so that updates always be...Michael Cahill2015-11-246-65/+68