summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
Commit message (Expand)AuthorAgeFilesLines
* Add upgrade documentation for WT_EVENT_HANDLER changes.Alex Gorrod2013-11-191-0/+10
* We backed out the change to rename "allocation_size" in 1.6.6, back outKeith Bostic2013-11-181-9/+0
* Compaction changes: fix a bug, we were skipping internal pages if theyKeith Bostic2013-11-121-0/+6
* Go back to "allocation_size" to avoid breaking the world.Michael Cahill2013-11-111-1/+1
* Compression changes.Keith Bostic2013-11-091-0/+18
* match/agree change.Keith Bostic2013-10-211-1/+1
* Add clear to the connection statistics configuration and remove "clear"Keith Bostic2013-10-211-1/+1
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-0/+56
* Cut the 1.6.5 release.1.6.5Michael Cahill2013-10-091-0/+5
* Change the default statistics_fast configuration from false to true.Keith Bostic2013-10-021-0/+9
* Change WT_CURSOR::insert to not hold a position/resources in the tree onKeith Bostic2013-09-101-0/+14
* Document the removal of wiredtiger_open's "transactional" keywordKeith Bostic2013-08-241-0/+7
* When we changed the meaning of the overwrite configuration, we missedKeith Bostic2013-08-041-0/+12
* Remove support for prefix-compression on row-store internal pages.Keith Bostic2013-07-131-0/+11
* typoMichael Cahill2013-06-191-1/+1
* Minor edit to the upgrade wording for the overwrite API change.Michael Cahill2013-06-191-18/+18
* Add an upgrading section on the new overwrite configuration semantics.Keith Bostic2013-06-181-0/+32
* Change the default compression configuration to "uncompressed",Keith Bostic2013-06-051-3/+11
* Make the "source" key to WT_SESSION::create undocumented. There are problems...Michael Cahill2013-06-051-0/+7
* Add a new extension function __wt_ext_config_strget that returns theKeith Bostic2013-06-041-0/+12
* Don't use u_int in the API, it's a non-standard type. Closes #561.Keith Bostic2013-05-301-0/+8
* Add upgrade documentation for new shared_cache configuration option.Alex Gorrod2013-05-281-0/+7
* Note the default allocation_size and internal_page_max size changesKeith Bostic2013-05-231-0/+14
* Cut release 1.6.01.6.0Alex Gorrod2013-05-161-2/+2
* The underlying file format just changed, note it in the upgrading document.Keith Bostic2013-05-111-0/+11
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-191-13/+7
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-4/+4
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-181-5/+13
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-10/+34
* Add upgrading information for 1.5.3 (WT_DATA_SOURCE, WT_EXTENSION_APIKeith Bostic2013-04-121-0/+46
* Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-0/+11
* Make WT_SESSION::create's checksum configuration 3-state: on, off, orKeith Bostic2012-11-231-0/+9
* Merge branch 'develop' into rawKeith Bostic2012-11-221-2/+14
|\
| * Update the documentation around statistics keys.Michael Cahill2012-11-221-0/+10
* | Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic2012-11-151-1/+18
|/
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-2/+41
* Instead of entering a fake key cell after the last cell on the page justKeith Bostic2012-10-241-0/+11
* Now that we export cursor.compare; move the cursor positioning forKeith Bostic2012-09-071-0/+10
* Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-3/+4
* Add to the upgrade notes to cover some more behavior changes in 1.3.Michael Cahill2012-08-161-3/+9
* Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic2012-08-131-22/+47
* Document read-committed is the 1.3 release default isolation.Keith Bostic2012-08-081-1/+6
* Change cursor.equals to return a standard error value and store the cursorKeith Bostic2012-07-281-2/+7
* In 1.3, you can't duplicate cursors that aren't positioned, a cursor mustKeith Bostic2012-07-171-0/+7
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-1/+6
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-2/+12
* session.drop no longer deletes snapshots, remove support for the -s optionKeith Bostic2012-06-181-0/+4
* update whitespaceKeith Bostic2012-06-161-1/+0
* Update the upgrading docs for the 1.3 release to match the checkpointKeith Bostic2012-06-161-2/+18
* Add an upgrading page.Keith Bostic2012-06-051-0/+8