summaryrefslogtreecommitdiff
path: root/src/include/serial.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3616 format failed to report a stuck cache (#3745)Keith Bostic2017-10-201-9/+9
* WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic2017-09-291-2/+2
* WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11Keith Bostic2017-07-311-9/+6
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-2/+2
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-11/+19
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-171-2/+2
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-1/+1
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+1
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks.Alex Gorrod2015-09-281-3/+2
* Boolean conversion pass over txn.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass for include.Keith Bostic2015-09-241-3/+3
* KNF, remove unnecessary braces left-over from a previous change.Keith Bostic2015-09-161-3/+3
* SERVER-20193 Fix clearing of obsolete check transaction.Michael Cahill2015-09-151-2/+2
* Clear WT_PAGE_MODIFY.obsolete_check_txn in all cases: if it's globallyKeith Bostic2015-09-141-8/+8
* Don't call __wt_txn_visible_all a second time if the checked txn ID isKeith Bostic2015-09-141-6/+7
* whitespaceKeith Bostic2015-09-141-1/+1
* Lint: Long lines and spelling.Alex Gorrod2015-09-101-4/+6
* Add braces around "if" body.Michael Cahill2015-09-101-1/+2
* SERVER-20193 - Change when WT_TXN_NONE is set, update commentsDavid Hows2015-09-081-7/+7
* SERVER-20193 - Performance regression fixDavid Hows2015-09-081-11/+20
* Review WiredTiger code base for places where "recno" is set to 0 orKeith Bostic2015-08-261-1/+1
* There are three locks in play with the lookaside file, and it's leadingKeith Bostic2015-08-231-7/+7
* WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-3/+3
* typoMichael Cahill2015-08-061-1/+0
* WT-2025 Pass simple arguments to compare-and-swap macros: they may re-read ar...Michael Cahill2015-08-061-5/+13
* Note we need write-barriers in all of these insert paths.Keith Bostic2015-08-041-0/+12
* Move a comment so it matches other similar cases in the code.Keith Bostic2015-08-041-3/+1
* whitespaceMichael Cahill2015-08-041-1/+1
* WT-2025 Assert that cursors are positioned for inserts. Fix a possible race ...Michael Cahill2015-08-041-14/+3
* Move the test for an uninitialized cursor from __col_append_serial_funcKeith Bostic2015-08-031-7/+7
* Don't clear passed-in memory references until we're ready to assumeKeith Bostic2015-08-031-9/+9
* WhitespaceKeith Bostic2015-08-031-0/+1
* KNFKeith Bostic2015-08-031-2/+2
* Call out in the comment that even though we're not rolling back,Keith Bostic2015-08-031-6/+8
* WT-2025 SERVER-19573 Change row-store inserts to avoid page locking.Michael Cahill2015-07-291-29/+63
* Avoid obsolete update checks during long-running transactions. There can pot...Michael Cahill2015-05-041-3/+6
* Remove obsolete updates every time we add a new update.Alex Gorrod2015-02-091-2/+1
* Updates should always mark pages dirty (before checking for obsolete updates ...Michael Cahill2015-02-041-3/+3
* Free an update if there is a write conflict. This leak was introduced recent...Michael Cahill2015-01-291-7/+6
* Remove the script for automatically building include/serial.i, it's notKeith Bostic2015-01-281-105/+51
* whitespaceKeith Bostic2015-01-281-3/+3
* whitespaceKeith Bostic2015-01-281-1/+2
* When installing a set of updates, increment the page footprint before trimmin...Michael Cahill2015-01-281-27/+22
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* We don't yet need anything other than single-byte versions of theKeith Bostic2014-10-041-2/+2
* Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto2014-10-031-3/+3
* automatic rebuild.Keith Bostic2014-05-081-1/+2