summaryrefslogtreecommitdiff
path: root/src/include/flags.h
AgeCommit message (Expand)Author
2014-09-23Add new verbose option "temporary" so it's possible to easily turn on specificKeith Bostic
2014-08-27Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-27Fix session management for shared caches.Alex Gorrod
2014-08-15Merge branch 'develop' into page-release-flagsKeith Bostic
2014-08-15Split the WT_READ_NO_GEN flag to clarify: sometimes we mean "this read should...Michael Cahill
2014-08-13Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessionsKeith Bostic
2014-08-06Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-01Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill
2014-07-18LSM manager threads. Fixup shutdown on close.Alex Gorrod
2014-06-19Split the global transaction_sync configuration into two parts: a sync method...Michael Cahill
2014-05-21First attempt to add a sweep thread to close data handles only afterKeith Bostic
2014-05-20Rename WT_EVICTION_LOCKED to WT_EVICTING, we're going to set it whenKeith Bostic
2014-05-20Flag rename:Keith Bostic
2014-05-13Allow async to be reconfigured. #1002Susan LoVerso
2014-05-13Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill
2014-05-09Make statistics log server reconfigurable.Alex Gorrod
2014-05-07Add ability to reconfigure the checkpoint serverAlex Gorrod
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-02Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.Alex Gorrod
2014-05-02Switch API tracing to verbose=[api] from a connection option.Alex Gorrod
2014-05-02Add trace functionality to WiredTiger API.Alex Gorrod
2014-05-01Optionally skip block cleanup and leak memory on connection close.Keith Bostic
2014-04-29Don't try to "help" checkpoints from eviction threads: we can't get the snaps...Michael Cahill
2014-04-10Maintain a checkpoint generation in each modified page, so that application t...Michael Cahill
2014-03-23Merge branch 'develop' into new-splitKeith Bostic
2014-03-20Rename verbose ckpt to checkpoint, add some more messages to it.Alex Gorrod
2014-03-07Simplify __rec_review: there's no eviction walk flag left, so lookingKeith Bostic
2014-03-05Merge branch 'develop' into new-splitKeith Bostic
2014-03-05We already have a per-tree flag to disable unexpected eviction, use that in p...Michael Cahill
2014-03-05Make a flag so that avoiding forced eviction is explicit, and always on for t...Michael Cahill
2014-03-05[mq]: evict-walk-reviewMichael Cahill
2014-03-03Support eviction of pages that include unresolved changes.Keith Bostic
2014-02-27There's only one remaining verbose hazard pointer message (onKeith Bostic
2014-02-27Merge branch 'develop' into new-splitKeith Bostic
2014-02-27Remove the code associated with WT_REF_EVICT_WALK.Michael Cahill
2014-02-27Switch to using hazard references for walks through the cache.Michael Cahill
2014-02-16Add a verbose "split" keyword.Keith Bostic
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-08Minor re-working of 9dd055a.Keith Bostic
2013-12-10Avoid bouncing the session cursor count between zero and one when searching a...Michael Cahill
2013-11-15Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-14Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-13Change compaction into one-pass over the cache, handling both in-memory andKeith Bostic
2013-11-13Once we enter an LSM tree, we are "busy" for the purposes of cache full checks.Michael Cahill
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-09Compression changes.Keith Bostic
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-06Move the LSM tree lock inside the schema lock.Michael Cahill
2013-09-14Treat database-wide checkpoints differently to file syncs. For database-wide...Michael Cahill
2013-09-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill