| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-16 | Add section about basecfg update. | Alex Gorrod | |
| 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-15 | update | Keith Bostic | |
| 2014-10-15 | There are 4 global options. | Keith Bostic | |
| 2014-10-15 | Add -j to the load command's synopsis line. | Keith Bostic | |
| 2014-10-15 | Merge pull request #1258 from wiredtiger/java-doc-examples | Michael Cahill | |
| Java doc examples | |||
| 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-13 | Make 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-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-25 | Merge branch 'develop' into json-load | Don Anderson | |
| 2014-09-25 | Minor cleanup of new wtperf throttle code. | Susan LoVerso | |
| 2014-09-22 | Merge pull request #1238 from wiredtiger/remove-merge-threads | sueloverso | |
| Remove lsm=(merge_threads) configuration option. | |||
| 2014-09-22 | Make text match example. | Susan LoVerso | |
| 2014-09-19 | Merge branch 'develop' into json-load | Alex Gorrod | |
| 2014-09-19 | Remove 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-11 | Add a section on choosing a storage option. | Keith Bostic | |
| 2014-09-11 | I don't expect to fix named checkpoints in LSM, tombstones were the | Keith Bostic | |
| caveat we planned to fix. | |||
| 2014-09-11 | LSM tombstones are no longer empty values, remove that caveat from | Keith Bostic | |
| the LSM page. | |||
| 2014-09-10 | Document that bulk load cursors are non-transactional. | Michael Cahill | |
| 2014-09-10 | Fix for doxygen-1.8.8: it doesn't know how to treat "wiredtiger.in" without ↵ | Michael Cahill | |
| help. | |||
| 2014-09-05 | Document the autogen.sh script in the top level of the tree: that is common ↵ | Michael Cahill | |
| practise on GitHub. refs #1198 | |||
| 2014-09-03 | Normal transaction boundaries no longer reset cursors, reference #1181. | Keith Bostic | |
| 2014-09-02 | Merge branch 'develop' into json-load | Don Anderson | |
| 2014-09-01 | update | Keith Bostic | |
| 2014-09-01 | Minor wording changes to clarify the LevelDB configuration options. | Keith Bostic | |
| 2014-08-29 | Merge pull request #1184 from wiredtiger/doc-cleanup-autobrief | Keith Bostic | |
| Turn off autobrief for pages in the documentation, do a pass for naming structure | |||
| 2014-08-29 | Merge branch 'develop' into no-txn-reset-cursors | Michael Cahill | |
| Conflicts: src/include/wiredtiger.in | |||
| 2014-08-29 | Merge pull request #1120 from wiredtiger/lsm-shared-workers | Michael Cahill | |
| Move LSM workers to a pool shared by the connection. | |||
| 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-28 | Make the two paragraphs match (they're the same, really), I'll abstract | Keith Bostic | |
| them out into a class once we figure out what we're doing with Doxygen. | |||
| 2014-08-29 | s/rolled-back/rolled back/g | Michael Cahill | |
| 2014-08-29 | nit | Michael Cahill | |
| 2014-08-29 | Merge branch 'develop' into lsm-shared-workers | Alex Gorrod | |
| Conflicts: src/docs/upgrading.dox src/lsm/lsm_tree.c | |||
| 2014-08-28 | Switch 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-28 | More documentation changes: explicit calls to begin_transaction and | Keith 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-28 | Be a little more emphatic, so applications make this change. | Keith Bostic | |
| 2014-08-28 | Merge branch 'develop' into no-txn-reset-cursors | Keith Bostic | |
| 2014-08-28 | Clarify the bulk-load & durability paragraph, use a single chunk of text | Keith Bostic | |
| instead of a copy. Reference #1150. | |||
| 2014-08-28 | Update 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-28 | Merge with develop. | Michael Cahill | |
| 2014-08-27 | Coordinate log cursors and log archiving. #1163 | Susan LoVerso | |
| 2014-08-27 | Add intro sentence to retain paragraph. #1150 | Susan LoVerso | |
| 2014-08-27 | Minor changes from durability doc review. #1150 | Susan LoVerso | |
| 2014-08-27 | src/docs/tune-durability.dox:67: warning: multiple use of section label ↵ | Michael Cahill | |
| 'durability_group_commit' | |||
| 2014-08-27 | Don't reset cursors during transaction begin or commit (only on rollback). | Michael Cahill | |
| 2014-08-27 | Merge branch 'develop' into lsm-shared-workers | Alex 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-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 | |||
