summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
Commit message (Expand)AuthorAgeFilesLines
* Update auto-generated files.Michael Cahill2012-11-091-31/+15
* ex_test_perf.c:456:11: error: 'elapsed' may be used uninitialized in this fun...Michael Cahill2012-11-091-12/+28
* Support multiple LSM merge threads with the "lsm_merge_threads" config key. ...Michael Cahill2012-11-011-0/+2
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-5/+5
* Update ex_test_perf program to output statistics during populate.Alex Gorrod2012-10-251-1/+1
* Fix a bug in bulk load of bitmap files.Alex Gorrod2012-10-251-2/+3
* Add an API to pass a config string to __wt_bloom_create.Michael Cahill2012-10-191-5/+8
* Push the "owning" cursor through the LSM open_cursor function, so schema obje...Michael Cahill2012-10-191-1/+2
* Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-181-30/+42
|\
| * Fix a bug where we weren't skipping unnecessary default checkpointsKeith Bostic2012-10-161-0/+3
| * Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-30/+39
* | Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-161-44/+59
|\ \ | |/
| * Update bloom statistics naming to be clearer.Alex Gorrod2012-10-151-17/+20
| * Add advanced tuning options for LSM bloom filters.Alex Gorrod2012-10-151-2/+8
| * Increase accuracy of LSM cache statistics.Alex Gorrod2012-10-141-31/+35
| * Add a merge generation to LSM chunks.Alex Gorrod2012-10-121-13/+15
* | cleanupMichael Cahill2012-10-111-2/+6
* | Merge branch 'develop' into lsm-schemaMichael Cahill2012-10-111-28/+79
|\ \ | |/
| * Messed up the develop merge, fix the stats file.Keith Bostic2012-10-101-28/+30
| * Update auto-generated file.Michael Cahill2012-10-101-1/+7
| * Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-101-39/+43
| |\
| | * Add an eviction statistic to file and LSM statistics cursors.Alex Gorrod2012-10-101-39/+43
| * | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-091-3/+24
| |\ \ | | |/
| | * Add a statistics_fast flag to file statistics cursors.Alex Gorrod2012-10-091-3/+24
| * | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-091-0/+16
| |\ \ | | |/
| | * Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-081-0/+14
| | * Add a connection-wide flag to disable LSM merges.Michael Cahill2012-10-051-0/+2
| * | Kludge to force-feed a bitmap into a bulk load.Michael Cahill2012-10-051-1/+1
| |/
| * Add ability to disable LSM bloom filters.Alex Gorrod2012-10-041-0/+2
* | Merge branch 'develop' into lsm-schemaMichael Cahill2012-09-271-14/+17
|\ \ | |/
| * Merge branch 'develop' into lsm-minor-mergeMichael Cahill2012-09-261-14/+15
| |\
| | * Merge pull request #337 from wiredtiger/nocacheMichael Cahill2012-09-261-11/+10
| | |\
| | | * 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-251-3/+0
| | | * Merge branch 'develop' into nocacheAlex Gorrod2012-09-241-2/+2
| | | |\
| | | * \ Merge branch 'develop' into nocache. Manually merged.Alex Gorrod2012-09-241-1/+1
| | | |\ \
| | | * | | Add partial support for no-cache files -- this works with two caveats:Keith Bostic2012-09-171-9/+11
| | * | | | Abort transactions if the cache is so full that they cannot make progress.Michael Cahill2012-09-261-3/+5
| | | |_|/ | | |/| |
| * | | | Make the maximum number of chunks for merges configurable, rather than derivi...Michael Cahill2012-09-261-0/+2
| |/ / /
* | | | Merge branch 'develop' into lsm-schemaMichael Cahill2012-09-251-6/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'develop' into skipsKeith Bostic2012-09-211-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Clarify that only newly created objects may be bulk-loaded, emptyKeith Bostic2012-09-201-4/+4
| | |/
| * | Support large row-store reconciliation dictionaries: add a skiplistKeith Bostic2012-09-211-2/+2
| |/
* | Add support for LSM column groups and indices to the schema layer.Michael Cahill2012-09-181-2/+2
|/
* Clean up some comments, whitespace.Michael Cahill2012-09-141-2/+2
* Add configuration for LSM chunk size, bloom bit and hash counts.Alex Gorrod2012-09-141-0/+6
* Add a verbose type for lsm. Convert debug print statements to verboseAlex Gorrod2012-09-141-5/+5
* Merge branch 'develop' into lsmAlex Gorrod2012-09-141-1/+2
|\
| * Document how "next_random" cursors really work.Keith Bostic2012-09-131-1/+2
* | Pass "exclusive" to LSM create so it returns EEXIST only when expected.Michael Cahill2012-09-131-1/+1