summaryrefslogtreecommitdiff
path: root/dist/flags.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cherry-pick Michael's commit a2d0e2d: Disable all eviction (includingKeith Bostic2015-07-221-1/+1
* | WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-1/+0
|/
* Merge branch 'develop' into evict-cleanAlex Gorrod2015-06-051-0/+1
|\
| * Split LSM verbose into two categories.Alex Gorrod2015-06-021-0/+1
* | Merge branch 'develop' into evict-cleanKeith Bostic2015-05-281-0/+1
|\ \ | |/
| * Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-271-1/+1
| |\
| * | Add a background transaction sync mechanism. WT-1908Susan LoVerso2015-05-051-0/+1
* | | Finish cleaning up the eviction flags:Keith Bostic2015-05-271-5/+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/+5
|\
| * inmem_split_during_checkpointdaveh862015-04-291-0/+5
* | Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-3/+4
|/
* Revert a change to split large in-memory pages.Alex Gorrod2015-04-211-5/+0
* Fix formatting for Pull 1890daveh862015-04-201-3/+3
* Allow in-memory splits during checkpointsdaveh862015-04-201-0/+5
* Revert "Flush files from the cache before closing as part of sweep."Keith Bostic2015-04-131-1/+0
* Possible approach to avoiding lockout when when sweeping files: beforeKeith Bostic2015-04-111-0/+1
* When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-261-0/+1
* Merge pull request #1707 from wiredtiger/paranoiaMichael Cahill2015-03-031-0/+1
|\
| * Add paranoia to catch files opened during WT_CONNECTION::closeMichael Cahill2015-02-271-0/+1
* | Sort flags.Keith Bostic2015-02-281-2/+2
* | WT_READ_SKIP_LEAF no longer used anywhere (and I think theKeith Bostic2015-02-281-1/+0
|/
* Add log thread to fsync and close log files. #1560Susan LoVerso2015-01-151-0/+1
* Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-148/+148
* Fix a deadlock involving eviction: don't block on the handle lock, and don't ...Michael Cahill2014-11-201-0/+1
* Allocate flag values in asceding alphabetical order.Michael Cahill2014-11-191-2/+1
* Merge pull request #1389 from wiredtiger/turtle-fsyncMichael Cahill2014-11-191-0/+1
|\
| * Add fsync to the turtle file and the to the directory when renaming it into p...Michael Cahill2014-11-181-0/+1
* | Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-0/+1