summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'develop' into checkpoint-directioMichael Cahill2014-02-0775-1724/+2658
| | |\ \
| | * | | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill2014-01-1711-16/+29
| * | | | Add compression to voxer configs.Susan LoVerso2014-02-262-0/+2
| * | | | Change pages_walked to uint64_t.Susan LoVerso2014-02-261-2/+3
| * | | | Merge pull request #877 from wiredtiger/lsm-fixessueloverso2014-02-2612-75/+143
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into lsm-fixesSusan LoVerso2014-02-265-32/+51
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Don't create an illegal config string.Susan LoVerso2014-02-261-1/+1
| * | | | | Fix bug finding table count with multiple tables.Susan LoVerso2014-02-261-4/+9
| * | | | | Add some comments and fix some style.Susan LoVerso2014-02-262-17/+21
| * | | | | Coverity fixes.Susan LoVerso2014-02-261-4/+10
| * | | | | Allow overlapping strings when setting a buffer's contents, it's notKeith Bostic2014-02-261-1/+2
| * | | | | Fix typo when closing config_parser handle, complain if theKeith Bostic2014-02-261-5/+7
| * | | | | Fix build warning in wtperf.Alex Gorrod2014-02-261-0/+1
| | |_|_|/ | |/| | |
| | * | | Merge branch 'develop' into lsm-fixesMichael Cahill2014-02-2628-637/+970
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #873 from wiredtiger/config-parse-apiMichael Cahill2014-02-2627-516/+842
| |\ \ \ \
| | * \ \ \ Merge pull request #875 from wiredtiger/wtperf-multiple-databasesAlex Gorrod2014-02-265-149/+291
| | |\ \ \ \
| | | * | | | Fixes to wtperf as per review comments.Alex Gorrod2014-02-262-36/+27
| | | * | | | Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-2635-538/+623
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-142-10/+13
| | | |\ \ \ \ \
| | | * | | | | | Add ability for wtperf to run with multiple databases in different threads.Alex Gorrod2014-02-145-148/+299
| | * | | | | | | Add upgrade documentation about configuration string parsing changes.Alex Gorrod2014-02-262-0/+15
| | * | | | | | | Update documentation for wiredtiger_config_parser_openAlex Gorrod2014-02-261-2/+2
| | * | | | | | | Fix error handling in wtperf config parsing.Alex Gorrod2014-02-261-6/+6
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Typo fix that got lost in merge.Alex Gorrod2014-02-261-1/+1
| | * | | | | | Merge branch 'develop' into config-parse-apiAlex Gorrod2014-02-2617-143/+192
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Typo.Susan LoVerso2014-02-251-1/+1
| * | | | | | | When multiple tables are configured, spread the data.Susan LoVerso2014-02-251-13/+19
| * | | | | | | Fix stat Options subsection.Susan LoVerso2014-02-251-3/+0
| * | | | | | | Fix warning.Susan LoVerso2014-02-251-4/+3
| * | | | | | | Simplify code to always use the cfg->uris array.Susan LoVerso2014-02-254-99/+94
| * | | | | | | Move latency measurement on populate with multiple tables.Susan LoVerso2014-02-241-11/+16
| * | | | | | | Skip measuring the very first operation to avoid severe latency spikeSusan LoVerso2014-02-241-1/+6
| | * | | | | | Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod2014-02-265-7/+38
| | * | | | | | Fix compiler warnings re: ignored return values.Alex Gorrod2014-02-262-5/+7
| | * | | | | | Update the configuration string parsing in Helium data source.Alex Gorrod2014-02-251-25/+36
| | * | | | | | Fix example code return value.Alex Gorrod2014-02-251-2/+6
| | * | | | | | Configuration parser API, update documentation and examples.Alex Gorrod2014-02-256-51/+99
| | * | | | | | Add in an example for querying a nested value.Alex Gorrod2014-02-251-3/+34
| | * | | | | | Update the configuration parsing API. Including:Alex Gorrod2014-02-255-59/+21
| | * | | | | | Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-2415-361/+308
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'develop' into config-parse-apiAlex Gorrod2014-02-142-10/+13
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Add configuration parsing to the public API.Alex Gorrod2014-02-136-126/+259
| | | | * | | Switch to incrementing the global read generation from the eviction server: t...Michael Cahill2014-02-263-8/+14
| | | | * | | Allow some internal pages to be evicted without eviction getting aggressive.Michael Cahill2014-02-254-34/+62
| | | | * | | Merge branch 'develop' into lsm-fixesMichael Cahill2014-02-245-8/+33
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #878 from wiredtiger/evicting-uncommittedMichael Cahill2014-02-244-7/+32
| |\ \ \ \ \ \
| | * | | | | | Rollback transactions in connection close as a separate pass before closing a...Michael Cahill2014-02-211-0/+14
| | * | | | | | Fix a long-standing bug where a page could be marked clean (and evicted) when...Michael Cahill2014-02-213-7/+18
| * | | | | | | typo, helium_open_o_truncate -> helium_o_truncateKeith Bostic2014-02-211-1/+1
| |/ / / / / /
| | | | * | | Merge branch 'develop' into lsm-fixesMichael Cahill2014-02-214-5/+9
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |