summaryrefslogtreecommitdiff
path: root/src/docs
AgeCommit message (Collapse)Author
2014-10-16Add section about basecfg update.Alex Gorrod
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-15updateKeith Bostic
2014-10-15There are 4 global options.Keith Bostic
2014-10-15Add -j to the load command's synopsis line.Keith Bostic
2014-10-15Merge pull request #1258 from wiredtiger/java-doc-examplesMichael Cahill
Java doc examples
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-13Make sure the Java examples are built along with the API. Make section ↵Michael Cahill
names language-specific to avoid errors from newer releases of doxygen.
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-25Merge branch 'develop' into json-loadDon Anderson
2014-09-25Minor cleanup of new wtperf throttle code.Susan LoVerso
2014-09-22Merge pull request #1238 from wiredtiger/remove-merge-threadssueloverso
Remove lsm=(merge_threads) configuration option.
2014-09-22Make text match example.Susan LoVerso
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-19Remove lsm=(merge_threads) configuration option.Alex Gorrod
It's been replaced by lsm_manager=(worker_thread_max). Update all places it was used in our tree, and add note to upgrade doc.
2014-09-11Add a section on choosing a storage option.Keith Bostic
2014-09-11I don't expect to fix named checkpoints in LSM, tombstones were theKeith Bostic
caveat we planned to fix.
2014-09-11LSM tombstones are no longer empty values, remove that caveat fromKeith Bostic
the LSM page.
2014-09-10Document that bulk load cursors are non-transactional.Michael Cahill
2014-09-10Fix for doxygen-1.8.8: it doesn't know how to treat "wiredtiger.in" without ↵Michael Cahill
help.
2014-09-05Document the autogen.sh script in the top level of the tree: that is common ↵Michael Cahill
practise on GitHub. refs #1198
2014-09-03Normal transaction boundaries no longer reset cursors, reference #1181.Keith Bostic
2014-09-02Merge branch 'develop' into json-loadDon Anderson
2014-09-01updateKeith Bostic
2014-09-01Minor wording changes to clarify the LevelDB configuration options.Keith Bostic
2014-08-29Merge pull request #1184 from wiredtiger/doc-cleanup-autobriefKeith Bostic
Turn off autobrief for pages in the documentation, do a pass for naming structure
2014-08-29Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill
Conflicts: src/include/wiredtiger.in
2014-08-29Merge pull request #1120 from wiredtiger/lsm-shared-workersMichael Cahill
Move LSM workers to a pool shared by the connection.
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-28Make the two paragraphs match (they're the same, really), I'll abstractKeith Bostic
them out into a class once we figure out what we're doing with Doxygen.
2014-08-29s/rolled-back/rolled back/gMichael Cahill
2014-08-29nitMichael Cahill
2014-08-29Merge branch 'develop' into lsm-shared-workersAlex Gorrod
Conflicts: src/docs/upgrading.dox src/lsm/lsm_tree.c
2014-08-28Switch from adaptive pthread mutexes by default, based on:Keith Bostic
http://smalldatum.blogspot.com/2014/08/the-innodb-mutex.html There's more information here: http://stackoverflow.com/questions/19863734/what-is-pthread-mutex-adaptive-np Add a new option, --pthread_adaptive to configure adaptive mutexes. Don't list --pthread-logging in the --with-spinlock=XXX configure usage message, that's not for public use. Add a tuning page that talks about mutex choice.
2014-08-28More documentation changes: explicit calls to begin_transaction andKeith Bostic
commit_transaction no longer reset cursors, remove wording talking about copying a key and re-positioning the cursor after a transaction boundary. Fix up the sample code to match the new semantics.
2014-08-28Be a little more emphatic, so applications make this change.Keith Bostic
2014-08-28Merge branch 'develop' into no-txn-reset-cursorsKeith Bostic
2014-08-28Clarify the bulk-load & durability paragraph, use a single chunk of textKeith Bostic
instead of a copy. Reference #1150.
2014-08-28Update to the current version of the autoconf macro we use to search for JNI ↵Michael Cahill
includes (thanks, @ddanderson!). Switch from AC_CHECK_FILE to AC_CHECK_HEADER to suppress cross-compilation warnings from autoconf.
2014-08-28Merge with develop.Michael Cahill
2014-08-27Coordinate log cursors and log archiving. #1163Susan LoVerso
2014-08-27Add intro sentence to retain paragraph. #1150Susan LoVerso
2014-08-27Minor changes from durability doc review. #1150Susan LoVerso
2014-08-27src/docs/tune-durability.dox:67: warning: multiple use of section label ↵Michael Cahill
'durability_group_commit'
2014-08-27Don't reset cursors during transaction begin or commit (only on rollback).Michael Cahill
2014-08-27Merge branch 'develop' into lsm-shared-workersAlex Gorrod
Conflicts: dist/api_data.py src/config/config_def.c src/docs/upgrading.dox src/include/flags.h src/include/wiredtiger.in
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