summaryrefslogtreecommitdiff
path: root/src/include/flags.h
AgeCommit message (Expand)Author
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
2013-09-04Add __wt_log_ckpt to record a checkpoint LSN and signal archive thread.Susan LoVerso
2013-08-30Add a new skiplist to the WT_PAGE_MODIFY structure and use it to trackKeith Bostic
2013-08-30Add logging and recovery of file truncates.Michael Cahill
2013-08-29Add a "recovery" verbose mode.Michael Cahill
2013-08-28Cherry pick Sue's sync configuration changes, so develop matches the fine-gra...Michael Cahill
2013-08-27Add transaction_log_sync support for config.Susan LoVerso
2013-07-26Implement basic transactional recovery.Michael Cahill
2013-07-15Add log truncation and log removal for recovery.Susan LoVerso
2013-07-09Merge branch 'develop' into logging.Michael Cahill
2013-07-08The 'transactional' keyword is gone, remove uses of theKeith Bostic
2013-06-18Add WT_LOG_CKPT. Remove some test code.Susan LoVerso
2013-06-17Merge branch 'develop' into loggingSusan LoVerso
2013-06-03Add a version flag to connection verbose configuration.Alex Gorrod