summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-2142. In test suite, replace lambda expressions by functions.Don Anderson2016-01-0112-31/+44
* Merge branch 'develop' into wt-2142-test-cleanupDon Anderson2015-11-3029-317/+318
|\
| * Merge pull request #2347 from wiredtiger/WT-2250Keith Bostic2015-11-301-1/+1
| |\
| | * WT-2250 Minor fix. Use SET instead of INCRV for stat.Susan LoVerso2015-11-301-1/+1
| |/
| * Don't complain if the long-running-transaction config is turned off forKeith Bostic2015-11-301-1/+1
| * Merge pull request #2340 from wiredtiger/WT-2244Michael Cahill2015-11-3010-113/+51
| |\
| | * Merge branch 'develop' into WT-2244Michael Cahill2015-11-304-5/+8
| | |\ | | |/ | |/|
| * | Merge pull request #2344 from wiredtiger/wt-2248-session-closeMichael Cahill2015-11-301-0/+3
| |\ \
| | * | 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-279-42/+84
| | |\ | | |/ | |/|
| * | Merge pull request #2341 from wiredtiger/SERVER-21553Michael Cahill2015-11-272-11/+14
| |\ \
| | * | SERVER-21553 Fix a line removed by mistake: set the address during splits.Michael Cahill2015-11-271-0/+1
| | * | WT-2245 - Code Review changesDavid Hows2015-11-270-0/+0
| | * | 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-272-2/+2
| * | | 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
| * | | | Merge pull request #2337 from wiredtiger/WT-2241Michael Cahill2015-11-263-13/+11
| |\ \ \ \
| | * | | | WT-2241 Use a lock to protect transaction ID allocation.Michael Cahill2015-11-253-13/+11
| * | | | | Merge pull request #2335 from wiredtiger/server-21641-join-coverityDon Anderson2015-11-251-1/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | WT-2234: Coverity 1339897: Resource leaks (RESOURCE_LEAK)Keith Bostic2015-11-251-1/+3
| | * | | | Revert "SERVER-21641. Resolve Coverity complaint."Keith Bostic2015-11-251-2/+1
| | * | | | SERVER-21641. Resolve Coverity complaint.Don Anderson2015-11-241-1/+2
| |/ / / /
| * | | | Merge pull request #2333 from wiredtiger/WT-2337-perfKeith Bostic2015-11-241-5/+9
| |\ \ \ \ | | |/ / /
| | * | | WT-2337 Avoid yields if we race allocating transaction IDs.Michael Cahill2015-11-251-5/+9
| |/ / /
| * | | Merge pull request #2331 from wiredtiger/WT-2237Alex Gorrod2015-11-246-65/+68
| |\ \ \
| | * | | 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
| |/ / /