summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Add an API to pass a config string to __wt_bloom_create.Michael Cahill2012-10-191-11/+14
* Calculate LSM data source names for column groups and indices.Michael Cahill2012-10-181-0/+1
* Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-184-3/+23
|\
| * Merge branch 'develop' into compactKeith Bostic2012-10-171-1/+0
| |\
| | * s/WildTiger/WiredTiger/Michael Cahill2012-10-171-1/+0
| * | Fix a bug where we weren't skipping unnecessary default checkpointsKeith Bostic2012-10-161-0/+4
| * | Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-163-2/+19
| |/
* | Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-164-5/+18
|\ \ | |/
| * Update bloom statistics naming to be clearer.Alex Gorrod2012-10-151-3/+4
| * Add advanced tuning options for LSM bloom filters.Alex Gorrod2012-10-151-1/+9
| * Increase accuracy of LSM cache statistics.Alex Gorrod2012-10-141-0/+2
| * clean up spelling in strings.Keith Bostic2012-10-131-0/+2
| * Add a merge generation to LSM chunks.Alex Gorrod2012-10-121-0/+1
| * The __wt_cell_unpack_copy function copies the key/value sometimes butKeith Bostic2012-10-111-1/+0
* | cleanupMichael Cahill2012-10-111-4/+7
* | Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-117-24/+91
|\ \ | |/
| * Merge pull request #353 from wiredtiger/bug.310.secondMichael Cahill2012-10-113-7/+11
| |\
| | * Messed up the develop merge, fix the stats file.Keith Bostic2012-10-101-0/+1
| | * Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-102-8/+15
| | |\
| | * | updateKeith Bostic2012-10-091-0/+4
| | * | Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-095-1/+47
| | |\ \
| | * \ \ Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-051-1/+5
| | |\ \ \
| | * | | | We have to serialize the check for obsolete WT_UPDATE structures becauseKeith Bostic2012-10-041-0/+1
| | * | | | Minor stylistic cleanups for generated serialization code.Keith Bostic2012-10-041-7/+5
| | * | | | Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-042-14/+17
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into bug.310.secondKeith Bostic2012-10-031-0/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'develop' into bug.310Keith Bostic2012-09-271-0/+2
| | |\ \ \ \ \ \
| | * | | | | | | This function solves a problem in reconciliation. The scenario is:Keith Bostic2012-09-261-0/+1
| * | | | | | | | spellingMichael Cahill2012-10-111-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Cleanup the Bloom filter bulk-load change.Michael Cahill2012-10-101-6/+11
| * | | | | | | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-101-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Add an eviction statistic to file and LSM statistics cursors.Alex Gorrod2012-10-101-2/+4
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-093-0/+19
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add a statistics_fast flag to file statistics cursors.Alex Gorrod2012-10-093-0/+19
| * | | | | | | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-094-2/+33
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-083-1/+28
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Add a connection-wide flag to disable LSM merges.Michael Cahill2012-10-051-1/+5
| | | |_|_|/ | | |/| | |
| * | | | | Kludge to force-feed a bitmap into a bulk load.Michael Cahill2012-10-051-1/+2
| |/ / / /
| * | | | Add ability to disable LSM bloom filters.Alex Gorrod2012-10-041-0/+3
| * | | | Issue #310 needs to be able to call a serialization function from insideKeith Bostic2012-10-031-14/+14
| | |_|/ | |/| |
| * | | unused #defineMichael Cahill2012-10-031-0/+1
| | |/ | |/|
* | | Merge branch 'develop' into lsm-schemaMichael Cahill2012-09-281-0/+2
|\ \ \ | |/ /
| * | Quiet some warnings.Keith Bostic2012-09-271-0/+2
| |/
* | Merge branch 'develop' into lsm-schemaMichael Cahill2012-09-274-15/+28
|\ \ | |/
| * fix a couple of lint warnings.Keith Bostic2012-09-261-0/+1
| * Merge branch 'develop' into lsm-minor-mergeMichael Cahill2012-09-263-10/+18
| |\
| | * Merge pull request #337 from wiredtiger/nocacheMichael Cahill2012-09-262-10/+17
| | |\
| | | * Update hazard references, so the active array grows as needed.Alex Gorrod2012-09-251-2/+2
| | | * Make no_cache configuration undocumented. Update calculation for findingAlex Gorrod2012-09-252-1/+4
| | | * Merge branch 'develop' into nocacheAlex Gorrod2012-09-251-0/+1
| | | |\