| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | WT-2119: We can't evict clean, multiblock row-store pages with overflow | Keith Bostic | 2015-09-24 | 1 | -0/+2 |
| | |/
| |/| |
|
| * | | Fix a comment: WiredTiger depends on any integral type being atomically | Keith Bostic | 2015-09-24 | 1 | -4/+0 |
| |/ |
|
| * | 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 | -8/+5 |
* | | WT-2108: merge WT_PM_REC_REWRITE into WT_PM_REC_MULTIBLOCK. | Keith Bostic | 2015-09-15 | 1 | -3/+1 |
|/ |
|
* | Switch the order of the transaction ID and the counter in the lookaside | Keith Bostic | 2015-08-28 | 1 | -1/+1 |
* | Rename "skip" objects to "supd" objects, the skip list is no longer a list | Keith Bostic | 2015-08-27 | 1 | -5/+5 |
* | Specify a key-format to simplify creating lookaside table records. | Keith Bostic | 2015-08-26 | 1 | -10/+16 |
* | Change the WT_LAS_RECONCILE_UPDATE constant of '1' to 'U'. | Keith Bostic | 2015-08-26 | 1 | -3/+2 |
* | Express WT_UPDATE_DELETED_ISSET and WT_UPDATE_DELETED_SET in terms of | Keith Bostic | 2015-08-26 | 1 | -2/+2 |
* | Replace the WT_PAGE_SPLIT_LOCKED lock with WT_PAGE_RECONCILIATION. | Keith Bostic | 2015-08-23 | 1 | -1/+0 |
* | There are three locks in play with the lookaside file, and it's leading | Keith Bostic | 2015-08-23 | 1 | -1/+1 |
* | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-19 | 1 | -10/+8 |
|\ |
|
| * | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -10/+8 |
* | | Restore the previous tests for how likely eviction is: the lookaside | Keith Bostic | 2015-08-11 | 1 | -0/+3 |
* | | When we switched to building a single list of updates for a page, we | Keith Bostic | 2015-07-23 | 1 | -0/+2 |
* | | WT-1967: creating a lookaside table to hold updates which are no longer | Keith Bostic | 2015-07-19 | 1 | -4/+23 |
|/ |
|
* | WT-1982 Fix a window where reconciliation could go back in transaction time. | Michael Cahill | 2015-07-01 | 1 | -0/+5 |
* | WT-1969: the recent changes to avoid deepening the entire tree when | Keith Bostic | 2015-06-20 | 1 | -4/+3 |
* | Rename WT_REF.ref_hint to WT_REF.pindex_hint, clarify a comment, | Keith Bostic | 2015-06-19 | 1 | -2/+2 |
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -1/+1 |
* | Rework tree-deepening splits to better handle append-style workloads, | Keith Bostic | 2015-05-21 | 1 | -3/+16 |
* | Merge branch 'develop' into encryption-api | Keith Bostic | 2015-05-08 | 1 | -1/+3 |
|\ |
|
| * | Split out the "rewrite a page" case from WT_PM_REC_MULTIBLOCK. | Michael Cahill | 2015-05-06 | 1 | -1/+3 |
* | | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-05-04 | 1 | -7/+10 |
|\ \
| |/ |
|
| * | Merge pull request #1910 from wiredtiger/split_page_inmem_during_checkpoint | Alex Gorrod | 2015-05-04 | 1 | -1/+1 |
| |\ |
|
| | * | Change WT_PAGE_SPLITTING, fix errant whitespace | David Hows | 2015-05-01 | 1 | -1/+1 |
| * | | Avoid obsolete update checks during long-running transactions. There can pot... | Michael Cahill | 2015-05-04 | 1 | -6/+9 |
| |/ |
|
* | | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-04-01 | 1 | -10/+13 |
|\ \
| |/ |
|
| * | Instead of asserting split-generation is set in WT_INTL_FOREACH_BEGIN, | Keith Bostic | 2015-03-26 | 1 | -4/+12 |
| * | Remove safe version of the WT_INTL_FOREACH_BEGIN macro (it was only used | Keith Bostic | 2015-03-26 | 1 | -7/+2 |
* | | A first draft of encryption support. Refs #1822. | Don Anderson | 2015-03-26 | 1 | -0/+1 |
|/ |
|
* | Round up the "in-memory size" for WT_UPDATEs to a multiple of 32. They are a... | Michael Cahill | 2015-03-17 | 1 | -2/+9 |
* | Move WT_PAGE.u.row.d next to WT_PAGE.u.row.entries, it reduces | Keith Bostic | 2015-02-24 | 1 | -2/+1 |
* | Sasha says (my paraphrasing): | Keith Bostic | 2015-02-10 | 1 | -24/+28 |
* | Further refine the split_gen assertion: we really don't need one while we are... | Michael Cahill | 2015-02-05 | 1 | -2/+7 |
* | Merge branch 'develop' into split-gen | Michael Cahill | 2015-02-04 | 1 | -2/+2 |
|\ |
|
| * | Use size_t for memory accounting: that's what we tell printf. | Michael Cahill | 2015-02-04 | 1 | -2/+2 |
* | | Add a comment explaining why we loop copying split_gen | Michael Cahill | 2015-02-03 | 1 | -0/+4 |
* | | Merge branch 'develop' into split-gen | Michael Cahill | 2015-02-03 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Merge pull request #1561 from markbenvenuto/msvc_align | Keith Bostic | 2015-02-02 | 1 | -4/+4 |
| |\ |
|
| | * | Struct alignment and packing for MSVC | Mark Benvenuto | 2015-01-15 | 1 | -4/+4 |
* | | | split_gen paranoia: always increment split_gen once per split, use the alloca... | Michael Cahill | 2015-02-02 | 1 | -1/+4 |
|/ / |
|
* | | Cleanup accounting for update lists when restoring updates to evicted pages. ... | Michael Cahill | 2015-01-28 | 1 | -0/+2 |
|/ |
|
* | Add a temporary hack to quit splitting a page if we're not making | Keith Bostic | 2015-01-13 | 1 | -2/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there... | Michael Cahill | 2014-12-18 | 1 | -5/+3 |
* | whitespace | Keith Bostic | 2014-12-02 | 1 | -1/+1 |
* | Don't force-evict pages that have just been through an in-memory split. | Michael Cahill | 2014-12-02 | 1 | -0/+3 |
* | Add code to split a too-large insert list onto a new page as part of | Keith Bostic | 2014-11-30 | 1 | -1/+2 |