| Commit message (Expand) | Author | Age | Files | Lines |
* | Exercise all isolation levels in test/format. | Michael Cahill | 2014-06-03 | 4 | -3/+44 |
* | Fix a bug just introduced to LSM. Only look at on disk chunk if it exists. | Alex Gorrod | 2014-06-03 | 1 | -2/+1 |
* | Merge pull request #1044 from wiredtiger/lsm-throttle-tune | Michael Cahill | 2014-06-03 | 1 | -19/+22 |
|\ |
|
| * | Remove unused loop variable. | Alex Gorrod | 2014-06-03 | 1 | -4/+4 |
| * | Update the LSM throttle calculations. | Alex Gorrod | 2014-06-03 | 1 | -15/+18 |
|/ |
|
* | Fix max_latency config units. | Susan LoVerso | 2014-06-02 | 1 | -1/+1 |
* | Add a mention of the JSON dump format to the Ref Guide, reference #740. | Keith Bostic | 2014-06-02 | 3 | -6/+19 |
* | It's non-standard to have multiple usage statements for incompatible options, | Keith Bostic | 2014-06-02 | 1 | -4/+11 |
* | Fix a call to close LSM chunk cursors with potentially invalid bounds. | Michael Cahill | 2014-06-02 | 1 | -6/+7 |
* | spelling | Michael Cahill | 2014-06-02 | 1 | -1/+1 |
* | Lint: if realloc fails, the memory has been freed, don't free it twice. | Keith Bostic | 2014-06-01 | 1 | -0/+6 |
* | Add a comment so nobody accidentally changes the sprintf() call back to | Keith Bostic | 2014-05-31 | 1 | -2/+5 |
* | Somewhere along the line we lost the functionality for replay, we're | Keith Bostic | 2014-05-30 | 6 | -47/+43 |
* | Avoid snprintf for key generation in wtperf: in small-btree, there is a measu... | Michael Cahill | 2014-05-30 | 1 | -2/+1 |
* | Merge pull request #1034 from wiredtiger/create-config | Michael Cahill | 2014-05-30 | 4 | -26/+81 |
|\ |
|
| * | Minor addition to config order. #1010 | Susan LoVerso | 2014-05-29 | 1 | -1/+3 |
| * | Expand upgrading to include old/new orders. #1010 | Susan LoVerso | 2014-05-29 | 1 | -5/+16 |
| * | Update docs for new config ordering. #1010 | Susan LoVerso | 2014-05-29 | 2 | -0/+19 |
| * | Merge branch 'develop' into create-config | Susan LoVerso | 2014-05-29 | 6 | -49/+70 |
| |\ |
|
| * | | Rename back to .basecfg. Update ordering in docs. #1010 | Susan LoVerso | 2014-05-29 | 4 | -7/+5 |
| * | | Build the full configuration stack in order for wiredtiger_open. No real cha... | Michael Cahill | 2014-05-29 | 1 | -30/+28 |
| * | | Fix reordering of configuration code. #1010 | Susan LoVerso | 2014-05-28 | 2 | -14/+25 |
| * | | Reorder configuration settings. #1010 | Susan LoVerso | 2014-05-28 | 2 | -11/+27 |
* | | | Update a comment in wtperf | Michael Cahill | 2014-05-30 | 1 | -1/+4 |
* | | | Make sure we generate wtperf keys within the expected range. | Michael Cahill | 2014-05-30 | 1 | -0/+2 |
| |/
|/| |
|
* | | Merge pull request #1035 from wiredtiger/wtperf-randomize-value | sueloverso | 2014-05-29 | 1 | -17/+33 |
|\ \ |
|
| * | | Factor out the code to generate keys in wtperf, include the trailing NUL in t... | Michael Cahill | 2014-05-29 | 1 | -8/+14 |
| * | | Fix the pareto calculation in wtperf: __wt_random returns values up to UINT32... | Michael Cahill | 2014-05-29 | 1 | -2/+2 |
| * | | Allow all byte values when wtperf randomizes its values: we will occasionally... | Michael Cahill | 2014-05-29 | 1 | -3/+2 |
| * | | Merge branch 'develop' into wtperf-randomize-value | Michael Cahill | 2014-05-29 | 3 | -23/+27 |
| |\ \ |
|
| * | | | Add some paranoia to wtperf's copying and randomizing of values. | Michael Cahill | 2014-05-29 | 1 | -7/+18 |
| | |/
| |/| |
|
* | | | Untangle Linux configuration from posix_memalign detection, so we can selecti... | Michael Cahill | 2014-05-29 | 1 | -5/+7 |
* | | | Minor cleanup of buffer usage, no real change. | Michael Cahill | 2014-05-29 | 2 | -4/+3 |
| |/
|/| |
|
* | | Fix allocation for concatenation of wtperf command-line arguments. | Michael Cahill | 2014-05-29 | 1 | -22/+16 |
* | | We only append one byte to LSM values that start with the tombstone. | Michael Cahill | 2014-05-29 | 1 | -1/+1 |
* | | Add a Python test that values starting with the LSM tombstone can be inserted... | Michael Cahill | 2014-05-29 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #1033 from wiredtiger/async-app-private | sueloverso | 2014-05-28 | 4 | -13/+24 |
|\ |
|
| * | Revert languages to using lang_private. | Susan LoVerso | 2014-05-28 | 2 | -7/+7 |
| * | Add an app_private field to the WT_ASYNC_OP handle. | Alex Gorrod | 2014-05-28 | 4 | -13/+24 |
* | | Avoid potential buffer overrun in wtperf. | Alex Gorrod | 2014-05-28 | 1 | -1/+1 |
|/ |
|
* | Check dump cursor for JSON flag early in the call stack #1031 | Susan LoVerso | 2014-05-27 | 2 | -9/+8 |
* | Expose the private field with a macro. | Susan LoVerso | 2014-05-27 | 4 | -12/+13 |
* | Merge pull request #1029 from wiredtiger/async-lint | sueloverso | 2014-05-27 | 1 | -22/+17 |
|\ |
|
| * | Minor async lint. | Keith Bostic | 2014-05-23 | 1 | -22/+17 |
|/ |
|
* | Coverity report 1215467, open FILE handle could be leaked. | Keith Bostic | 2014-05-23 | 1 | -17/+15 |
* | Fix Coverity 1215468, the memory attached to the variable jsonconfig | Keith Bostic | 2014-05-23 | 1 | -8/+13 |
* | Coverity errors 1215469 and 1215470: the jump to the error label could | Keith Bostic | 2014-05-23 | 1 | -6/+8 |
* | Add a brief mention of more of our "selling points" to the main page. | Keith Bostic | 2014-05-23 | 1 | -4/+11 |
* | spell, KNF. | Keith Bostic | 2014-05-23 | 2 | -1/+2 |
* | Merge pull request #1027 from wiredtiger/doc-changelog | Alex Gorrod | 2014-05-23 | 7 | -41/+31 |
|\ |
|