summaryrefslogtreecommitdiff
path: root/src/docs/programming.dox
AgeCommit message (Expand)Author
2015-02-09Reorder sections in the C reference guide (extensions before tuning).Michael Cahill
2015-02-06Move the LevelDB API page to the "building and installing" section.Keith Bostic
2014-10-30Add documentation for custom collators, including details of custom collators...Michael Cahill
2014-10-16Handle @subpage_single the same as @ref_single in the docs, for cases where a...Michael Cahill
2014-10-16Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill
2014-10-14Add more wording on upgrade/downgrade of databases.Keith Bostic
2014-10-13Add a page on upgrading.Keith Bostic
2014-10-06Multiple language doc support. refs #1130.Don Anderson
2014-09-11Add a section on choosing a storage option.Keith Bostic
2014-08-29Turn off autobrief for pages in the documentation, do a pass for naming struc...Michael Cahill
2014-08-26WiredTiger only has one kind of backup, quit calling it "hot backup".Keith Bostic
2014-08-26Merge branch 'develop' into durability-docsMichael Cahill
2014-08-25Structure durability wording as 3 pages, "checkpoint durability",Keith Bostic
2014-08-23Add more information and examples for the log cursors (a few bug fixes,Keith Bostic
2014-08-21Add a page on writing WiredTiger loadable extensions, explain the special "lo...Michael Cahill
2014-08-08Fix up some oddness in the navigation of the documentation: there should be e...Michael Cahill
2014-08-05Move performance into its own section. #1147Susan LoVerso
2014-08-05Review/edit the new asynchronous doc page, lots of randomKeith Bostic
2014-08-04Add a section to docs for async operations. #1139Susan LoVerso
2014-08-04Remove extra reference to bulk-load page. Rename tune_bulk_load forSusan LoVerso
2014-08-02Add a wtperf page to the documentation, how to simulate workloads.Keith Bostic
2014-07-29Split out shared caches into its own page (separate features fromKeith Bostic
2014-07-29The cache configuration page is a tuning page, do the rename.Keith Bostic
2014-05-23Simplify navigation through the docs: don't mix @section and @subpage.Michael Cahill
2014-05-01Optionally skip block cleanup and leak memory on connection close.Keith Bostic
2014-04-14Split the tuning page sections into individual pages, add a perf-tuningKeith Bostic
2014-01-18test/format runs, now.Keith Bostic
2013-11-10Add a page on compaction.Keith Bostic
2013-08-11Add Memrata documentation.Keith Bostic
2013-05-31Add section headings to the programming guide page.Michael Cahill
2013-05-31Link custom data sources documentation into the docs.Alex Gorrod
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-02-15Forgot one commit: create 4 sections, "writing apps", "formats", "commonKeith Bostic
2013-02-14Add a bulk-load page.Keith Bostic
2012-12-10Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic
2012-11-08Add documentation for cache configuration. Tidy up source.Alex Gorrod
2012-09-14First pass adding documentation for LSM.Michael Cahill
2012-08-09Sprinkle the fact that fixed-width column store of a value of 0 meansKeith Bostic
2012-07-03Implement hot backup feature (ref issue #236).Keith Bostic
2012-06-26Re-work the split between the programming pages and the managing theKeith Bostic
2012-06-18Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic
2012-05-24Documentation reorg: make a clearer distinction between issues for developers...Michael Cahill
2012-05-23Add more documentation for transactions.Michael Cahill