summaryrefslogtreecommitdiff
path: root/src/docs
AgeCommit message (Expand)Author
2015-03-24Add empty upgrading section for 2.5.2 release.Alex Gorrod
2015-03-23Update version in docs.Alex Gorrod
2015-03-06lint: fix some warnings, a minor leak and a Windows test failure (from callin...Michael Cahill
2015-03-04typoKeith Bostic
2015-03-04Mention the cache_overhead configuration when talking about swapping outKeith Bostic
2015-02-19add words to dictionary for docsMichael Cahill
2015-02-16Remove ./examples from EXAMPLE_PATH, it's gone.Keith Bostic
2015-02-16spellingKeith Bostic
2015-02-16Fix wtperf example to reflect incorporation into wtstats.Susan LoVerso
2015-02-12Add recover config setting and use it in the wt command. #1651Susan LoVerso
2015-02-12Merge branch 'develop' into wt-recoverSusan LoVerso
2015-02-12Disable aggregation across all open checkpoints if statistics cursors don't s...Michael Cahill
2015-02-11Merge pull request #1644 from wiredtiger/wtstatsMichael Cahill
2015-02-10Add -r to 'wt' documentation. #1651Susan LoVerso
2015-02-09Merge pull request #1645 from wiredtiger/perf-pageMichael Cahill
2015-02-09Reorder sections in the C reference guide (extensions before tuning).Michael Cahill
2015-02-06Removing mentions of WiredTiger, Inc. as a company.Keith Bostic
2015-02-06Move the LevelDB API page to the "building and installing" section.Keith Bostic
2015-02-06Found @ref_single, remove the REFGENERIC hack.Keith Bostic
2015-02-06Rework the wtperf visualization section to match the new directoryKeith Bostic
2015-02-02Split the POSIX and Windows build documentation into two pages.Keith Bostic
2015-01-27Windows Install DocumentationMark Benvenuto
2015-01-26Restore default transaction_sync values. #1585 #1586Susan LoVerso
2015-01-21Add log code to ensure write-no-sync. #1585Susan LoVerso
2015-01-13Some wording fixes from Sue.Don Anderson
2015-01-13Mentioned wtstats.py --help in the doc, as well as using a directory argument.Don Anderson
2015-01-13Added documentation for wtstats.pyDon Anderson
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic
2014-12-29When we redid the database statistics configuration, we configured the wtKeith Bostic
2014-12-23Candidate for 2.5.0 release changelogAlex Gorrod
2014-12-15Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill
2014-12-12Add some wording around WT_PANIC to clarify that the application canKeith Bostic
2014-12-10Add an example a large leaf-page value overflow configKeith Bostic
2014-12-10Another pass over the wording.Keith Bostic
2014-12-09Separate the btree maximum key/value sizes from the underlying pageKeith Bostic
2014-12-08Merge branch 'develop' into none-configAlex Gorrod
2014-12-08More docs for "none" configs.Michael Cahill
2014-12-08Check for configurations of "none" in a wrapper around the config string pars...Michael Cahill
2014-12-03Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic
2014-12-03Changes in #1204, #1288 mistakenly changed the values for some errorKeith Bostic
2014-12-03Support "none" in all configuration strings as an alternative to anKeith Bostic
2014-12-02Merge branch 'develop' into split-rightMichael Cahill
2014-11-28When we switched from converting off_t's to/from uint32_t's in fileKeith Bostic
2014-11-19spellingMichael Cahill
2014-11-19Merge pull request #1370 from wiredtiger/incremental-backupMichael Cahill
2014-11-18Fixup immutable indexes per review comments.Alex Gorrod
2014-11-18Add support for immutable indices.Alex Gorrod
2014-11-14Update backup documentation. #1183Susan LoVerso
2014-11-10I moved the getopt.c sources from src/utilities/util_getopt.c toKeith Bostic
2014-11-10Merge pull request #1362 from wiredtiger/log-bytes-payloadsueloverso