summaryrefslogtreecommitdiff
path: root/src/include/api.h
AgeCommit message (Expand)Author
2014-05-07Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod
2014-05-05Merge branch 'develop' into async. Fix conflicts.Susan LoVerso
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-02Switch API tracing to verbose=[api] from a connection option.Alex Gorrod
2014-05-02Add trace functionality to WiredTiger API.Alex Gorrod
2014-04-30Merge branch 'develop' into asyncSusan LoVerso
2014-04-30Clarify the different states a transaction can be in: running or idle, with a...Michael Cahill
2014-04-30Don't allocate transaction IDs in page in, and some name changes.Alex Gorrod
2014-04-30Ensure an updater transaction ID is allocated for different cursor types.Alex Gorrod
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-23Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill
2014-04-02Add ASYNCOP_API_CALL. Fix some error paths.Susan LoVerso
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-21Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill
2013-11-11If a big truncate fills the cache, there is no point retrying.Michael Cahill
2013-07-08The 'transactional' keyword is gone, remove uses of theKeith Bostic
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-22Fix retry logic in autocommit transactions, check for errors from __wt_cache_...Michael Cahill
2013-03-22Move the cache full check for autocommit transactions out of the rollback pat...Michael Cahill
2013-03-02Attempt to avoid test/format getting stuck: check if the cache is full beforeMichael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-19Move the WT_PROCESS structure from api.h to connection.h, it's only usedKeith Bostic
2012-12-19Move WT_SESSION_IMPL into session.h, WT_CONNECTION_IMPL into connection.h.Keith Bostic
2012-12-19Address Keith's review feedback on concurrent checkpoints.Michael Cahill
2012-12-18Merge branch 'develop' into concurrent-checkpointsMichael Cahill
2012-12-18Add a "pre-checkpoint" pass that writes dirty leaf pages without interrupting...Michael Cahill
2012-12-17Move the tree-walk function flags into the flag-generating structure.Keith Bostic
2012-12-14Remove the verbose "readserver" value, it's no longer used anywhere.Keith Bostic
2012-12-10Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic
2012-12-10Rename WT_SERVER_RUN to be WT_CONN_SERVER_RUN to match all the otherKeith Bostic
2012-12-08When __wt_txn_read_{last,first} were removed from TXN_API_END, theKeith Bostic
2012-12-06Change hazard reference to hazard pointer, plus a few minor doc edits.Susan LoVerso
2012-11-25We're using the WT_REC_SINGLE flag for two purposes ("called for eviction"Keith Bostic
2012-11-16Add a session flag to disable cache checks in critical sections.Michael Cahill
2012-11-09Update shared_cache configuration settings and related changes.Alex Gorrod
2012-11-07Add configuration string checking to subconfig options.Alex Gorrod
2012-11-05Update cache pool to keep information in the connections cache structureAlex Gorrod
2012-10-29Merge branch 'develop' into shared-cacheAlex Gorrod
2012-10-25Allow meta_tracking transactions to be nested.Michael Cahill
2012-10-23Add a shared cache pool implemention. Manages a single cache amongstAlex Gorrod
2012-10-16Merge branch 'develop' into compactKeith Bostic
2012-10-16Fix a bug where we weren't skipping unnecessary default checkpointsKeith Bostic
2012-10-16Tweak the search loops in hazard_{set,clear} in favor of last-in-first-out or...Michael Cahill
2012-10-10imported patch cache-check-on-exitMichael Cahill
2012-10-10Cope if there is no btree set in the session when checking for eviction, do t...Michael Cahill
2012-10-10Move the eviction check to before an update starts, rather than after it is h...Michael Cahill