summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-14Cut the 2.3.1 release.2.3.1Michael Cahill
2014-08-13Minor cleanup to the log cursor example.Michael Cahill
2014-08-13Fix a few more documentation nits.Michael Cahill
2014-08-13Check documentation prior to cutting a release.Michael Cahill
2014-08-13Revert the default behavior for eviction worker threads back to having just t...Michael Cahill
2014-08-12Fix a typo and do some minor wordsmithing.Keith Bostic
2014-08-12Only yield in the eviction server thread if there are multiple eviction worke...Michael Cahill
2014-08-11Remove an initialization of ret, it's not needed.Keith Bostic
2014-08-11Fix a comment, apply-single is not necessarily limited to bulk-load files.Keith Bostic
2014-08-11whitespaceKeith Bostic
2014-08-11unreachable code (unnecessary function return).Keith Bostic
2014-08-11Minor renaming, __wt_lex_compare_collator to __wt_compare,Keith Bostic
2014-08-11Merge pull request #1143 from wiredtiger/dynamic-evict-workersMichael Cahill
2014-08-11Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill
2014-08-11Change ex_all.c to match grouping of eviction settings.Michael Cahill
2014-08-11Move the new eviction settings into a group. We can transition older setting...Michael Cahill
2014-08-11whitespaceMichael Cahill
2014-08-11Fix an issue cleaning up eviction after a failed open.Alex Gorrod
2014-08-11Add upgrading doc for eviction thread API change.Alex Gorrod
2014-08-11Fix a bug in new eviction thread parsing.Alex Gorrod
2014-08-11Make dynamic eviction workers the default. #1143Alex Gorrod
2014-08-11whitespaceMichael Cahill
2014-08-11typoMichael Cahill
2014-08-11Add a check to s_docs for multiple @subpage reference to the same page.Michael Cahill
2014-08-11Merge pull request #1156 from wiredtiger/replace-lexical-definesMichael Cahill
2014-08-10The local variable is no longer needed (well, probably was never needed,Keith Bostic
2014-08-10Use a local variable for the collator -- the compiler should cache it andKeith Bostic
2014-08-10When reviewing key order during a split, assert the collation functionKeith Bostic
2014-08-10There's no reason for salvage to track both the session and btreeKeith Bostic
2014-08-10Replace the collator comparison #defines with inline functions,Keith Bostic
2014-08-08updateKeith Bostic
2014-08-08Fix up some oddness in the navigation of the documentation: there should be e...Michael Cahill
2014-08-08Merge pull request #1149 from wiredtiger/wtperf-docAlex Gorrod
2014-08-08Add a test for `session_max` settings, make sure we add enough to account for...Michael Cahill
2014-08-07Add descriptions of wtperf args and script options.Susan LoVerso
2014-08-07Fix inconsistent home dir naming.Susan LoVerso
2014-08-07Merge branch 'wtperf-doc' of github.com:wiredtiger/wiredtiger into wtperf-docSusan LoVerso
2014-08-07Add large-lsm config and use that for wtperf doc.Susan LoVerso
2014-08-07updateKeith Bostic
2014-08-07minor review/wordsmithing.Keith Bostic
2014-08-07Add new chart and performance.dox.Susan LoVerso
2014-08-07Remove tcbench, it makes clang's static analyzer unhappy and we're notKeith Bostic
2014-08-07Remove tcbench, it makes clang's static analyzer unhappy and we're notKeith Bostic
2014-08-06LintAlex Gorrod
2014-08-06Merge branch 'develop' into dynamic-evict-workersAlex Gorrod
2014-08-06Don't have eviction workers close sessions.Alex Gorrod
2014-08-05Change to update-large-lsm run. #1147Susan LoVerso
2014-08-05Move performance into its own section. #1147Susan LoVerso
2014-08-05Merge branch 'develop' into wtperf-docSusan LoVerso
2014-08-05Clarify return values sent via the callback.Susan LoVerso