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-07-29
Cut WiredTiger release 2.3.0
2.3.0
Alex Gorrod
2014-07-29
Sanity check the LevelDB configuration at build time, not runtime.
Michael Cahill
2014-07-29
Make the LevelDB API more resilient to invalid configurations. Also clean up...
Michael Cahill
2014-07-29
Add upgrading section to docs for 2.3.0 release.
Alex Gorrod
2014-07-29
Whitespace.
Alex Gorrod
2014-07-29
Merge pull request #1137 from wiredtiger/changelog-2.3.0
Alex Gorrod
2014-07-29
Add a page to the documentation describing how to use the LevelDB API.
Michael Cahill
2014-07-29
Minor changelog edits.
Michael Cahill
2014-07-29
Add details for query performance improvements to changelog.
Alex Gorrod
2014-07-29
Merge pull request #1123 from wiredtiger/force-log-ckpt
Michael Cahill
2014-07-28
Fix type warning.
Susan LoVerso
2014-07-28
Force a full database checkpoint at the end of recovery. #1115
Susan LoVerso
2014-07-28
Add draft changelog notes for upcoming 2.3.0 release.
Alex Gorrod
2014-07-28
Update function naming to be consistent with our style.
Alex Gorrod
2014-07-25
Swap out WT_ERR for WT_RET, there's no cleanup needed.
Keith Bostic
2014-07-25
Remove unused temporary buffer.
Keith Bostic
2014-07-25
I don't expect to ever drill a path so we don't need the WT_BTREE.ckpt field,
Keith Bostic
2014-07-25
There's no need to test if the handle is non-NULL before calling
Keith Bostic
2014-07-25
Fix comment alignment.
Keith Bostic
2014-07-25
__wt_eviction_force_check() is only called from one place, there's no
Keith Bostic
2014-07-25
Combine the not-modified and not-checkpoint code in one place rather than
Keith Bostic
2014-07-25
Touch elements in order (no real change).
Keith Bostic
2014-07-24
Merge pull request #1126 from wiredtiger/bulk-checkpoint
Michael Cahill
2014-07-23
Switch from using the checkpoint lock to serialize bulk-load close and
Keith Bostic
2014-07-23
Revert "Switch from using the checkpoint lock to serialize bulk-load close and"
Keith Bostic
2014-07-23
Merge branch 'develop' into bulk-checkpoint
Keith Bostic
2014-07-23
Don't initialize name_alloc twice.
Keith Bostic
2014-07-22
Switch from using the checkpoint lock to serialize bulk-load close and
Keith Bostic
2014-07-22
Add a compact to the evict-lsm job to reduce variability during the query phase.
Michael Cahill
2014-07-20
Remove some initialization code that's no longer needed.
Keith Bostic
2014-07-20
Don't release the page if called from the split code, it's referenced
Keith Bostic
2014-07-20
Tiny variable name change for consistency.
Keith Bostic
2014-07-20
Remove another few instructions from the read-only row-search code,
Keith Bostic
2014-07-20
Do tree-append tracking in the cursor instead of in the btree handle.
Keith Bostic
2014-07-18
Fix a search past the end of a skiplist: we need to set `cbt->ins` to the las...
Michael Cahill
2014-07-18
Merge pull request #1121 from wiredtiger/row-search-slim
Michael Cahill
2014-07-18
Merge pull request #1122 from wiredtiger/row-search-slim-fast-append-first
Michael Cahill
2014-07-17
Merge branch 'row-search-slim' into row-search-slim-fast-append-first
Keith Bostic
2014-07-17
Clean up __cursor_pos_clear: only clear the fields we need to clear and
Keith Bostic
2014-07-17
update
Keith Bostic
2014-07-17
Rename __cursor_search_clear __cursor_pos_clear; it's the code that
Keith Bostic
2014-07-17
Force a checkpoint at the end of recovery so that the checkpoint LSN
Susan LoVerso
2014-07-17
Move connection config out to a macro.
Susan LoVerso
2014-07-17
Do the fast-append test before we search the leaf page.
Keith Bostic
2014-07-17
Remove a comment that no longer applies (and even lint realizes it now).
Keith Bostic
2014-07-17
Use "ins" instead of "ret_ins", it doesn't add any additional information.
Keith Bostic
2014-07-17
Add a comment explaining the WT_BTREE.appending behavior.
Keith Bostic
2014-07-17
Inline the fast-path insert-list append code and only call it when doing
Keith Bostic
2014-07-17
Don't call the insert list search routine unless there's an insert list
Keith Bostic
2014-07-17
Some minor code-shuffling in the leaf page row-search code to
Keith Bostic
[next]