| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few more documentation nits. | Michael Cahill | 2014-08-13 | 1 | -3/+3 |
* | Check documentation prior to cutting a release. | Michael Cahill | 2014-08-13 | 2 | -15/+30 |
* | Revert the default behavior for eviction worker threads back to having just t... | Michael Cahill | 2014-08-13 | 3 | -16/+14 |
* | Fix a typo and do some minor wordsmithing. | Keith Bostic | 2014-08-12 | 1 | -34/+34 |
* | Only yield in the eviction server thread if there are multiple eviction worke... | Michael Cahill | 2014-08-12 | 1 | -5/+6 |
* | Remove an initialization of ret, it's not needed. | Keith Bostic | 2014-08-11 | 1 | -1/+0 |
* | Fix a comment, apply-single is not necessarily limited to bulk-load files. | Keith Bostic | 2014-08-11 | 1 | -1/+2 |
* | whitespace | Keith Bostic | 2014-08-11 | 1 | -1/+1 |
* | unreachable code (unnecessary function return). | Keith Bostic | 2014-08-11 | 1 | -2/+0 |
* | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic | 2014-08-11 | 12 | -46/+39 |
* | Merge pull request #1143 from wiredtiger/dynamic-evict-workers | Michael Cahill | 2014-08-11 | 9 | -50/+168 |
|\ |
|
| * | Engage brain: applications have to use <group>=(<key>) syntax for nested conf... | Michael Cahill | 2014-08-11 | 3 | -5/+5 |
| * | Move the new eviction settings into a group. We can transition older setting... | Michael Cahill | 2014-08-11 | 5 | -49/+57 |
| * | whitespace | Michael Cahill | 2014-08-11 | 1 | -1/+1 |
| * | Fix an issue cleaning up eviction after a failed open. | Alex Gorrod | 2014-08-11 | 1 | -4/+7 |
| * | Add upgrading doc for eviction thread API change. | Alex Gorrod | 2014-08-11 | 1 | -0/+16 |
| * | Fix a bug in new eviction thread parsing. | Alex Gorrod | 2014-08-11 | 3 | -25/+31 |
| * | Make dynamic eviction workers the default. #1143 | Alex Gorrod | 2014-08-11 | 5 | -26/+73 |
| * | Lint | Alex Gorrod | 2014-08-06 | 1 | -1/+1 |
| * | Merge branch 'develop' into dynamic-evict-workers | Alex Gorrod | 2014-08-06 | 19 | -176/+452 |
| |\ |
|
| * | | Don't have eviction workers close sessions. | Alex Gorrod | 2014-08-06 | 1 | -3/+0 |
| * | | Merge branch 'develop' into dynamic-evict-workers | Alex Gorrod | 2014-08-05 | 38 | -300/+864 |
| |\ \ |
|
| * | | | Fix an off by one in dynamic eviction threads. | Alex Gorrod | 2014-07-31 | 1 | -1/+1 |
| * | | | Start and stop eviction worker threads based on demand. | Alex Gorrod | 2014-07-31 | 6 | -31/+75 |
* | | | | typo | Michael Cahill | 2014-08-11 | 1 | -1/+1 |
* | | | | Add a check to s_docs for multiple @subpage reference to the same page. | Michael Cahill | 2014-08-11 | 2 | -2/+13 |
* | | | | The local variable is no longer needed (well, probably was never needed, | Keith Bostic | 2014-08-10 | 1 | -3/+1 |
* | | | | Use a local variable for the collator -- the compiler should cache it and | Keith Bostic | 2014-08-10 | 1 | -10/+16 |
* | | | | When reviewing key order during a split, assert the collation function | Keith Bostic | 2014-08-10 | 1 | -2/+4 |
* | | | | There's no reason for salvage to track both the session and btree | Keith Bostic | 2014-08-10 | 1 | -5/+3 |
* | | | | Replace the collator comparison #defines with inline functions, | Keith Bostic | 2014-08-10 | 12 | -62/+95 |
* | | | | update | Keith Bostic | 2014-08-08 | 1 | -0/+1 |
* | | | | Fix up some oddness in the navigation of the documentation: there should be e... | Michael Cahill | 2014-08-08 | 3 | -10/+5 |
* | | | | Merge pull request #1149 from wiredtiger/wtperf-doc | Alex Gorrod | 2014-08-08 | 7 | -26/+150 |
|\ \ \ \ |
|
| * | | | | Add descriptions of wtperf args and script options. | Susan LoVerso | 2014-08-07 | 2 | -1/+33 |
| * | | | | Fix inconsistent home dir naming. | Susan LoVerso | 2014-08-07 | 1 | -2/+2 |
| * | | | | Merge branch 'wtperf-doc' of github.com:wiredtiger/wiredtiger into wtperf-doc | Susan LoVerso | 2014-08-07 | 2 | -18/+26 |
| |\ \ \ \ |
|
| | * | | | | update | Keith Bostic | 2014-08-07 | 1 | -0/+2 |
| | * | | | | minor review/wordsmithing. | Keith Bostic | 2014-08-07 | 1 | -18/+24 |
| * | | | | | Add large-lsm config and use that for wtperf doc. | Susan LoVerso | 2014-08-07 | 1 | -2/+2 |
| |/ / / / |
|
| * | | | | Add new chart and performance.dox. | Susan LoVerso | 2014-08-07 | 2 | -3/+28 |
| * | | | | Change to update-large-lsm run. #1147 | Susan LoVerso | 2014-08-05 | 2 | -3/+3 |
| * | | | | Move performance into its own section. #1147 | Susan LoVerso | 2014-08-05 | 2 | -19/+1 |
| * | | | | Merge branch 'develop' into wtperf-doc | Susan LoVerso | 2014-08-05 | 9 | -142/+210 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Minor edits to wtperf doc page. | Alex Gorrod | 2014-08-05 | 1 | -6/+9 |
| * | | | | Add nvd3 wtperf example to doc. #1147 | Susan LoVerso | 2014-08-04 | 3 | -1/+75 |
* | | | | | Add a test for `session_max` settings, make sure we add enough to account for... | Michael Cahill | 2014-08-08 | 1 | -3/+4 |
| |/ / /
|/| | | |
|
* | | | | Clarify return values sent via the callback. | Susan LoVerso | 2014-08-05 | 1 | -6/+6 |
* | | | | Don't write method wording for the WT_ASYNC_OP methods, instead point | Keith Bostic | 2014-08-05 | 1 | -120/+30 |
* | | | | Minor wordsmithing. | Susan LoVerso | 2014-08-05 | 1 | -3/+4 |