summaryrefslogtreecommitdiff
path: root/src/include/flags.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3635 Coverity 1381606 & Friday builds & lint. (#3702)Keith Bostic2017-10-171-7/+6
* WT-3435 Fix lookaside eviction with timestamps. (#3644)Michael Cahill2017-10-051-33/+36
* WT-3450 Add verbose=[timestamp] functionality and related verbose messages (#...Sulabh Mahajan2017-08-091-4/+5
* WT-3388 Add new API that allows forgetting history newer than a timestamp (#3...Alex Gorrod2017-08-081-11/+10
* WT-2309 Add option to cause delays in internal page split code to aid testing...Sulabh Mahajan2017-07-261-1/+2
* WT-3047 Add mode aimed at uncovering race conditions in split code (#3518)Vamsi Krishna2017-07-211-0/+1
* WT-3363 Add a test to confirm if operations block waiting for checkpoints to ...David Hows2017-06-271-0/+1
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-19/+20
* WT-3284 tree-walk restart bug (#3389)Keith Bostic2017-04-181-3/+2
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-291-7/+7
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-11/+12
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-16/+17
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-22/+23
* SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-041-9/+10
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-10/+9
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-291-19/+18
* WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-161-18/+19
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-0/+8
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-4/+5
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-4/+4
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-7/+8
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-4/+6
* WT-2724 Pass in session address, not pointer to it. (#2827)sueloverso2016-06-231-7/+8
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-0/+2
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-031-5/+5
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-5/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-18/+19
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+1
* Merge branch 'develop' into wt-2349-readonlySusan LoVerso2016-02-161-14/+15
|\
| * Merge branch 'develop' into WT-2346Michael Cahill2016-01-221-9/+10
| |\
| * | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-13/+14
* | | WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-7/+8
| |/ |/|
* | WT-2333 Add a "no_wait" mode to WT_SESSION::drop.Michael Cahill2016-01-211-9/+10
|/
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-191-9/+11
|\
| * WT-2314: review comments, integrate the notfound-ok and restart-okKeith Bostic2016-01-041-9/+11
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-10/+11
|/
* WT-2262 Have random sampling walk the tree so it isn't biased in skewed trees.Michael Cahill2015-12-041-2/+3
* WT-2199 Fix transaction sync inconsistency.Susan LoVerso2015-11-111-0/+1
* WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE,Keith Bostic2015-11-091-4/+0
* Merge branch 'develop' into inmemAlex Gorrod2015-10-291-7/+8
|\
| * SERVER-21027 Don't instatiate empty pages during tree walks.Michael Cahill2015-10-221-7/+8
* | Cleanup flags: don't check the connection-wide in-memory flag everywhere.Michael Cahill2015-10-211-3/+4
* | Add support for an undocumented "in_memory" mode to wiredtiger_open.Michael Cahill2015-10-201-12/+13
|/
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-9/+10
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-11/+12
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-271-10/+11
|\
| * Merge branch 'develop' into log-slot-revampMichael Cahill2015-08-261-17/+15
| |\
| * | WT-2031 Add slot lock macro to closing and manipulating the active slot.Susan LoVerso2015-08-041-9/+10
* | | Merge branch 'develop' into wt-1967-evict-anyMichael Cahill2015-08-261-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into wt-1822-encryptionMichael Cahill2015-08-261-16/+14
| |\ \