summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
AgeCommit message (Expand)Author
2014-10-16Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-14Add more wording on upgrade/downgrade of databases.Keith Bostic
2014-10-06Don't list the potential object types, it doesn't add information.Keith Bostic
2014-10-02Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-10-02Simplify testing for basic types during configuration: we're running onKeith Bostic
2014-09-25Merge branch 'develop' into json-loadDon Anderson
2014-09-25Fixes for compiler warnings, cleanup as a result of running s_all.Don Anderson
2014-09-23Add new verbose option "temporary" so it's possible to easily turn on specificKeith Bostic
2014-09-23The "readserver" verbose flag was never deleted from the api_data.py list.Keith Bostic
2014-09-22Merge pull request #1238 from wiredtiger/remove-merge-threadssueloverso
2014-09-22Merge branch 'develop' into cursor-uri-protectKeith Bostic
2014-09-20Don't assign WT_ITEMs in example code, some WT_ITEM fields are private.Keith Bostic
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-19Remove lsm=(merge_threads) configuration option.Alex Gorrod
2014-09-18Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso
2014-09-18Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso
2014-09-18Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod
2014-09-02Merge branch 'develop' into json-loadDon Anderson
2014-08-29Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill
2014-08-29s/rolled-back/rolled back/gMichael Cahill
2014-08-28Don't use the phrase "open cursors", I'm not clear on what it mightKeith Bostic
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
2014-08-26Merge branch 'develop' into durability-docsMichael Cahill
2014-08-26Merge pull request #1173 from wiredtiger/ckpt-log-sizeMichael Cahill
2014-08-25Structure durability wording as 3 pages, "checkpoint durability",Keith Bostic
2014-08-23Add more information and examples for the log cursors (a few bug fixes,Keith Bostic
2014-08-23Merge branch 'develop' into json-loadDon Anderson
2014-08-21Fix minimum value. #1170Susan LoVerso
2014-08-21Add a page on writing WiredTiger loadable extensions, explain the special "lo...Michael Cahill
2014-08-21Add a special "local" extension target that can call out to initialization fu...Michael Cahill
2014-08-20Add log_size configuration for checkpoints. #1170Susan LoVerso
2014-08-15Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill
2014-08-15Add a way to create documentation snippets that are reused in multiple places...Michael Cahill
2014-08-13Fix a few more documentation nits.Michael Cahill
2014-08-13Check documentation prior to cutting a release.Michael Cahill
2014-08-13Revert the default behavior for eviction worker threads back to having just t...Michael Cahill
2014-08-11Move the new eviction settings into a group. We can transition older setting...Michael Cahill
2014-08-11Make dynamic eviction workers the default. #1143Alex Gorrod
2014-08-08s_all tidy up.Alex Gorrod
2014-08-06Add JSON loading to cursors and wt load utility. refs #740.Don Anderson
2014-08-06Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-06Merge branch 'develop' into dynamic-evict-workersAlex Gorrod
2014-08-05Clarify return values sent via the callback.Susan LoVerso
2014-08-05Don't write method wording for the WT_ASYNC_OP methods, instead pointKeith Bostic
2014-08-05Document EBUSY and update python. #1153Susan LoVerso
2014-08-05Don't describe the WT_ASYNC_OPTYPE operations inline, point to theKeith Bostic
2014-08-05WT_ASYNC_OP.{id,get} don't return errors.Keith Bostic