summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2013-05-11Support for a new configuration option, file_extend, that extends the fileKeith Bostic
2013-05-09Merge branch 'develop' into terminate-methodMichael Cahill
2013-05-08Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill
2013-05-07Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic
2013-04-20minor cleanup, remove unnecessary documentation chunk.Keith Bostic
2013-04-20Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic
2013-04-18Export more of the config parsing machinery to the extension API: we're going...Michael Cahill
2013-04-18Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill
2013-04-17Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic
2013-04-17Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;Keith Bostic
2013-04-17Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic
2013-04-17Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic
2013-04-17More changes to the extension API (this is only part-way there, but itKeith Bostic
2013-04-16Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic
2013-04-12Merge branch 'develop' into data-sourceKeith Bostic
2013-04-12Configure the statistics example program with statistics.Keith Bostic
2013-04-12Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-11update for dist scripts.Keith Bostic
2013-04-11Add a small example for list using strsep -- I'm pretty sure this isKeith Bostic
2013-04-11Enhance some wording and the examples.Keith Bostic
2013-04-10Add documentation and examples for setting custom configuration strings.Keith Bostic
2013-04-10Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09Make WiredTiger extension functions available to linked-in modules viaKeith Bostic
2013-04-03Clean up build script complaints.Keith Bostic
2013-04-03Add support for compaction, salvage and verification to data-sourceKeith Bostic
2013-04-03First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic
2013-03-25Support logging the statistics of a type of object based on a partialKeith Bostic
2013-03-21Replace statistics_log.objects with statistics_log.sources, no other change.Keith Bostic
2013-03-20Optionally dump statistics for a list of objects as part of statisticsKeith Bostic
2013-03-18Minor cleanup of the WT_COMPRESSOR docs, list all of the possible structureKeith Bostic
2013-03-17Create/drop the table we're manipulating, otherwise we don't get configKeith Bostic
2013-03-17Make more of ex_all run, I want to test some session configuration strings.Keith Bostic
2013-03-17os_cache_dirty_max, os_cache_max are WT_SESSION::create configurationKeith Bostic
2013-03-17Don't drop core if an open fails, it's just a distraction from debugging.Keith Bostic
2013-03-17Try and group WT cache options together, add more discussion of compression.Keith Bostic
2013-03-17Add tuning advise for os_cache_dirty_max, os_cache_max.Keith Bostic
2013-02-25Run more of the wiredtiger_open calls by closing previously opened handles.Keith Bostic
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-02-21Michael's suggestion to use a statistics_log.wait value of not-zero toKeith Bostic
2013-02-21Documentation typo: need commas between config values.Michael Cahill
2013-02-20Merge pull request #453 from wiredtiger/javaMichael Cahill
2013-02-20Add a new server thread that can be configured to periodically outputKeith Bostic
2013-02-19Fix copyright notices in Java source code.Alex Gorrod
2013-02-19Remove stub WiredTiger YCSB implementation from source tree.Alex Gorrod
2013-02-19Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod
2013-02-13Update Java example to use new cursor interface.Alex Gorrod
2013-02-12Update Java structure packing implementation.Alex Gorrod
2013-02-08Add a Java implementation of packed formats.Alex Gorrod