summaryrefslogtreecommitdiff
path: root/src/include/api.h
AgeCommit message (Expand)Author
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
2012-10-09After an auto-commit transaction, where the cursor may be reused, we need to ...Michael Cahill
2012-10-05Add a connection-wide flag to disable LSM merges.Michael Cahill
2012-10-03Issue #310 needs to be able to call a serialization function from insideKeith Bostic
2012-09-28Merge branch 'develop' into data-handlesMichael Cahill
2012-09-27Propagate eviction failures out to __wt_page_in_func:Michael Cahill
2012-09-27Merge branch 'develop' into data-handlesMichael Cahill
2012-09-26Merge pull request #337 from wiredtiger/nocacheMichael Cahill
2012-09-26Update btree file count to only include open writable files.Alex Gorrod
2012-09-26Take care with error returns when the cache is full:Michael Cahill
2012-09-26Move hazard_size from the connection to the session. Each session can have aAlex Gorrod
2012-09-25Update hazard references, so the active array grows as needed.Alex Gorrod
2012-09-25Merge branch 'develop' into data-handlesMichael Cahill