summaryrefslogtreecommitdiff
path: root/src/include/api.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2804 Don't read values in a tree without a snapshot. (#2924)Michael Cahill2016-08-021-0/+2
* WT-2360 A large set of changes to implement disjunctive and nested joins.Don Anderson2016-04-141-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-1315. Changed names of macros and inline functions to be more clearDon Anderson2015-11-101-0/+8
* Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-3/+13
|\
| * WT-2178 Ensure API leave is done when checking for cache full.Alex Gorrod2015-10-281-1/+1
| * Coding standard complianceAlex Gorrod2015-10-221-1/+1
| * WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-2/+9
* | WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+5
|/
* Boolean conversion pass over include.Keith Bostic2015-09-271-2/+2
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* Fix incorrect arguments to reset_cursors being passedDavid Hows2015-06-221-1/+1
* Fix the extra tab in api.h and extra conn variableDavid Hows2015-06-221-1/+1
* Make session cursor reset optionally free cursor buffersDavid Hows2015-06-221-1/+1
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-9/+9
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-7/+7
* Trivial simplification of API_CALL, wrap the function call in WT_ERR,Keith Bostic2015-04-011-3/+3
* Coverity notes the TXN_API_END_RETRY macro has an unnecessary test forKeith Bostic2015-02-171-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Change the API to not repeatedly call __wt_panic() after the panic flagKeith Bostic2014-11-071-2/+2
* Fix transaction ID logic (again), add session method entry / exit, add a docu...Michael Cahill2014-10-271-1/+1
* Coverity doesn't like session->name staying set to track the last operation, ...Michael Cahill2014-10-201-4/+2
* Merge pull request #1291 from wiredtiger/snap-minMichael Cahill2014-10-201-2/+4
|\
| * Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo...Michael Cahill2014-10-181-2/+4
* | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-171-1/+1
|/
* whitespaceKeith Bostic2014-09-261-1/+1
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-1/+5
* In auto-commit operations, don't reset cursors if we are going to retry the o...Michael Cahill2014-06-031-1/+2
* Reset cursors on auto-commit failure, reference #672.Keith Bostic2014-06-021-1/+1
* Merge pull request #992 from wiredtiger/optional-verboseAlex Gorrod2014-05-071-2/+2
|\
| * A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-2/+2
* | Merge branch 'develop' into async. Fix conflicts.Susan LoVerso2014-05-051-2/+4
|\ \ | |/
| * Switch API tracing to verbose=[api] from a connection option.Alex Gorrod2014-05-021-22/+6
| * Add trace functionality to WiredTiger API.Alex Gorrod2014-05-021-3/+21
* | Merge branch 'develop' into asyncSusan LoVerso2014-04-301-2/+2
|\ \ | |/
| * Clarify the different states a transaction can be in: running or idle, with a...Michael Cahill2014-04-301-5/+4
| * Don't allocate transaction IDs in page in, and some name changes.Alex Gorrod2014-04-301-4/+4
| * Ensure an updater transaction ID is allocated for different cursor types.Alex Gorrod2014-04-301-1/+2
* | Merge branch 'develop' into asyncSusan LoVerso2014-04-291-7/+9
|\ \ | |/
| * Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-7/+9
* | Add ASYNCOP_API_CALL. Fix some error paths.Susan LoVerso2014-04-021-0/+4
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill2013-11-211-0/+3
* If a big truncate fills the cache, there is no point retrying.Michael Cahill2013-11-111-9/+7
* The 'transactional' keyword is gone, remove uses of theKeith Bostic2013-07-081-4/+2
* More work on data-source configuration support.Keith Bostic2013-04-111-2/+2
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-2/+6
* First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-091-15/+14
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-1/+1
|\