summaryrefslogtreecommitdiff
path: root/src/docs/programming.dox
AgeCommit message (Collapse)Author
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