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
Age
Commit message (
Expand
)
Author
2014-06-25
Cut WiredTiger release 2.2.1
2.2.1
Alex Gorrod
2014-06-25
Merge pull request #1083 from wiredtiger/221-release-changelog
Michael Cahill
2014-06-25
Fix variable naming: it's called "enabled", not "sync_on_commit".
Michael Cahill
2014-06-25
minor reformat for markdown (in the documentation)
Michael Cahill
2014-06-24
Slightly shuffle some code in __wt_cache_full_check() to minimize the
Keith Bostic
2014-06-24
Add draft ChangeLog for 2.2.1 release.
Alex Gorrod
2014-06-23
Update Java example to catch WiredTiger exceptions.
Alex Gorrod
2014-06-20
Merge pull request #1076 from wiredtiger/txn-sync
Michael Cahill
2014-06-20
Clarify that the transaction sync setting overrides the global setting. Add ...
Michael Cahill
2014-06-19
whitespace
Keith Bostic
2014-06-19
Minor cleanup. Add enabled/none test case back in. #1074
Susan LoVerso
2014-06-19
Merge pull request #1077 from wiredtiger/lsm_lock_flag
Alex Gorrod
2014-06-19
Split the global transaction_sync configuration into two parts: a sync method...
Michael Cahill
2014-06-19
Fix a formatting problem with configuration defaults: sub-configurations of t...
Michael Cahill
2014-06-19
Revert name change of flag to WT_SESSION_NO_CACHE_CHECK
Alex Gorrod
2014-06-18
Replace WT_SESSION_NO_CACHE_CHECK with a more general-purpose flag,
Keith Bostic
2014-06-19
Merge pull request #1075 from wiredtiger/debug-lsm-dirty-after-checkpoint
Alex Gorrod
2014-06-18
Add per-txn sync configuration support. #1074
Susan LoVerso
2014-06-18
Fix problems with reopening an LSM tree: don't set the primary chunk until we...
Michael Cahill
2014-06-18
Wait for ordinary LSM merges to quiesce before starting compaction, to avoid ...
Michael Cahill
2014-06-18
When flushing LSM chunks, only check switch_txn for in-memory chunks.
Michael Cahill
2014-06-18
Cleanup: undo debugging changes to get this branch ready for review.
Michael Cahill
2014-06-18
Merge branch 'develop' into debug-lsm-dirty-after-checkpoint
Michael Cahill
2014-06-18
Instead of having update operations set the highest update transaction in an ...
Michael Cahill
2014-06-17
The split transaction ID may not be globally visible by the time we
Keith Bostic
2014-06-17
Add sentence about close event handler alternative.
Susan LoVerso
2014-06-17
Add sentence about waiting for worker threads.
Susan LoVerso
2014-06-17
Have wtperf script run 3 times and check for stability #1061
Susan LoVerso
2014-06-17
Wait until after the LSM tree state is updated (including getting an exclusiv...
Michael Cahill
2014-06-17
Merge branch 'develop' into debug-lsm-dirty-after-checkpoint
Michael Cahill
2014-06-17
Check for overflow before attempting an LSM put. Also relax the assertions t...
Michael Cahill
2014-06-17
Fix the LSM readonly flag, only assert that files older than the current one ...
Michael Cahill
2014-06-16
Add support for random isolation configurations, where each new session
Keith Bostic
2014-06-16
Add a new field to the WT_CURSOR_BTREE structure so we can pass back a
Keith Bostic
2014-06-16
Remove tab characters.
Keith Bostic
2014-06-16
Only set the read-only flag if a checkpoint completed successfully
Michael Cahill
2014-06-16
Merge branch 'develop' into debug-lsm-dirty-after-checkpoint
Michael Cahill
2014-06-16
Merge pull request #1071 from wiredtiger/invisible-updates
Michael Cahill
2014-06-16
Merge pull request #1063 from wiredtiger/lsm-compact-improvements
Alex Gorrod
2014-06-15
Add a comment.
Keith Bostic
2014-06-15
Flip the sense of the __cursor_invalid function to __cursor_valid
Keith Bostic
2014-06-15
Add a slightly different test, where there are visible records in the
Keith Bostic
2014-06-14
Fixes for WT_INSERT objects with invisible WT_UPDATE objects. For
Keith Bostic
2014-06-14
update a comment.
Keith Bostic
2014-06-14
Change WT_CURSOR.next-random to handle insert lists where the updates
Keith Bostic
2014-06-14
Confirm WT_CURSOR.next_random works for both in-memory and on-disk
Keith Bostic
2014-06-14
Use self.reopen_conn() instead of rolling our own.
Keith Bostic
2014-06-14
When returning from WT_CURSOR.update, we previously called __wt_kv_return
Keith Bostic
2014-06-13
Once we find an update object we can use, remember it and pass it into
Keith Bostic
2014-06-13
Set split_pct by default in wtperf: we use a 4KB allocation size and a 4KB le...
Michael Cahill
[next]