| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2231: typo, was checking the wrong index for the parent's "next" key. | Keith Bostic | 2015-11-21 | 1 | -7/+7 |
* | WT-2231: check the leaf page's parent keys before doing the full binary | Keith Bostic | 2015-11-20 | 1 | -1/+61 |
* | SERVER-21568 Free page_del information in refs causing reverse splits. | Michael Cahill | 2015-11-20 | 1 | -1/+12 |
* | SERVER-21568 Free deleted page structures as soon as possible. | Michael Cahill | 2015-11-20 | 2 | -11/+18 |
* | SERVER-21568 Fix a use after-free. | Michael Cahill | 2015-11-20 | 1 | -10/+13 |
* | Merge pull request #2307 from wiredtiger/trunc-stats | Alex Gorrod | 2015-11-19 | 2 | -0/+3 |
|\ |
|
| * | WT-2218 Add fast-path delete stat. | Susan LoVerso | 2015-11-18 | 1 | -0/+2 |
| * | Merge branch 'develop' into trunc-stats | Susan LoVerso | 2015-11-18 | 6 | -764/+1183 |
| |\ |
|
| * | | WT-2218 Add truncate stats | Susan LoVerso | 2015-11-16 | 1 | -0/+1 |
* | | | WT-2224 Cleanup and fix. | Michael Cahill | 2015-11-18 | 1 | -23/+16 |
* | | | WT-2224 Track which deleted refs are discarded by a split. | Michael Cahill | 2015-11-18 | 1 | -10/+23 |
| |/
|/| |
|
* | | Merge pull request #2308 from wiredtiger/wt-2220-wt_timediff | Alex Gorrod | 2015-11-18 | 2 | -4/+4 |
|\ \ |
|
| * \ | Merge branch 'develop' into wt-2220-wt_timediff | Keith Bostic | 2015-11-17 | 1 | -2/+15 |
| |\ \ |
|
| * | | | WT-2220 Create WT_TIMEDIFF_US and fix use of constants. | Susan LoVerso | 2015-11-17 | 1 | -3/+3 |
| * | | | WT-2220 Split WT_TIMEDIFF macro into unit specific macros. | Alex Gorrod | 2015-11-17 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | WT-2182: don't leave child refs locked; when we hit the result_entries | Keith Bostic | 2015-11-17 | 1 | -5/+14 |
* | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2 | Keith Bostic | 2015-11-17 | 1 | -2/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'develop' into wt-2178-format | Alex Gorrod | 2015-11-16 | 5 | -34/+64 |
| |\ \
| | |/ |
|
| * | | WT-2178: we don't support overflow objects when in-memory configured, | Keith Bostic | 2015-11-04 | 1 | -2/+15 |
* | | | Merge branch 'wt-2182-split-up-the-tree-2' into wt-2182-keith | Keith Bostic | 2015-11-14 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | WT-2182: reset both skiplow and skiphigh if we're restarting the search | Keith Bostic | 2015-11-14 | 1 | -2/+2 |
* | | | | WT-2182: we can't let newly created internal pages split until we've | Keith Bostic | 2015-11-13 | 1 | -42/+77 |
* | | | | Fix a comment. | Keith Bostic | 2015-11-13 | 1 | -1/+1 |
* | | | | Use a better name for the "no-evict" function. | Keith Bostic | 2015-11-13 | 1 | -4/+4 |
* | | | | I think there's a race in setting the mod_split_txn field as each new | Keith Bostic | 2015-11-13 | 1 | -16/+36 |
* | | | | WT-2182: factor out the code to clean up moved WT_REF structures, after | Keith Bostic | 2015-11-13 | 1 | -103/+79 |
* | | | | Merge branch 'wt-2182-split-up-the-tree-2' into wt-2182-keith | Keith Bostic | 2015-11-13 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | whitespace | Keith Bostic | 2015-11-13 | 1 | -1/+1 |
* | | | | Make the fix-up loop in __split_internal match the main loop that creates | Keith Bostic | 2015-11-13 | 1 | -2/+2 |
|/ / / |
|
* | | | And, remove the test code. | Keith Bostic | 2015-11-13 | 1 | -3/+3 |
* | | | My mistake, ref->page will be NULL during eviction triggered reverse splits, | Keith Bostic | 2015-11-13 | 1 | -5/+9 |
* | | | spelling typo | Keith Bostic | 2015-11-13 | 1 | -1/+1 |
* | | | Fix 50c9bc9, we still need to clear skiplow on a WT_RESTART return; | Keith Bostic | 2015-11-13 | 1 | -1/+3 |
* | | | Rework 2a71849, some new verbose messages. | Keith Bostic | 2015-11-13 | 1 | -17/+15 |
* | | | Alex & Michael's fix to reset the high-skipped byte count when switching | Keith Bostic | 2015-11-13 | 1 | -11/+27 |
* | | | WT-2182 Add more verbose tracking to splits | Alex Gorrod | 2015-11-13 | 1 | -0/+15 |
* | | | Fix up a couple of comments, minor KNF, minor re-work so the split-root and | Keith Bostic | 2015-11-12 | 1 | -16/+13 |
* | | | Sanity check both split-parent and split-root the same way, there has | Keith Bostic | 2015-11-12 | 1 | -17/+22 |
* | | | Remove WT_PAGE.{pg_intl_deepen_split_append,pg_intl_deepen_split_last}, | Keith Bostic | 2015-11-12 | 1 | -24/+2 |
* | | | Merge branch 'wt-2182-split-up-the-tree-2' into wt-2182-split-simplify | Alex Gorrod | 2015-11-12 | 4 | -36/+67 |
|\ \ \ |
|
| * | | | Off-by-one: the maximum value for base is one past the last slot, so | Keith Bostic | 2015-11-11 | 1 | -5/+6 |
| * | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2 | Keith Bostic | 2015-11-11 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Use the btree argument, as one may not yet be set on the session. | Keith Bostic | 2015-11-11 | 1 | -1/+1 |
| * | | | change split verbose messages to distinguish between root and internal | Keith Bostic | 2015-11-11 | 1 | -2/+4 |
| * | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2 | Keith Bostic | 2015-11-10 | 1 | -3/+11 |
| |\ \ \
| | |/ / |
|
| | * | | WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE, | Keith Bostic | 2015-11-09 | 1 | -3/+11 |
| * | | | Merge branch 'develop' into wt-2182-split-up-the-tree-2 | Keith Bostic | 2015-11-09 | 3 | -25/+45 |
| |\ \ \
| | |/ / |
|
| | * | | Merge pull request #2296 from wiredtiger/wt-2204-core-dump-during-checkpoint | Alex Gorrod | 2015-11-09 | 1 | -4/+11 |
| | |\ \ |
|
| | | * | | WT-2204 Add a comment explaining why order is important. | Alex Gorrod | 2015-11-09 | 1 | -2/+10 |
| | | * | | WT-2204: Don't take a local copy of page->modify until we know the page | Keith Bostic | 2015-11-07 | 1 | -4/+3 |