| Age | Commit message (Expand) | Author |
| 2014-05-06 | Fix metadata cursor dup and search_near. | Alex Gorrod |
| 2014-04-23 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-04-23 | Set the TXN_ERROR flag for errors in any transactional call, not just updates. | Michael Cahill |
| 2014-04-07 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-03-14 | Update the metadata cursor implementation. | Alex Gorrod |
| 2014-02-26 | We can't clear the sessions fotxn memory as part of closing a session, | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-06 | Nits. | Alex Gorrod |
| 2013-12-06 | Implement compact for LSM trees. Add a new timeout compact configuration. | Alex Gorrod |
| 2013-11-21 | Switch log_printf to use a log record in the same format as transactional ope... | Michael Cahill |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-11 | If a big truncate fills the cache, there is no point retrying. | Michael Cahill |
| 2013-11-10 | Now that compaction only operates on 10% of the file at a time, repeated | Keith Bostic |
| 2013-11-08 | Don't block the oldest reader in the system forever. Try harder to evict whe... | Michael Cahill |
| 2013-10-29 | Update comments around auto-close callbacks. | Alex Gorrod |
| 2013-10-28 | Ignoring return value of function '__wt_event_handler::handle_close'. | Keith Bostic |
| 2013-10-25 | Merge branch 'develop' into java-auto-close | Alex Gorrod |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-17 | Only free the hazard array during connection close. | Michael Cahill |
| 2013-10-15 | Merge branch 'develop' into lsm-bloom-newest | Michael Cahill |
| 2013-10-14 | Review %d format usage, fix where it should have been something else. | Keith Bostic |
| 2013-10-14 | Fix a long-standing deadlock that could happen when closing a busy LSM tree. | Michael Cahill |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-10-09 | Merge branch 'develop' into java-auto-close | Michael Cahill |
| 2013-10-04 | Add another explicit bump of the oldest ID for LSM. | Michael Cahill |
| 2013-10-04 | Now that we aren't forcing oldest ID updates all the time, we need one in the... | Michael Cahill |
| 2013-09-18 | Change dhandles to use a singly linked list. Fix bug in close to | Susan LoVerso |
| 2013-09-02 | Create a "metadata" cursor. | Keith Bostic |
| 2013-08-15 | Merge branch 'develop' into java-auto-close | Alex Gorrod |
| 2013-08-08 | Move data source truncate method into WT_DATA_SOURCE. | Michael Cahill |
| 2013-08-06 | Merge branch 'develop' into memrata | Keith Bostic |
| 2013-08-06 | session_api.c: function with return after a jump to an error label | Keith Bostic |
| 2013-08-05 | session.compact calls checkpoint, which can't be called inside a | Keith Bostic |
| 2013-07-26 | Back out parts of the changes for 3c48d71c7f and b132281c11 weren't | Keith Bostic |
| 2013-07-25 | Part of the last change ("Copy the key out of the cursor we're duplicating, | Keith Bostic |
| 2013-07-25 | Add data-sources to the list of URIs for which we can duplicate cursors. | Keith Bostic |
| 2013-07-24 | Add support for data-source cursor-range truncation. It's messy because | Keith Bostic |
| 2013-07-23 | Data sources may be enclosed in tables, so must respect the "owner" | Keith Bostic |
| 2013-07-17 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-07-16 | Explicitly clear return references for connection, session and cursor | Keith Bostic |
| 2013-07-09 | Merge branch 'develop' into logging. | Michael Cahill |
| 2013-07-08 | The 'transactional' keyword is gone, remove uses of the | Keith Bostic |
| 2013-06-20 | Merge branch 'develop' into logging | Michael Cahill |
| 2013-06-18 | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill |
| 2013-06-17 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-06-06 | whitespace, fix a comment. | Keith Bostic |
| 2013-06-03 | Clean up a bunch of warnings and remove a bunch of prints. | Susan LoVerso |
| 2013-06-03 | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic |
| 2013-05-29 | Add flags to flags.py. Implement log_scan API. Some bug fixes. | Susan LoVerso |