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