summaryrefslogtreecommitdiff
path: root/src/docs/programming.dox
AgeCommit message (Collapse)Author
2014-10-16Handle @subpage_single the same as @ref_single in the docs, for cases where ↵Michael Cahill
a multi-language page references a single-language page.
2014-10-16Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill
Basecfg version
2014-10-14Add more wording on upgrade/downgrade of databases.Keith Bostic
Add "config_base" configuration string to wiredtiger_open, controls the creation of the base-configuration file. Add a test, merge test_isnew.py and test_gethome.py plus the new test into test_home.py.:
2014-10-13Add a page on upgrading.Keith Bostic
2014-10-06Multiple language doc support. refs #1130.Don Anderson
doxfilter modified to know about new macros: @m_page, @m_if, @m_else, @m_endif. Pages with @m_page have all its snippets/subpages point to the language specific example/subpage. The java examples directory added to EXAMPLE_PATH in Doxyfile. Added @m_page to any doc page that also needs a Java version. Added cast to wiredtiger.i for stricter compiler checking.
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 ↵Michael Cahill
structure. --HG-- rename : src/docs/checkpoints.dox => src/docs/checkpoint.dox rename : src/docs/custom_data.dox => src/docs/custom-data-sources.dox rename : src/docs/data_sources.dox => src/docs/data-sources.dox rename : src/docs/config-file.dox => src/docs/database-config.dox rename : src/docs/error.dox => src/docs/error-handling.dox rename : src/docs/tune-compress.dox => src/docs/tune-compression.dox rename : src/docs/tune-system-buffer.dox => src/docs/tune-system-buffer-cache.dox rename : src/docs/tune-huge-page.dox => src/docs/tune-transparent-huge-pages.dox
2014-08-26WiredTiger only has one kind of backup, quit calling it "hot backup".Keith Bostic
Document how incremental backup works.
2014-08-26Merge branch 'develop' into durability-docsMichael Cahill
Conflicts: src/docs/checkpoints.dox
2014-08-25Structure durability wording as 3 pages, "checkpoint durability",Keith Bostic
"commit-level durability", and "tuning durability".
2014-08-23Add more information and examples for the log cursors (a few bug fixes,Keith Bostic
fix up the types in the examples, make sure we don't ignore any error returns).
2014-08-21Add a page on writing WiredTiger loadable extensions, explain the special ↵Michael Cahill
"local" usage.
2014-08-08Fix up some oddness in the navigation of the documentation: there should be ↵Michael Cahill
exactly one @subpage for each page, other references should use @ref.
2014-08-05Move performance into its own section. #1147Susan LoVerso
2014-08-05Review/edit the new asynchronous doc page, lots of randomKeith Bostic
cleanup/simplifications (at least, hopefully, they cleanup and/or simplify).
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
consistency.
2014-08-02Add a wtperf page to the documentation, how to simulate workloads.Keith Bostic
Restructure the top-page a little, split apart admin and programming sections.
2014-07-29Split out shared caches into its own page (separate features fromKeith Bostic
tuning information). Rename "Deployment considerations" to "Application notes", put shared cache feature information there.
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
Reference #845.
2014-04-14Split the tuning page sections into individual pages, add a perf-tuningKeith Bostic
section to the "Writing WiredTiger applications" page.
2014-01-18test/format runs, now.Keith Bostic
Remove the Memrata support, add Helium documentation, remaining cleanups.
2013-11-10Add a page on compaction.Keith Bostic
Note that compaction works on live data sources. Note that named checkpoints can stop compaction from succeeding.
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
Change statistics_log to pay attention to the new statistics flag (this means you can turn statistics logging on/off by reconfiguring the statistics flag). Don't allocation statistics structures separately from the enclosing objects, it simplifies error handling a lot. Fix a bug in re-configuration, we should only review the application- specified values, and verbose configuration wasn't doing that.
2013-02-15Forgot one commit: create 4 sections, "writing apps", "formats", "commonKeith Bostic
topics", "other stuff". Not great, but better.
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
Add an "error handling" section to the documentation so errors are grouped in a single place.
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
"deleted" in a few different places. Re-work the file-format page to subordinate to the schema page.
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
database pages, and reference common topics from both pages.
2012-06-18Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic
handles; we'll get rid of "snapshot" in the rest of the system over time.
2012-05-24Documentation reorg: make a clearer distinction between issues for ↵Michael Cahill
developers writing a WiredTiger application versus topics around managing an installation.
2012-05-23Add more documentation for transactions.Michael Cahill
refs #138 --HG-- rename : src/docs/using.dox => src/docs/admin.dox rename : src/docs/using.dox => src/docs/programming.dox rename : src/docs/snapshot.dox => src/docs/snapshots.dox