index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
flags.h
Age
Commit message (
Expand
)
Author
2014-01-17
Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.
Michael Cahill
2014-01-08
Minor re-working of 9dd055a.
Keith Bostic
2013-12-10
Avoid bouncing the session cursor count between zero and one when searching a...
Michael Cahill
2013-11-15
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-14
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-13
Change compaction into one-pass over the cache, handling both in-memory and
Keith Bostic
2013-11-13
Once we enter an LSM tree, we are "busy" for the purposes of cache full checks.
Michael Cahill
2013-11-11
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-09
Compression changes.
Keith Bostic
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-06
Move the LSM tree lock inside the schema lock.
Michael Cahill
2013-09-14
Treat database-wide checkpoints differently to file syncs. For database-wide...
Michael Cahill
2013-09-05
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-09-04
Add __wt_log_ckpt to record a checkpoint LSN and signal archive thread.
Susan LoVerso
2013-08-30
Add a new skiplist to the WT_PAGE_MODIFY structure and use it to track
Keith Bostic
2013-08-30
Add logging and recovery of file truncates.
Michael Cahill
2013-08-29
Add a "recovery" verbose mode.
Michael Cahill
2013-08-28
Cherry pick Sue's sync configuration changes, so develop matches the fine-gra...
Michael Cahill
2013-08-27
Add transaction_log_sync support for config.
Susan LoVerso
2013-07-26
Implement basic transactional recovery.
Michael Cahill
2013-07-15
Add log truncation and log removal for recovery.
Susan LoVerso
2013-07-09
Merge branch 'develop' into logging.
Michael Cahill
2013-07-08
The 'transactional' keyword is gone, remove uses of the
Keith Bostic
2013-06-18
Add WT_LOG_CKPT. Remove some test code.
Susan LoVerso
2013-06-17
Merge branch 'develop' into logging
Susan LoVerso
2013-06-03
Add a version flag to connection verbose configuration.
Alex Gorrod
2013-05-29
Add flags to flags.py. Implement log_scan API. Some bug fixes.
Susan LoVerso
2013-05-22
Merge branch 'develop' into logging
Susan LoVerso
2013-05-11
Support for a new configuration option, file_extend, that extends the file
Keith Bostic
2013-05-02
Add missing WT_ATOMIC functions and log config.
Susan LoVerso
2013-04-05
Reintroduce a kind of "no cache" setting for sessions, where pages that are r...
Michael Cahill
2013-02-28
Add a flush phase before checkpoint starts a transaction. Only updates in be...
Michael Cahill
2013-02-25
Take care shutting down the checkpoint thread: we have to do that before btre...
Michael Cahill
2013-01-27
Add mmap support for read-only objects (a read-only object is an object
Keith Bostic
2013-01-15
There are really two issues in reconciliation of internal pages: we have
Keith Bostic
2013-01-09
Push the logic about skipping leaf or internal pages into the walk call.
Michael Cahill
2013-01-03
Remove disabled code and rename "writes_disabled" now that all eviction is di...
Michael Cahill
2012-12-28
Another set of changes to make checkpoints outside of the eviction
Keith Bostic
2012-12-27
Re-structure chunks of __bt_evict.c to make checkpoints outside of the
Keith Bostic
2012-12-19
Minor cleanup, a couple of "api" strings.
Keith Bostic
2012-12-19
Add new include file, flags.h
Keith Bostic