summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.41.6.4Alex Gorrod2013-08-214-5/+47
* Remove "Memrata" doc link from the top-level navigation.Michael Cahill2013-08-211-1/+0
* Cleanup: __wt_update_check() has lost most of its functionality overKeith Bostic2013-08-203-23/+3
* update to the current Memrata design.Keith Bostic2013-08-201-48/+35
* whitespaceMichael Cahill2013-08-201-1/+1
* Avoid a race installing an insert list.Michael Cahill2013-08-201-0/+2
* lintMichael Cahill2013-08-201-4/+2
* Fix logic in WT_CURSOR_NEEDVALUE: only copy values if they are not already in...Michael Cahill2013-08-201-1/+1
* Fix compiler warning:Alex Gorrod2013-08-201-15/+0
* [mq]: inslist-raceMichael Cahill2013-08-201-2/+17
* Fix build warning in wtperfAlex Gorrod2013-08-201-1/+2
* [mq]: lsm-drop-lock-while-closingMichael Cahill2013-08-201-2/+16
* Add option to wtperf to populate in batches.Alex Gorrod2013-08-192-3/+23
* updateKeith Bostic2013-08-161-0/+1
* Lint, whitespace.Keith Bostic2013-08-162-1/+6
* Fix build failure.Alex Gorrod2013-08-161-2/+0
* Merge pull request #618 from wiredtiger/wtperf-enhancementsAlex Gorrod2013-08-155-285/+730
|\
| * Leave default home directory as WT_TEST so make check works.Alex Gorrod2013-08-161-1/+0
| * Compiler warnings..Alex Gorrod2013-08-161-2/+2
| * Fix compiler warnings.Alex Gorrod2013-08-151-9/+7
| * Style.Susan LoVerso2013-08-141-77/+56
| * formatting. refs #593Don Anderson2013-08-131-3/+2
| * formatting. refs #593Don Anderson2013-08-131-21/+9
| * removed -v option (duplicates -o verbose=N). Fixed typo in message. refs #593Don Anderson2013-08-132-7/+3
| * formatting fixes, typo in comment, removed redundant 'break' stmt. refs #593Don Anderson2013-08-131-4/+2
| * alphabetize forward definitions. refs #593Don Anderson2013-08-131-6/+6
| * added comments to describe DEF_OPT_* usage, reformatted entries. refs #593Don Anderson2013-08-131-26/+33
| * Merge branch 'develop' into wtperf-enhancementsDon Anderson2013-08-130-0/+0
| |\
| * \ Merge branch 'develop' into wtperf-enhancementsMichael Cahill2013-08-1349-1398/+3683
| |\ \
| * | | fixed signed/unsigned and 32/64 bit compilation warnings. refs #593Don Anderson2013-08-091-8/+8
| * | | Rework the documentation & examples to better reflect "overwrite" isKeith Bostic2013-08-093-32/+80
| * | | There are four possible states for the WT_PAGE.dsk memory: the WT_PAGEKeith Bostic2013-08-098-23/+21
| * | | When we changed the meaning of the overwrite configuration, we missedKeith Bostic2013-08-095-20/+49
| * | | whitespaceMichael Cahill2013-08-091-1/+1
| * | | Rename cursor flags KEY/VALUE_INT/EXT to clarify that they track whether the ...Michael Cahill2013-08-0910-52/+52
| * | | Make a copy of the key after a successful remove.Michael Cahill2013-08-091-5/+8
| * | | Don't clear the key after a cursor remove.Michael Cahill2013-08-092-15/+17
| * | | Revert to switching to the APP flags when making a copy of the key/value. Th...Michael Cahill2013-08-092-16/+27
| * | | spelling typoKeith Bostic2013-08-091-1/+1
| * | | cur_file.c:268: warning: '__value_data' may be used uninitialized in this fun...Michael Cahill2013-08-091-12/+5
| * | | Clear "key set" flags in LSM if searches fail.Michael Cahill2013-08-091-7/+10
| * | | Restore the copy of the key/value as part of entering the API: the reason isKeith Bostic2013-08-093-5/+20
| * | | Wrap the btree cursor operations with code that saves/restores the cursorKeith Bostic2013-08-098-89/+110
| * | | The "loadtext" command can reasonably create the database.Keith Bostic2013-08-091-10/+13
| * | | We weren't testing that a valid key format with an invalid value formatKeith Bostic2013-08-092-1/+6
| * | | Make wtperf compile without an installed WiredTiger tree.Alex Gorrod2013-08-091-0/+2
| * | | Remove flagval for random, random_range implies this.Don Anderson2013-08-021-12/+25
| * | | Reorder options in alphabetical order.Don Anderson2013-08-021-10/+6
| * | | Added a help description to the definition of each option.Don Anderson2013-08-012-140/+116
| * | | Use -o {options} when possible, as many wtperf opts are going away. refs #593Don Anderson2013-08-011-9/+9