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
2012-02-28
Removed tag release-1.0
1.1.0
Michael Cahill
2012-02-28
Added tag 1.0.0 for changeset 9e6541afe6e8
Michael Cahill
2012-02-28
Bump the version to 1.1.
Michael Cahill
2012-02-28
Make checks of test code optional, so they don't complain in a release tree.
Michael Cahill
2012-02-28
Allow s_release to work from a git or hg tree.
Michael Cahill
2012-02-28
Mark some more buffers as requiring alignment for use with O_DIRECT.
Michael Cahill
2012-02-28
Fix the configure test for default buffer alignment.
Michael Cahill
2012-02-27
Additional re-structuring of the eviction code. The only real changes
Keith Bostic
2012-02-27
fix a comment.
Keith Bostic
2012-02-27
Fix a comment.
Keith Bostic
2012-02-27
Inline __rec_excl_int, it's tiny and it's caller isn't that much bigger.
Keith Bostic
2012-02-27
If we have to clear session->excl_next in __wt_rec_evict, let's always
Keith Bostic
2012-02-27
Group the exclusive-access functions together (no real change, just shifting
Keith Bostic
2012-02-27
Fix a comment.
Keith Bostic
2012-02-27
Add a missing flag to the list-of-flags print function.
Keith Bostic
2012-02-28
Simplify getting exclusive access to pages for eviction.
Michael Cahill
2012-02-28
Consider all types of pages for LRU eviction. Otherwise we can end up in pat...
Michael Cahill
2012-02-28
Allow eviction of pages marked split or empty.
Michael Cahill
2012-02-27
Put the architecture page into the doc structure.
Michael Cahill
2012-02-27
os_posix/os_alloc.c 137 Warning 668: Possibly passing a null pointer to
Michael Cahill
2012-02-27
../src/btree/rec_write.c:1512:12: error: variable 'btree' set but not used [-...
Michael Cahill
2012-02-27
Permit a record number of UINT64_MAX again: zero is the only OOB value we need.
Michael Cahill
2012-02-27
btree/bt_debug.c: In function '__debug_page_col_var':
Michael Cahill
2012-02-25
Don't release references if an error occurs before we acquire references.
Keith Bostic
2012-02-24
There's a race between the page eviction thread updating the parent's
Keith Bostic
2012-02-24
Fix a comment.
Keith Bostic
2012-02-24
Minor code shuffling, rename __btree_last to be __btree_get_last_recno,
Keith Bostic
2012-02-24
../src/btree/bt_evict.c:741:12: error: variable 'cache' set but not used
Michael Cahill
2012-02-24
Add a cursor reset to test/format to avoid eviction live locks.
Michael Cahill
2012-02-24
Apply style scripts to the test sources.
Michael Cahill
2012-02-24
test/format/wts.c:260: warning: 'value' may be used uninitialized in this fun...
Michael Cahill
2011-12-23
Allow application threads to evict pages from any tree: maintain a count of t...
Michael Cahill
2012-02-24
Don't keep the last page of column stores pinned: it prevents eviction.
Michael Cahill
2012-02-15
Avoid resetting btree->evict_page in case that is leading to loops when pages...
Michael Cahill
2012-02-24
Fix a livelock between an application thread with a page pinned and the evict...
Michael Cahill
2012-02-24
Re-run dist/s_all.
Michael Cahill
2012-02-23
Format at 80 columns.
Keith Bostic
2012-02-23
Maximum symbol value should be UINT8_MAX/UINT16_MAX, not
Keith Bostic
2012-02-23
The huffman encoding documentation doesn't mention the leading "utf8" or
Keith Bostic
2012-02-23
whitspace
Keith Bostic
2012-02-23
Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...
Michael Cahill
2011-12-05
Add support for direct I/O, with the config "direct_io=(data,log)".
Michael Cahill
2011-12-23
Allocate "desc" buffers in heap memory so that they are correctly aligned.
Michael Cahill
2011-12-23
Align allocations larger than 512 bytes to 512 byte boundaries.
Michael Cahill
2011-12-23
Build with _GNU_SOURCE on Linux to enable O_DIRECT.
Michael Cahill
2012-02-22
Stream compression is usually more than 20-50%.
Keith Bostic
2012-02-21
Clarify configure help wording.
Michael Cahill
2012-02-21
Clarify the configure help message for verbose support: it is on by default.
Michael Cahill
2012-02-21
Don't call out build_posix specially in the build instructions: configure can...
Michael Cahill
2012-02-20
Editing pass.
Keith Bostic
[next]