| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3616 format failed to report a stuck cache (#3745) | Keith Bostic | 2017-10-20 | 1 | -9/+9 |
* | WT-3230 automatic style checking: function local variable declarations (#3678) | Keith Bostic | 2017-09-29 | 1 | -2/+2 |
* | WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11 | Keith Bostic | 2017-07-31 | 1 | -9/+6 |
* | WT-3181 Add timestamp support. (#3373) | Michael Cahill | 2017-06-22 | 1 | -2/+2 |
* | WT-3345 Tune WiredTiger's read/write locks. (#3446) | Michael Cahill | 2017-06-02 | 1 | -11/+19 |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 1 | -1/+1 |
* | WT-2847 Merge fair locks into read/write locks. (#2966) | Keith Bostic | 2016-08-17 | 1 | -2/+2 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -1/+1 |
* | SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829) | Michael Cahill | 2016-06-23 | 1 | -1/+1 |
* | WT-2560 Use a rwlock to protect transaction state, don't spin. | Michael Cahill | 2016-04-20 | 1 | -1/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks. | Alex Gorrod | 2015-09-28 | 1 | -3/+2 |
* | Boolean conversion pass over txn. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion pass for include. | Keith Bostic | 2015-09-24 | 1 | -3/+3 |
* | KNF, remove unnecessary braces left-over from a previous change. | Keith Bostic | 2015-09-16 | 1 | -3/+3 |
* | SERVER-20193 Fix clearing of obsolete check transaction. | Michael Cahill | 2015-09-15 | 1 | -2/+2 |
* | Clear WT_PAGE_MODIFY.obsolete_check_txn in all cases: if it's globally | Keith Bostic | 2015-09-14 | 1 | -8/+8 |
* | Don't call __wt_txn_visible_all a second time if the checked txn ID is | Keith Bostic | 2015-09-14 | 1 | -6/+7 |
* | whitespace | Keith Bostic | 2015-09-14 | 1 | -1/+1 |
* | Lint: Long lines and spelling. | Alex Gorrod | 2015-09-10 | 1 | -4/+6 |
* | Add braces around "if" body. | Michael Cahill | 2015-09-10 | 1 | -1/+2 |
* | SERVER-20193 - Change when WT_TXN_NONE is set, update comments | David Hows | 2015-09-08 | 1 | -7/+7 |
* | SERVER-20193 - Performance regression fix | David Hows | 2015-09-08 | 1 | -11/+20 |
* | Review WiredTiger code base for places where "recno" is set to 0 or | Keith Bostic | 2015-08-26 | 1 | -1/+1 |
* | There are three locks in play with the lookaside file, and it's leading | Keith Bostic | 2015-08-23 | 1 | -7/+7 |
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -3/+3 |
* | typo | Michael Cahill | 2015-08-06 | 1 | -1/+0 |
* | WT-2025 Pass simple arguments to compare-and-swap macros: they may re-read ar... | Michael Cahill | 2015-08-06 | 1 | -5/+13 |
* | Note we need write-barriers in all of these insert paths. | Keith Bostic | 2015-08-04 | 1 | -0/+12 |
* | Move a comment so it matches other similar cases in the code. | Keith Bostic | 2015-08-04 | 1 | -3/+1 |
* | whitespace | Michael Cahill | 2015-08-04 | 1 | -1/+1 |
* | WT-2025 Assert that cursors are positioned for inserts. Fix a possible race ... | Michael Cahill | 2015-08-04 | 1 | -14/+3 |
* | Move the test for an uninitialized cursor from __col_append_serial_func | Keith Bostic | 2015-08-03 | 1 | -7/+7 |
* | Don't clear passed-in memory references until we're ready to assume | Keith Bostic | 2015-08-03 | 1 | -9/+9 |
* | Whitespace | Keith Bostic | 2015-08-03 | 1 | -0/+1 |
* | KNF | Keith Bostic | 2015-08-03 | 1 | -2/+2 |
* | Call out in the comment that even though we're not rolling back, | Keith Bostic | 2015-08-03 | 1 | -6/+8 |
* | WT-2025 SERVER-19573 Change row-store inserts to avoid page locking. | Michael Cahill | 2015-07-29 | 1 | -29/+63 |
* | Avoid obsolete update checks during long-running transactions. There can pot... | Michael Cahill | 2015-05-04 | 1 | -3/+6 |
* | Remove obsolete updates every time we add a new update. | Alex Gorrod | 2015-02-09 | 1 | -2/+1 |
* | Updates should always mark pages dirty (before checking for obsolete updates ... | Michael Cahill | 2015-02-04 | 1 | -3/+3 |
* | Free an update if there is a write conflict. This leak was introduced recent... | Michael Cahill | 2015-01-29 | 1 | -7/+6 |
* | Remove the script for automatically building include/serial.i, it's not | Keith Bostic | 2015-01-28 | 1 | -105/+51 |
* | whitespace | Keith Bostic | 2015-01-28 | 1 | -3/+3 |
* | whitespace | Keith Bostic | 2015-01-28 | 1 | -1/+2 |
* | When installing a set of updates, increment the page footprint before trimmin... | Michael Cahill | 2015-01-28 | 1 | -27/+22 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | We don't yet need anything other than single-byte versions of the | Keith Bostic | 2014-10-04 | 1 | -2/+2 |
* | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto | 2014-10-03 | 1 | -3/+3 |
* | automatic rebuild. | Keith Bostic | 2014-05-08 | 1 | -1/+2 |