summaryrefslogtreecommitdiff
path: root/src/include/flags.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | WT-1822, WT-2051Keith Bostic2015-08-241-1/+1
| | |/ | |/|
* | | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-251-2/+1
|\ \ \ | | |/ | |/|
| * | SERVER-19990 Don't assert on eviction of live updates from dead trees.Michael Cahill2015-08-251-16/+14
| |/
* | Only turn on the lookaside file support inside reconciliation whenKeith Bostic2015-08-051-2/+3
* | Give the eviction server thread its own lookaside cursor, it may be ourKeith Bostic2015-08-041-7/+7
* | Add a new flag, WT_SESSION_EVICTION_WORKER, set for eviction-workerKeith Bostic2015-07-311-13/+14
* | Rework __rec_txn_read to generalize the code that appends the currentKeith Bostic2015-07-271-2/+2
* | Cherry-pick Michael's commit a2d0e2d: Disable all eviction (includingKeith Bostic2015-07-221-2/+2
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-14/+13
|/
* Merge branch 'develop' into evict-cleanAlex Gorrod2015-06-051-14/+15
|\
| * Split LSM verbose into two categories.Alex Gorrod2015-06-021-14/+15
* | Merge branch 'develop' into evict-cleanKeith Bostic2015-05-281-3/+4
|\ \ | |/
| * Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-271-1/+1
| |\
| * | Add a background transaction sync mechanism. WT-1908Susan LoVerso2015-05-051-3/+4
* | | Finish cleaning up the eviction flags:Keith Bostic2015-05-271-3/+0
| |/ |/|
* | Skip writing log record on idle checkpoint. WT-1936Susan LoVerso2015-05-191-1/+1
|/
* Fix the logic around in-memory splits: if we're trying one, don't allow any o...Michael Cahill2015-05-051-1/+1
* Merge pull request #1910 from wiredtiger/split_page_inmem_during_checkpointAlex Gorrod2015-05-041-0/+3
|\