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