summaryrefslogtreecommitdiff
path: root/dist/api_data.py
AgeCommit message (Expand)Author
2012-10-25Update ex_test_perf program to output statistics during populate.Alex Gorrod
2012-10-25Fix a bug in bulk load of bitmap files.Alex Gorrod
2012-10-19Add an API to pass a config string to __wt_bloom_create.Michael Cahill
2012-10-18Merge branch 'develop' into lsm-schemaMichael Cahill
2012-10-16Fix a bug where we weren't skipping unnecessary default checkpointsKeith Bostic
2012-10-16Add support for online compaction, ref #248. This is an initial commit,Keith Bostic
2012-10-16Merge branch 'develop' into lsm-schemaMichael Cahill
2012-10-15Add advanced tuning options for LSM bloom filters.Alex Gorrod
2012-10-11cleanupMichael Cahill
2012-10-11Merge branch 'develop' into lsm-schemaMichael Cahill
2012-10-10Cleanup the Bloom filter bulk-load change.Michael Cahill
2012-10-09Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill
2012-10-09Add a statistics_fast flag to file statistics cursors.Alex Gorrod
2012-10-09Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill
2012-10-05Add a connection-wide flag to disable LSM merges.Michael Cahill
2012-10-05Kludge to force-feed a bitmap into a bulk load.Michael Cahill
2012-10-04Add ability to disable LSM bloom filters.Alex Gorrod
2012-09-27Merge branch 'develop' into lsm-schemaMichael Cahill
2012-09-26Merge branch 'develop' into lsm-minor-mergeMichael Cahill
2012-09-26Make the maximum number of chunks for merges configurable, rather than derivi...Michael Cahill
2012-09-25Update hazard references, so the active array grows as needed.Alex Gorrod
2012-09-25Make no_cache configuration undocumented. Update calculation for findingAlex Gorrod
2012-09-25Merge branch 'develop' into lsm-schemaMichael Cahill
2012-09-24Merge branch 'develop' into nocacheAlex Gorrod
2012-09-24Merge branch 'develop' into nocache. Manually merged.Alex Gorrod
2012-09-21Merge branch 'develop' into skipsKeith Bostic
2012-09-21Support large row-store reconciliation dictionaries: add a skiplistKeith Bostic
2012-09-20Clarify that only newly created objects may be bulk-loaded, emptyKeith Bostic
2012-09-18Add support for LSM column groups and indices to the schema layer.Michael Cahill
2012-09-17Add partial support for no-cache files -- this works with two caveats:Keith Bostic
2012-09-14Clean up some comments, whitespace.Michael Cahill
2012-09-14Add configuration for LSM chunk size, bloom bit and hash counts.Alex Gorrod
2012-09-14Add a verbose type for lsm. Convert debug print statements to verboseAlex Gorrod
2012-09-13Document how "next_random" cursors really work.Keith Bostic
2012-09-09Configuration doesn't currently support a minimum value for a configurationKeith Bostic
2012-09-09Add support for row-store leaf page value dictionaries, using the newKeith Bostic
2012-08-15Fix links on the "command line utility" page.Michael Cahill
2012-08-08Add conn.open_session method support for the isolation configurationKeith Bostic
2012-08-08Add support for read-committed isolation.Michael Cahill
2012-08-05Merge pull request #281 from wiredtiger/cache-residentMichael Cahill
2012-08-03Remove the cursor.reconfigure method, and replace it with documentationKeith Bostic
2012-08-03Merge branch 'develop' into cache-residentKeith Bostic
2012-08-03Move the cache-resident configuration string from session.open_cursorKeith Bostic
2012-08-02Add the cache_resident configuration flag, turns off page eviction andKeith Bostic
2012-08-02more wording on the difference between named/internal checkpointsKeith Bostic
2012-07-31Add the ability to access unnamed checkpoints, issue #271.Keith Bostic
2012-07-31Don't repeatedly look up btree handles for schema operations.Michael Cahill
2012-07-03Merge branch 'develop' into backupKeith Bostic
2012-07-03Implement hot backup feature (ref issue #236).Keith Bostic
2012-07-03Simplify schema locking.Michael Cahill