summaryrefslogtreecommitdiff
path: root/dist/flags.py
Commit message (Expand)AuthorAgeFilesLines
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-0/+1
* WT-3284 tree-walk restart bug (#3389)Keith Bostic2017-04-181-1/+0
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-291-2/+2
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-1/+2
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-1/+2
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-0/+1
* SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-041-0/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-1/+0
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-291-1/+0
* WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-161-0/+1
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-0/+10
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-0/+1
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-2/+2
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-1/+2
* WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill2016-06-301-1/+3
* WT-2724 Pass in session address, not pointer to it. (#2827)sueloverso2016-06-231-0/+1
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-0/+4
* WT-2664 Add ability for eviction workers to populate eviction queues. (#2651)Michael Cahill2016-06-031-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-7/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-0/+1
* 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-0/+1
|\
| * Merge branch 'develop' into WT-2346Michael Cahill2016-01-221-0/+1
| |\
| * | WT-2346 Don't hold the schema lock during checkpoint I/O.Michael Cahill2016-01-221-0/+1
* | | WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-0/+1
| |/ |/|
* | WT-2333 Add a "no_wait" mode to WT_SESSION::drop.Michael Cahill2016-01-211-0/+1
|/
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-191-0/+2
|\
| * WT-2314: review comments, integrate the notfound-ok and restart-okKeith Bostic2016-01-041-0/+2
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-0/+1
|/
* WT-2262 Have random sampling walk the tree so it isn't biased in skewed trees.Michael Cahill2015-12-041-0/+1
* 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-6/+0
* Merge branch 'develop' into inmemAlex Gorrod2015-10-291-0/+1
|\
| * SERVER-21027 Don't instatiate empty pages during tree walks.Michael Cahill2015-10-221-0/+1
* | Cleanup flags: don't check the connection-wide in-memory flag everywhere.Michael Cahill2015-10-211-1/+2
* | Add support for an undocumented "in_memory" mode to wiredtiger_open.Michael Cahill2015-10-201-0/+1
|/
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-0/+1
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-0/+1
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-271-0/+1
|\
| * Merge branch 'develop' into log-slot-revampMichael Cahill2015-08-261-3/+1
| |\
| * | WT-2031 Add slot lock macro to closing and manipulating the active slot.Susan LoVerso2015-08-041-0/+1
* | | Merge branch 'develop' into wt-1967-evict-anyMichael Cahill2015-08-261-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into wt-1822-encryptionMichael Cahill2015-08-261-2/+0
| |\ \
| * | | WT-1822, WT-2051Keith Bostic2015-08-241-1/+1
| | |/ | |/|
* | | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-251-1/+0
|\ \ \ | | |/ | |/|
| * | SERVER-19990 Don't assert on eviction of live updates from dead trees.Michael Cahill2015-08-251-2/+0
| |/
* | Only turn on the lookaside file support inside reconciliation whenKeith Bostic2015-08-051-1/+2
* | Give the eviction server thread its own lookaside cursor, it may be ourKeith Bostic2015-08-041-2/+2
* | Add a new flag, WT_SESSION_EVICTION_WORKER, set for eviction-workerKeith Bostic2015-07-311-0/+1
* | Rework __rec_txn_read to generalize the code that appends the currentKeith Bostic2015-07-271-1/+1