summaryrefslogtreecommitdiff
path: root/src/docs
AgeCommit message (Expand)Author
2014-06-25Cut WiredTiger release 2.2.12.2.1Alex Gorrod
2014-06-20Clarify that the transaction sync setting overrides the global setting. Add ...Michael Cahill
2014-06-17Add sentence about close event handler alternative.Susan LoVerso
2014-06-17Add sentence about waiting for worker threads.Susan LoVerso
2014-06-09Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051Susan LoVerso
2014-06-05Fix some LSM latency issues:Michael Cahill
2014-06-04Merge pull request #1049 from wiredtiger/json-docKeith Bostic
2014-06-04Add the word "dump" to the section headings for clarity.Keith Bostic
2014-06-04Add more detail about our JSON output, along with a small sample. refs #740.Don Anderson
2014-06-03Doc typo: there is no need for "::" after a structure name.Michael Cahill
2014-06-02Reset cursors on auto-commit failure, reference #672.Keith Bostic
2014-06-02Add a mention of the JSON dump format to the Ref Guide, reference #740.Keith Bostic
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-29Rename back to .basecfg. Update ordering in docs. #1010Susan LoVerso
2014-05-23Add a brief mention of more of our "selling points" to the main page.Keith Bostic
2014-05-23Fix compatibility with newer versions of doxygen.Michael Cahill
2014-05-23Simplify navigation through the docs: don't mix @section and @subpage.Michael Cahill
2014-05-23Fix a numbered list that triggered markdownMichael Cahill
2014-05-23Merge branch 'develop' into doc-changelogMichael Cahill
2014-05-21Cut WiredTiger release 2.2.02.2.0Alex Gorrod
2014-05-21Add the top-level NEWS file as a "change log" page in the documentation.Michael Cahill
2014-05-14Pull out configuration ordering into its own section, for clarity.Keith Bostic
2014-05-07spellingMichael Cahill
2014-05-07Add documentation for the `WiredTiger.basecfg` file.Michael Cahill
2014-05-07Update documentation to reflect --enable-verbose.Alex Gorrod
2014-05-02Merge pull request #981 from wiredtiger/prefix-compression-defaultMichael Cahill
2014-05-01Optionally skip block cleanup and leak memory on connection close.Keith Bostic
2014-05-01Minor shuffling of prefix-compression docs (now that prefix-compressionKeith Bostic
2014-05-01Disable prefix compression by default.Michael Cahill
2014-04-16Simplify, compaction works on everything but user-defined data sources.Keith Bostic
2014-04-16Remove text that says we don't support transactional logging.Keith Bostic
2014-04-16Fix the cursor-persistence wording, I messed it up.Keith Bostic
2014-04-15Note that WT_CURSOR.insert doesn't hold a position in the object, soKeith Bostic
2014-04-15Make it explicit that LSM cursors cannot read from checkpoints, at leastKeith Bostic
2014-04-15Make it explicit that LSM cursors cannot read from checkpoints, at least unti...Michael Cahill
2014-04-14Split the tuning page sections into individual pages, add a perf-tuningKeith Bostic
2014-04-03Generate Linux man pages when generating docs.Alex Gorrod
2014-03-28Cut release 2.1.2Alex Gorrod
2014-03-28Update sharec_cache configuration again.Alex Gorrod
2014-03-28Add upgrade doc for shared_cache config changes.Alex Gorrod
2014-03-04Cut release 2.1.12.1.1Alex 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-26Merge branch 'develop' into config-parse-apiAlex Gorrod
2014-02-25Fix stat Options subsection.Susan LoVerso
2014-02-25Configuration parser API, update documentation and examples.Alex Gorrod
2014-02-21typo, helium_open_o_truncate -> helium_o_truncateKeith Bostic
2014-02-12Add '.' to config regex doc. #871Susan LoVerso