summaryrefslogtreecommitdiff
path: root/src/include/flags.h
AgeCommit message (Expand)Author
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
2013-05-29Add flags to flags.py. Implement log_scan API. Some bug fixes.Susan LoVerso
2013-05-22Merge branch 'develop' into loggingSusan LoVerso
2013-05-11Support for a new configuration option, file_extend, that extends the fileKeith Bostic
2013-05-02Add missing WT_ATOMIC functions and log config.Susan LoVerso
2013-04-05Reintroduce a kind of "no cache" setting for sessions, where pages that are r...Michael Cahill
2013-02-28Add a flush phase before checkpoint starts a transaction. Only updates in be...Michael Cahill
2013-02-25Take care shutting down the checkpoint thread: we have to do that before btre...Michael Cahill
2013-01-27Add mmap support for read-only objects (a read-only object is an objectKeith Bostic
2013-01-15There are really two issues in reconciliation of internal pages: we haveKeith Bostic
2013-01-09Push the logic about skipping leaf or internal pages into the walk call.Michael Cahill
2013-01-03Remove disabled code and rename "writes_disabled" now that all eviction is di...Michael Cahill
2012-12-28Another set of changes to make checkpoints outside of the evictionKeith Bostic
2012-12-27Re-structure chunks of __bt_evict.c to make checkpoints outside of theKeith Bostic
2012-12-19Minor cleanup, a couple of "api" strings.Keith Bostic
2012-12-19Add new include file, flags.hKeith Bostic