summaryrefslogtreecommitdiff
path: root/src/include/flags.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * inmem_split_during_checkpointdaveh862015-04-291-0/+3
* | Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-12/+13
|/
* Revert a change to split large in-memory pages.Alex Gorrod2015-04-211-3/+0
* Fix formatting for Pull 1890daveh862015-04-201-3/+3
* Allow in-memory splits during checkpointsdaveh862015-04-201-0/+3
* Revert "Flush files from the cache before closing as part of sweep."Keith Bostic2015-04-131-4/+3
* Possible approach to avoiding lockout when when sweeping files: beforeKeith Bostic2015-04-111-3/+4
* When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-261-0/+1