summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut the 2.3.1 release.2.3.1Michael Cahill2014-08-143-2/+64
* Minor cleanup to the log cursor example.Michael Cahill2014-08-131-3/+2
* Fix a few more documentation nits.Michael Cahill2014-08-132-3/+6
* Check documentation prior to cutting a release.Michael Cahill2014-08-132-15/+30
* Revert the default behavior for eviction worker threads back to having just t...Michael Cahill2014-08-134-20/+18
* Fix a typo and do some minor wordsmithing.Keith Bostic2014-08-121-34/+34
* Only yield in the eviction server thread if there are multiple eviction worke...Michael Cahill2014-08-121-5/+6
* Remove an initialization of ret, it's not needed.Keith Bostic2014-08-111-1/+0
* Fix a comment, apply-single is not necessarily limited to bulk-load files.Keith Bostic2014-08-111-1/+2
* whitespaceKeith Bostic2014-08-111-1/+1
* unreachable code (unnecessary function return).Keith Bostic2014-08-111-2/+0
* Minor renaming, __wt_lex_compare_collator to __wt_compare,Keith Bostic2014-08-1112-46/+39
* Merge pull request #1143 from wiredtiger/dynamic-evict-workersMichael Cahill2014-08-1112-58/+188
|\
| * Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill2014-08-114-6/+6
| * Change ex_all.c to match grouping of eviction settings.Michael Cahill2014-08-111-1/+1
| * Move the new eviction settings into a group. We can transition older setting...Michael Cahill2014-08-117-62/+75
| * whitespaceMichael Cahill2014-08-111-1/+1
| * Fix an issue cleaning up eviction after a failed open.Alex Gorrod2014-08-111-4/+7
| * Add upgrading doc for eviction thread API change.Alex Gorrod2014-08-111-0/+16
| * Fix a bug in new eviction thread parsing.Alex Gorrod2014-08-114-27/+33
| * Make dynamic eviction workers the default. #1143Alex Gorrod2014-08-116-31/+83
| * LintAlex Gorrod2014-08-062-3/+3
| * Merge branch 'develop' into dynamic-evict-workersAlex Gorrod2014-08-0629-311/+775
| |\
| * | Don't have eviction workers close sessions.Alex Gorrod2014-08-061-3/+0
| * | Merge branch 'develop' into dynamic-evict-workersAlex Gorrod2014-08-0549-324/+1192
| |\ \
| * | | Fix an off by one in dynamic eviction threads.Alex Gorrod2014-07-311-1/+1
| * | | Start and stop eviction worker threads based on demand.Alex Gorrod2014-07-318-35/+81
* | | | whitespaceMichael Cahill2014-08-111-1/+1
* | | | typoMichael Cahill2014-08-111-1/+1
* | | | Add a check to s_docs for multiple @subpage reference to the same page.Michael Cahill2014-08-113-7/+29
* | | | Merge pull request #1156 from wiredtiger/replace-lexical-definesMichael Cahill2014-08-1112-70/+107
|\ \ \ \
| * | | | The local variable is no longer needed (well, probably was never needed,Keith Bostic2014-08-101-3/+1
| * | | | Use a local variable for the collator -- the compiler should cache it andKeith Bostic2014-08-101-10/+16
| * | | | When reviewing key order during a split, assert the collation functionKeith Bostic2014-08-101-2/+4
| * | | | There's no reason for salvage to track both the session and btreeKeith Bostic2014-08-101-5/+3
| * | | | Replace the collator comparison #defines with inline functions,Keith Bostic2014-08-1012-62/+95
|/ / / /
* | | | updateKeith Bostic2014-08-081-0/+1
* | | | Fix up some oddness in the navigation of the documentation: there should be e...Michael Cahill2014-08-083-10/+5
* | | | Merge pull request #1149 from wiredtiger/wtperf-docAlex Gorrod2014-08-088-26/+161
|\ \ \ \
| * | | | Add descriptions of wtperf args and script options.Susan LoVerso2014-08-072-1/+33
| * | | | Fix inconsistent home dir naming.Susan LoVerso2014-08-071-2/+2
| * | | | Merge branch 'wtperf-doc' of github.com:wiredtiger/wiredtiger into wtperf-docSusan LoVerso2014-08-072-18/+26
| |\ \ \ \
| | * | | | updateKeith Bostic2014-08-071-0/+2
| | * | | | minor review/wordsmithing.Keith Bostic2014-08-071-18/+24
| * | | | | Add large-lsm config and use that for wtperf doc.Susan LoVerso2014-08-072-2/+13
| |/ / / /
| * | | | Add new chart and performance.dox.Susan LoVerso2014-08-072-3/+28
| * | | | Change to update-large-lsm run. #1147Susan LoVerso2014-08-052-3/+3
| * | | | Move performance into its own section. #1147Susan LoVerso2014-08-052-19/+1
| * | | | Merge branch 'develop' into wtperf-docSusan LoVerso2014-08-0514-258/+348
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Minor edits to wtperf doc page.Alex Gorrod2014-08-051-6/+9