| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799) | Michael Cahill | 2016-06-30 | 1 | -1/+3 |
* | WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) | Keith Bostic | 2016-06-08 | 1 | -1/+1 |
* | WT-2552 Add public API for pluggable filesystems (#2671) | Alex Gorrod | 2016-04-28 | 1 | -5/+5 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -20/+17 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -3/+3 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-28 | 1 | -3/+5 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-26 | 1 | -1/+2 |
* | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic | 2016-03-16 | 1 | -2/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | SERVER-21553 Finish rename to __wt_ref_addr_free. | Michael Cahill | 2015-12-02 | 1 | -1/+1 |
* | WT-2251 Free addresses when we discard deleted page references. | Michael Cahill | 2015-12-01 | 1 | -5/+1 |
* | __wt_page_modify_clear calls __wt_page_is_modified internally. | Keith Bostic | 2015-11-27 | 1 | -2/+1 |
* | Merge pull request #2324 from wiredtiger/wt-2230-multi-split-error-path | Alex Gorrod | 2015-11-26 | 1 | -7/+19 |
|\ |
|
| * | WT-2230: incomplete change, __wt_free_ref can't reference ref->page, | Keith Bostic | 2015-11-20 | 1 | -1/+1 |
| * | WT-2230: comment typo. | Keith Bostic | 2015-11-20 | 1 | -2/+2 |
| * | WT-2230: The split_multi_inmem_fail function calls wt_free_ref with | Keith Bostic | 2015-11-20 | 1 | -7/+19 |
* | | SERVER-21619 Revert an assertion change. | Michael Cahill | 2015-11-26 | 1 | -2/+1 |
* | | SERVER-21619 Push down where we mark pages clean so we don't have to repeat t... | Michael Cahill | 2015-11-26 | 1 | -7/+12 |
|/ |
|
* | Fix a comment, try and make sure it doesn't get out of sync again. | Keith Bostic | 2015-11-05 | 1 | -5/+7 |
* | WT-2191: the reconcilation disk images are no longer uniquely associated with | Keith Bostic | 2015-10-30 | 1 | -1/+1 |
* | WT-2126: Instead of leaking memory when a multi-page-split fails, set | Keith Bostic | 2015-10-19 | 1 | -18/+33 |
* | Merge branch 'develop' into wt-2108 | Keith Bostic | 2015-10-07 | 1 | -1/+1 |
|\ |
|
| * | Fair lock review feedback - cleanup diagnostics | Alex Gorrod | 2015-10-01 | 1 | -5/+1 |
| * | WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks. | Alex Gorrod | 2015-09-28 | 1 | -1/+5 |
* | | Merge branch 'develop' into wt-2108 | Keith Bostic | 2015-09-27 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -3/+3 |
| * | Rename WT_PAGE_MODIFY.recon_result to WT_PAGE_MODIFY.rec_result. | Keith Bostic | 2015-09-23 | 1 | -1/+1 |
| * | The WT_PAGE_MODIFY flags field isn't really a set of flags, it's an enum | Keith Bostic | 2015-09-22 | 1 | -1/+1 |
| * | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -1/+1 |
* | | WT-2108: merge WT_PM_REC_REWRITE into WT_PM_REC_MULTIBLOCK. | Keith Bostic | 2015-09-15 | 1 | -1/+0 |
|/ |
|
* | Rename "skip" objects to "supd" objects, the skip list is no longer a list | Keith Bostic | 2015-08-27 | 1 | -2/+2 |
* | Force instantiated pages clean: that means they're easier to evict, and if | Keith Bostic | 2015-08-26 | 1 | -4/+1 |
* | Revert part of the change to bt_discard.c: WT_PAGE_SPLIT_INSERT is a | Keith Bostic | 2015-08-24 | 1 | -1/+0 |
* | Replace the WT_PAGE_SPLIT_LOCKED lock with WT_PAGE_RECONCILIATION. | Keith Bostic | 2015-08-23 | 1 | -1/+2 |
* | Cherry-pick Michael's 4a40b9e commit: When restoring update lists from | Keith Bostic | 2015-07-22 | 1 | -6/+5 |
* | WT-1967: creating a lookaside table to hold updates which are no longer | Keith Bostic | 2015-07-19 | 1 | -6/+0 |
* | Split out the "rewrite a page" case from WT_PM_REC_MULTIBLOCK. | Michael Cahill | 2015-05-06 | 1 | -0/+1 |
* | Change WT_PAGE_SPLITTING, fix errant whitespace | David Hows | 2015-05-01 | 1 | -1/+1 |
* | Instead of asserting split-generation is set in WT_INTL_FOREACH_BEGIN, | Keith Bostic | 2015-03-26 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Forcefully discard a tree from cache if doing a forced drop. | Michael Cahill | 2014-10-24 | 1 | -0/+1 |
* | clang complains bt_discard.c:76:6: warning: variable 'hp' may be | Keith Bostic | 2014-10-08 | 1 | -1/+1 |
* | Spin when checking for hazard pointers during discard. This hardly ever fire... | Michael Cahill | 2014-10-08 | 1 | -1/+14 |
* | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic | 2014-06-30 | 1 | -6/+8 |
* | Experimental change to avoid unpacking cells in order to access | Keith Bostic | 2014-05-30 | 1 | -5/+6 |
* | Minor cleanup of buffer usage, no real change. | Michael Cahill | 2014-05-29 | 1 | -2/+2 |
* | Optionally skip block cleanup and leak memory on connection close. | Keith Bostic | 2014-05-01 | 1 | -9/+22 |
* | The disk header in a page is read-only: mark it const. | Michael Cahill | 2014-04-30 | 1 | -4/+4 |
* | Split the flag asserts so it's easy to know which one fired. | Keith Bostic | 2014-04-15 | 1 | -2/+2 |
* | Coverity #1199723 Null-checking "page" suggests that it may be null, but | Keith Bostic | 2014-04-11 | 1 | -2/+1 |