| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2157 If we give up trying to split a page, make sure it is written by the ... | Michael Cahill | 2015-10-07 | 1 | -26/+11 |
* | Merge branch 'develop' into split-fairer | Alex Gorrod | 2015-10-01 | 1 | -19/+17 |
|\ |
|
| * | Merge pull request #2219 from wiredtiger/wt2119 | Michael Cahill | 2015-09-28 | 1 | -17/+15 |
| |\ |
|
| | * | Now we have a flag if row-store internal pages have overflow keys, use | Keith Bostic | 2015-09-25 | 1 | -8/+15 |
| | * | Revert "WT-2119: We can't evict clean, multiblock row-store pages with overflow" | Keith Bostic | 2015-09-25 | 1 | -9/+0 |
| * | | Boolean conversion pass over include. | Keith Bostic | 2015-09-27 | 1 | -2/+2 |
| |/ |
|
* | | WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks. | Alex Gorrod | 2015-09-28 | 1 | -8/+2 |
* | | WT-2131 Add a new fair-lock type. | Alex Gorrod | 2015-09-28 | 1 | -2/+2 |
* | | Merge branch 'develop' into split-fairer | Alex Gorrod | 2015-09-25 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Merge branch 'develop' into wt2119 | Michael Cahill | 2015-09-25 | 1 | -65/+65 |
| |\ |
|
| * | | WT-2119: We can't evict clean, multiblock row-store pages with overflow | Keith Bostic | 2015-09-24 | 1 | -0/+9 |
* | | | Merge branch 'develop' into split-fairer | Alex Gorrod | 2015-09-25 | 1 | -65/+65 |
|\ \ \
| | |/
| |/| |
|
| * | | Boolean conversion pass over reconcile. | Keith Bostic | 2015-09-24 | 1 | -64/+64 |
| * | | Boolean conversion pass for include. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
| |/ |
|
* | | WT-2131 Switch to using a lock to control page splits. | Alex Gorrod | 2015-09-24 | 1 | -2/+8 |
|/ |
|
* | Merge branch 'develop' into more-bool | Michael Cahill | 2015-09-24 | 1 | -148/+188 |
|\ |
|
| * | whitespace | Keith Bostic | 2015-09-22 | 1 | -2/+2 |
| * | Give CHILD_RELEASE/CHILD_RELEASE_ERR a WT_ prefix for consistency. | Keith Bostic | 2015-09-22 | 1 | -17/+15 |
| * | Convert the child-modify state return to an enum for simplicity/clarity. | Keith Bostic | 2015-09-22 | 1 | -152/+173 |
| * | Add minor wording to a comment. | Keith Bostic | 2015-09-22 | 1 | -5/+10 |
| * | WT-2115 Simplify checking for deleted child pages in reconciliation, fix logi... | Michael Cahill | 2015-09-21 | 1 | -24/+35 |
| * | imported patch WT-2115 | Michael Cahill | 2015-09-21 | 1 | -3/+6 |
* | | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -10/+10 |
* | | Rename WT_PAGE_MODIFY.recon_result to WT_PAGE_MODIFY.rec_result. | Keith Bostic | 2015-09-23 | 1 | -13/+13 |
* | | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 1 | -60/+64 |
* | | The WT_PAGE_MODIFY flags field isn't really a set of flags, it's an enum | Keith Bostic | 2015-09-22 | 1 | -13/+16 |
* | | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -6/+6 |
|/ |
|
* | WT-2093: __wt_ovfl_reuse_search() returned 0/1 for "overflow record | Keith Bostic | 2015-09-11 | 1 | -3/+4 |
* | Merge branch 'develop' into use-bool | Michael Cahill | 2015-09-10 | 1 | -4/+4 |
|\ |
|
| * | It's not just dirty pages that can split into the parent, a clean child | Keith Bostic | 2015-09-08 | 1 | -4/+4 |
* | | WT-2093 Use the C99 bool type to clarify when functions return true/false. | Michael Cahill | 2015-09-08 | 1 | -15/+15 |
|/ |
|
* | Merge pull request #2168 from wiredtiger/wt-2074-checkpoint-test | Michael Cahill | 2015-09-07 | 1 | -4/+69 |
|\ |
|
| * | WT-2074: there's still a race in 46331aa, if we read the global checkpoint | Keith Bostic | 2015-09-02 | 1 | -4/+69 |
* | | Don't test "WT_PAGE_MODIFY.flags == 0", it's dangerous if some future | Keith Bostic | 2015-09-04 | 1 | -1/+1 |
|/ |
|
* | WT-2076 Fix a bug preventing the save/restore eviction path from working. | Keith Bostic | 2015-09-02 | 1 | -83/+61 |
* | Fix WiredTiger Coverity #1320903: if all of the updates were aborted, | Keith Bostic | 2015-08-31 | 1 | -0/+10 |
* | The lookaside table key counter has to be unique across all of the | Keith Bostic | 2015-08-28 | 1 | -6/+6 |
* | Switch the order of the transaction ID and the counter in the lookaside | Keith Bostic | 2015-08-28 | 1 | -5/+6 |
* | Only remove the block once, don't remove it repeatedly for every update | Keith Bostic | 2015-08-28 | 1 | -26/+25 |
* | SERVER-18875: clean up some comments associated with cefeb2f, reorder a | Keith Bostic | 2015-08-27 | 1 | -13/+10 |
* | Rename "skip" objects to "supd" objects, the skip list is no longer a list | Keith Bostic | 2015-08-27 | 1 | -100/+91 |
* | When doing row-store key promotion, ignore the list of saved updates | Keith Bostic | 2015-08-27 | 1 | -27/+28 |
* | Rework reconciliation statistics, moving the lookaside table and | Keith Bostic | 2015-08-27 | 1 | -14/+24 |
* | Revert "Change __wt_txn_oldest_id to test for the lookaside table so all" | Keith Bostic | 2015-08-27 | 1 | -1/+8 |
* | Turn off caching of lookaside table pages, there's no reason to believe | Keith Bostic | 2015-08-27 | 1 | -4/+3 |
* | Change __wt_txn_oldest_id to test for the lookaside table so all | Keith Bostic | 2015-08-27 | 1 | -8/+1 |
* | Rename WT_BTREE_LAS_FILE to be WT_BTREE_LOOKASIDE. | Keith Bostic | 2015-08-27 | 1 | -2/+2 |
* | Michael has reviewed, and confirmed this is correct. | Keith Bostic | 2015-08-27 | 1 | -4/+0 |
* | If we're evicting, we have the page locked exclusively, so the atomic | Keith Bostic | 2015-08-27 | 1 | -4/+4 |
* | rec_write.c: In function '__rec_update_las': | Keith Bostic | 2015-08-26 | 1 | -1/+1 |