summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 2.1.12.1.1Alex Gorrod2014-03-044-5/+31
* Fix wtperf make check, and versions in upgrading documentation.Alex Gorrod2014-03-042-8/+9
* Merge pull request #889 from wiredtiger/python-flushMichael Cahill2014-03-041-7/+18
|\
| * In python, flush during callbacks to wrute to sys streams. refs #883.Don Anderson2014-03-031-7/+18
|/
* Have the eviction thread update the oldest transaction ID in the system befor...Michael Cahill2014-03-031-0/+8
* Read threads should not bump the cache read generation: eviction is now respo...Michael Cahill2014-03-031-1/+1
* Use one check for whether to try forced eviction in a given session. Skip ev...Michael Cahill2014-03-033-32/+36
* Don't use memory after we've freed it.Keith Bostic2014-03-011-4/+8
* Remove the assertion that every chunk being merged has a Bloom filter: under ...Michael Cahill2014-03-011-4/+0
* Loosen the assertions around LSM merges and Bloom filters: it's okay to merge...Michael Cahill2014-02-281-4/+4
* Merge pull request #888 from wiredtiger/rec-skip-cleanAlex Gorrod2014-02-284-27/+31
|\
| * Add comments explaining the reconciliation transactional read logic, includin...Michael Cahill2014-02-281-2/+15
| * Rename disk_txn to reflect what we're actually using it for.Michael Cahill2014-02-283-4/+4
| * Fix another bug regarding when pages can be evicted: have reconcilition track...Michael Cahill2014-02-282-21/+12
|/
* Merge pull request #887 from wiredtiger/merge-bloom-fixAlex Gorrod2014-02-282-9/+18
|\
| * Switch || to && to fix build.Alex Gorrod2014-02-281-1/+1
| * Have LSM compact logic match regular merges exactly: always create Bloom filt...Michael Cahill2014-02-282-5/+3
| * Make sure all chunk involved in a merge have Bloom filters. Fix a race where...Michael Cahill2014-02-282-5/+16
|/
* Display the failed open path, it makes debugging easier.Keith Bostic2014-02-271-3/+2
* monitor_set might have been used without being initialized.Keith Bostic2014-02-272-29/+28
* Merge pull request #847 from wiredtiger/checkpoint-directioAlex Gorrod2014-02-2712-17/+40
|\
| * Update documentation for direct_io configuration.Alex Gorrod2014-02-272-3/+12
| * Revert unnecessary test changes.Alex Gorrod2014-02-272-13/+4
| * Don't automatically enable direct I/O on checkpoints.Alex Gorrod2014-02-274-8/+5
| * Update test/salvage to configure the right buffer size for direct io.Alex Gorrod2014-02-271-4/+9
| * Do buffer alignment checks when reading from checkpoints.Alex Gorrod2014-02-272-1/+9
| * Merge branch 'develop' into checkpoint-directioMichael Cahill2014-02-2653-731/+1615
| |\
| * \ 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
| | |_|/ / / / | |/| | | | |