summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
AgeCommit message (Expand)Author
2014-05-21Cut WiredTiger release 2.2.02.2.0Alex Gorrod
2014-05-07Update documentation to reflect --enable-verbose.Alex Gorrod
2014-05-01Disable prefix compression by default.Michael Cahill
2014-03-14Update sharec_cache configuration again.Alex Gorrod
2014-03-12Add upgrade doc for shared_cache config changes.Alex Gorrod
2014-03-04Fix wtperf make check, and versions in upgrading documentation.Alex Gorrod
2014-02-26Add upgrade documentation about configuration string parsing changes.Alex Gorrod
2014-02-03Fix grammar error in upgrading documentation.Alex Gorrod
2014-02-03Document the change to transaction_sync default value.Alex Gorrod
2014-02-03Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com...Michael Cahill
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-12-12Cut WiredTiger release 2.0.12.0.1Alex Gorrod
2013-12-03Add upgrade documentation for LSM configuration changes.Alex Gorrod
2013-11-19Add upgrade documentation for WT_EVENT_HANDLER changes.Alex Gorrod
2013-11-18We backed out the change to rename "allocation_size" in 1.6.6, back outKeith Bostic
2013-11-12Compaction changes: fix a bug, we were skipping internal pages if theyKeith Bostic
2013-11-11Go back to "allocation_size" to avoid breaking the world.Michael Cahill
2013-11-09Compression changes.Keith Bostic
2013-10-21match/agree change.Keith Bostic
2013-10-21Add clear to the connection statistics configuration and remove "clear"Keith Bostic
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-09Cut the 1.6.5 release.1.6.5Michael Cahill
2013-10-02Change the default statistics_fast configuration from false to true.Keith Bostic
2013-09-10Change WT_CURSOR::insert to not hold a position/resources in the tree onKeith Bostic
2013-08-24Document the removal of wiredtiger_open's "transactional" keywordKeith Bostic
2013-08-04When we changed the meaning of the overwrite configuration, we missedKeith Bostic
2013-07-13Remove support for prefix-compression on row-store internal pages.Keith Bostic
2013-06-19typoMichael Cahill
2013-06-19Minor edit to the upgrade wording for the overwrite API change.Michael Cahill
2013-06-18Add an upgrading section on the new overwrite configuration semantics.Keith Bostic
2013-06-05Change the default compression configuration to "uncompressed",Keith Bostic
2013-06-05Make the "source" key to WT_SESSION::create undocumented. There are problems...Michael Cahill
2013-06-04Add a new extension function __wt_ext_config_strget that returns theKeith Bostic
2013-05-30Don't use u_int in the API, it's a non-standard type. Closes #561.Keith Bostic
2013-05-28Add upgrade documentation for new shared_cache configuration option.Alex Gorrod
2013-05-23Note the default allocation_size and internal_page_max size changesKeith Bostic
2013-05-16Cut release 1.6.01.6.0Alex Gorrod
2013-05-11The underlying file format just changed, note it in the upgrading document.Keith Bostic
2013-04-19Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill
2013-04-18Export more of the config parsing machinery to the extension API: we're going...Michael Cahill
2013-04-18Add an extension "unload" entry point, configured with "unload" and withKeith Bostic
2013-04-17Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic
2013-04-12Add upgrading information for 1.5.3 (WT_DATA_SOURCE, WT_EXTENSION_APIKeith Bostic
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2012-11-23Make WT_SESSION::create's checksum configuration 3-state: on, off, orKeith Bostic
2012-11-22Merge branch 'develop' into rawKeith Bostic
2012-11-22Update the documentation around statistics keys.Michael Cahill
2012-11-15Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic
2012-10-26Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic
2012-10-24Instead of entering a fake key cell after the last cell on the page justKeith Bostic