summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
AgeCommit message (Expand)Author
2014-10-16Add section about basecfg update.Alex Gorrod
2014-09-19Remove lsm=(merge_threads) configuration option.Alex Gorrod
2014-08-29Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill
2014-08-29Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-28Switch from adaptive pthread mutexes by default, based on:Keith Bostic
2014-08-28Be a little more emphatic, so applications make this change.Keith Bostic
2014-08-28Merge branch 'develop' into no-txn-reset-cursorsKeith Bostic
2014-08-28Update to the current version of the autoconf macro we use to search for JNI ...Michael Cahill
2014-08-27Don't reset cursors during transaction begin or commit (only on rollback).Michael Cahill
2014-08-27Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-18Add upgrading notes about the WT_COLLATOR change.Michael Cahill
2014-08-13Revert the default behavior for eviction worker threads back to having just t...Michael Cahill
2014-08-11Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill
2014-08-11Move the new eviction settings into a group. We can transition older setting...Michael Cahill
2014-08-11whitespaceMichael Cahill
2014-08-11Add upgrading doc for eviction thread API change.Alex Gorrod
2014-08-08Add upgrade doc for lsm_merge API change. Refs #1120Alex Gorrod
2014-07-29Add upgrading section to docs for 2.3.0 release.Alex Gorrod
2014-06-20Clarify that the transaction sync setting overrides the global setting. Add ...Michael Cahill
2014-06-05Fix some LSM latency issues:Michael Cahill
2014-05-29Minor addition to config order. #1010Susan LoVerso
2014-05-29Expand upgrading to include old/new orders. #1010Susan LoVerso
2014-05-29Update docs for new config ordering. #1010Susan LoVerso
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