summaryrefslogtreecommitdiff
path: root/src/docs/spell.ok
AgeCommit message (Expand)Author
2014-05-07spellingMichael Cahill
2014-04-14Split the tuning page sections into individual pages, add a perf-tuningKeith Bostic
2014-02-26Add upgrade documentation about configuration string parsing changes.Alex Gorrod
2014-02-03Document the change to transaction_sync default value.Alex Gorrod
2014-02-03Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com...Michael Cahill
2014-01-31spellingMichael Cahill
2014-01-30Add zlib documentation.Keith Bostic
2014-01-18clean up spelling, make dist/s_all pass again.Keith Bostic
2014-01-18test/format runs, now.Keith Bostic
2013-11-06Clarify that you can use tar or some other file archiver to do hotKeith Bostic
2013-10-18Add information about Linux performance tuning to our docs.Alex Gorrod
2013-08-11Add Memrata documentation.Keith Bostic
2013-07-17Add a more complex raw mode example, plus an example showing a projectionKeith Bostic
2013-07-03Dual-license under either GPLv2 or GPLv3.Keith Bostic
2013-05-13Mention dd explicitly, it has an option to configure O_DIRECT access.Keith Bostic
2013-05-02Allow unquoted config values that include slashes.Michael Cahill
2013-04-10Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic
2013-04-04Write some custom data source documentation based on my Berkeley DB code.Keith Bostic
2013-03-20Optionally dump statistics for a list of objects as part of statisticsKeith Bostic
2013-03-17Try and group WT cache options together, add more discussion of compression.Keith Bostic
2013-03-17Add tuning advise for os_cache_dirty_max, os_cache_max.Keith Bostic
2013-02-20Add a new server thread that can be configured to periodically outputKeith Bostic
2013-02-13spellingMichael Cahill
2012-12-10Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic
2012-12-10More schema layer cleanup:Michael Cahill
2012-12-08Enhance the ex_schema.c example code to show some more complex examples,Keith Bostic
2012-12-04Add examples of statistics calculations to the documentation.Michael Cahill
2012-10-26Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic
2012-09-14[mq]: lsm-more-docsMichael Cahill
2012-09-14First pass adding documentation for LSM.Michael Cahill
2012-08-15Add a link to the MIT license, explicitly note the status of hash_fnv.c.Keith Bostic
2012-08-13Make cursors long-lived objects: instead of txn_commit and txn_rollbackKeith Bostic
2012-07-31Add the ability to access unnamed checkpoints, issue #271.Keith 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-19Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic
2012-06-18Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic
2012-05-09Move docs/src to src/docs.Michael Cahill