summaryrefslogtreecommitdiff
path: root/dist/flags.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod2015-11-241-0/+1
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-3/+3
* Fixes for cherry-pick merge failures.Michael Cahill2015-05-291-1/+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
* | Split the schema lock into a lock that prevents concurrent schema-changing op...Michael Cahill2014-11-131-0/+1
|/
* Keep an open file handle on the log directory. #1343Susan LoVerso2014-11-061-0/+1
* Forcefully discard a tree from cache if doing a forced drop.Michael Cahill2014-10-241-0/+2
* Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-0/+1
* Add new verbose option "temporary" so it's possible to easily turn on specificKeith Bostic2014-09-231-0/+1
* Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-271-3/+2
|\
| * Fix session management for shared caches.Alex Gorrod2014-08-271-3/+0
| * Merge branch 'develop' into page-release-flagsKeith Bostic2014-08-151-0/+1
| |\
| | * Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessionsKeith Bostic2014-08-131-0/+1
| * | Split the WT_READ_NO_GEN flag to clarify: sometimes we mean "this read should...Michael Cahill2014-08-151-0/+1
| |/
* | Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-061-0/+1
|\ \ | |/
| * Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill2014-08-011-0/+1
* | LSM manager threads. Fixup shutdown on close.Alex Gorrod2014-07-181-0/+1
|/
* Minor cleanup. Add enabled/none test case back in. #1074Susan LoVerso2014-06-191-1/+1
* Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill2014-06-191-6/+7
* First attempt to add a sweep thread to close data handles only afterKeith Bostic2014-05-211-0/+1
* Rename WT_EVICTION_LOCKED to WT_EVICTING, we're going to set it whenKeith Bostic2014-05-201-1/+1
* Flag rename:Keith Bostic2014-05-201-1/+1
* Allow async to be reconfigured. #1002Susan LoVerso2014-05-131-0/+2
* Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill2014-05-131-0/+1
* Make statistics log server reconfigurable.Alex Gorrod2014-05-091-0/+1
* Add ability to reconfigure the checkpoint serverAlex Gorrod2014-05-071-0/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-21/+21
* Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod2014-05-021-0/+1
* Switch API tracing to verbose=[api] from a connection option.Alex Gorrod2014-05-021-1/+1
* Add trace functionality to WiredTiger API.Alex Gorrod2014-05-021-0/+1
* Optionally skip block cleanup and leak memory on connection close.Keith Bostic2014-05-011-0/+1
* Don't try to "help" checkpoints from eviction threads: we can't get the snaps...Michael Cahill2014-04-291-1/+0
* Maintain a checkpoint generation in each modified page, so that application t...Michael Cahill2014-04-101-0/+1
* Merge branch 'develop' into new-splitKeith Bostic2014-03-231-1/+1
|\
| * Rename verbose ckpt to checkpoint, add some more messages to it.Alex Gorrod2014-03-201-1/+1
* | Simplify __rec_review: there's no eviction walk flag left, so lookingKeith Bostic2014-03-071-1/+1
* | Merge branch 'develop' into new-splitKeith Bostic2014-03-051-12/+12
|\ \ | |/
| * We already have a per-tree flag to disable unexpected eviction, use that in p...Michael Cahill2014-03-051-1/+0
| * Make a flag so that avoiding forced eviction is explicit, and always on for t...Michael Cahill2014-03-051-1/+2