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-10-26
Cut release 1.3.5.
1.3.5
Alex Gorrod
2012-10-26
Add a reference count to LSM trees to prevent a race between a drop and openi...
Michael Cahill
2012-10-26
Update s_string to ignore system LC_ALL setting.
Alex Gorrod
2012-10-26
Protect the list of LSM trees with the schema lock.
Michael Cahill
2012-10-25
Unreachable code at token 'return'
Keith Bostic
2012-10-25
style
Keith Bostic
2012-10-25
Update ex_test_perf program to output statistics during populate.
Alex Gorrod
2012-10-25
Skew eviction (much) further in favor of leaf pages.
Michael Cahill
2012-10-25
Pass a "normal" config stack wherever possible.
Michael Cahill
2012-10-25
Hold the LSM tree lock while gathering statistics.
Michael Cahill
2012-10-25
Fix a bug in bulk load of bitmap files.
Alex Gorrod
2012-10-25
Don't attempt to drop the first chunk of an LSM tree before creating it. It ...
Michael Cahill
2012-10-25
Allow meta_tracking transactions to be nested.
Michael Cahill
2012-10-24
Instead of entering a fake key cell after the last cell on the page just
Keith Bostic
2012-10-24
Fix a comment.
Keith Bostic
2012-10-24
Handle passing a struct value to "bloom_config".
Michael Cahill
2012-10-24
Switch the Python API to not allocate objects explicitly, and instead leave t...
Michael Cahill
2012-10-24
Cache cursor key/value formats in Python, to save a native call from every ge...
Michael Cahill
2012-10-24
Turn on SWIG optimizations and warnings.
Michael Cahill
2012-10-23
Merge pull request #375 from wiredtiger/condition-wait
Michael Cahill
2012-10-24
Fix a bug in __wt_cond_wait - it now returns after the timeout is
Alex Gorrod
2012-10-22
Add a "Notes" section to the Builtin data sources table, fix formatting.
Keith Bostic
2012-10-22
fix a comment.
Keith Bostic
2012-10-22
update
Keith Bostic
2012-10-22
lint
Michael Cahill
2012-10-22
lint
Michael Cahill
2012-10-22
Tweak the test/fops output to fit in 80 columns and be less busy.
Michael Cahill
2012-10-22
lint
Michael Cahill
2012-10-22
Hold the schema lock while opening tables.
Michael Cahill
2012-10-22
Don't sync the directory after open if the global "sync" flag is false.
Michael Cahill
2012-10-21
dictionary only applies to values, clarify a variable name.
Keith Bostic
2012-10-20
Add in session.open_cursor operations, reference #373.
Keith Bostic
2012-10-19
Add a note, applications are responsible for figuring out their upgrade
Keith Bostic
2012-10-19
When a single session was used to reconcile multiple btrees, one of
Keith Bostic
2012-10-19
Make the language less speculative about what's "normally" installed
Keith Bostic
2012-10-19
fix a comment, write-generations are persisted in the meta-data file now.
Keith Bostic
2012-10-19
__wt_cond_wait() requires struct timespec in order to call
Keith Bostic
2012-10-19
Generalize the code to check for a block appearing on the available or
Keith Bostic
2012-10-19
update
Keith Bostic
2012-10-19
is_tree is no longer "unused" if O_DIRECT isn't set.
Keith Bostic
2012-10-19
Added tag 1.3.4 for changeset df87effe7cd3
Michael Cahill
2012-10-19
Cut release 1.3.4.
1.3.4
Michael Cahill
2012-10-19
Use the O_NOATIME flag: it may improve performance on some systems.
Michael Cahill
2012-10-19
lsm_cursor.c:716:3: error: 'smaller' may be used uninitialized in this function
Michael Cahill
2012-10-19
Reset any old cursor position before an LSM search.
Michael Cahill
2012-10-19
Add an API to pass a config string to __wt_bloom_create.
Michael Cahill
2012-10-19
With the updated scenarios, test_schema03 needs far few file descriptors.
Michael Cahill
2012-10-18
Merge pull request #369 from wiredtiger/lsm-schema
agorrod
2012-10-19
Get test_schema03 running with LSM.
Michael Cahill
2012-10-19
Fix LSM index searches.
Michael Cahill
[next]