| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-16 | Handle @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-16 | Merge pull request #1274 from wiredtiger/basecfg-version | Michael Cahill | |
| Basecfg version | |||
| 2014-10-14 | Add 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-13 | Add a page on upgrading. | Keith Bostic | |
| 2014-10-06 | Multiple 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-11 | Add a section on choosing a storage option. | Keith Bostic | |
| 2014-08-29 | Turn 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-26 | WiredTiger only has one kind of backup, quit calling it "hot backup". | Keith Bostic | |
| Document how incremental backup works. | |||
| 2014-08-26 | Merge branch 'develop' into durability-docs | Michael Cahill | |
| Conflicts: src/docs/checkpoints.dox | |||
| 2014-08-25 | Structure durability wording as 3 pages, "checkpoint durability", | Keith Bostic | |
| "commit-level durability", and "tuning durability". | |||
| 2014-08-23 | Add 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-21 | Add a page on writing WiredTiger loadable extensions, explain the special ↵ | Michael Cahill | |
| "local" usage. | |||
| 2014-08-08 | Fix 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-05 | Move performance into its own section. #1147 | Susan LoVerso | |
| 2014-08-05 | Review/edit the new asynchronous doc page, lots of random | Keith Bostic | |
| cleanup/simplifications (at least, hopefully, they cleanup and/or simplify). | |||
| 2014-08-04 | Add a section to docs for async operations. #1139 | Susan LoVerso | |
| 2014-08-04 | Remove extra reference to bulk-load page. Rename tune_bulk_load for | Susan LoVerso | |
| consistency. | |||
| 2014-08-02 | Add 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-29 | Split out shared caches into its own page (separate features from | Keith Bostic | |
| tuning information). Rename "Deployment considerations" to "Application notes", put shared cache feature information there. | |||
| 2014-07-29 | The cache configuration page is a tuning page, do the rename. | Keith Bostic | |
| 2014-05-23 | Simplify navigation through the docs: don't mix @section and @subpage. | Michael Cahill | |
| 2014-05-01 | Optionally skip block cleanup and leak memory on connection close. | Keith Bostic | |
| Reference #845. | |||
| 2014-04-14 | Split the tuning page sections into individual pages, add a perf-tuning | Keith Bostic | |
| section to the "Writing WiredTiger applications" page. | |||
| 2014-01-18 | test/format runs, now. | Keith Bostic | |
| Remove the Memrata support, add Helium documentation, remaining cleanups. | |||
| 2013-11-10 | Add 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-11 | Add Memrata documentation. | Keith Bostic | |
| 2013-05-31 | Add section headings to the programming guide page. | Michael Cahill | |
| 2013-05-31 | Link custom data sources documentation into the docs. | Alex Gorrod | |
| 2013-02-22 | Make 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-15 | Forgot one commit: create 4 sections, "writing apps", "formats", "common | Keith Bostic | |
| topics", "other stuff". Not great, but better. | |||
| 2013-02-14 | Add a bulk-load page. | Keith Bostic | |
| 2012-12-10 | Add 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-08 | Add documentation for cache configuration. Tidy up source. | Alex Gorrod | |
| 2012-09-14 | First pass adding documentation for LSM. | Michael Cahill | |
| 2012-08-09 | Sprinkle the fact that fixed-width column store of a value of 0 means | Keith Bostic | |
| "deleted" in a few different places. Re-work the file-format page to subordinate to the schema page. | |||
| 2012-07-03 | Implement hot backup feature (ref issue #236). | Keith Bostic | |
| 2012-06-26 | Re-work the split between the programming pages and the managing the | Keith Bostic | |
| database pages, and reference common topics from both pages. | |||
| 2012-06-18 | Get rid of "snapshot" at the API layer, drive the change down to the btree | Keith Bostic | |
| handles; we'll get rid of "snapshot" in the rest of the system over time. | |||
| 2012-05-24 | Documentation reorg: make a clearer distinction between issues for ↵ | Michael Cahill | |
| developers writing a WiredTiger application versus topics around managing an installation. | |||
| 2012-05-23 | Add 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 | |||
