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