| 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-17 | Fix a bug where we could free invalid memory during checkpoint. | Alex Gorrod |
| 2014-04-07 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-04-04 | Simplify pinning and releasing a transaction ID required to look at page inde... | Michael Cahill |
| 2014-04-03 | Make sure we always publish a required transaction ID before looking at page ... | Michael Cahill |
| 2014-03-14 | Update the metadata cursor implementation. | Alex Gorrod |
| 2014-03-04 | Minor generalization of the fotxn structures so they're not limited to | Keith Bostic |
| 2014-02-27 | lint, uninitialized variable complaint. | Keith Bostic |
| 2014-02-26 | We can't clear the sessions fotxn memory as part of closing a session, | Keith Bostic |
| 2014-02-26 | Free the WT_SESSION_IMPL.fotxn structure itself, on connection close. | Keith Bostic |
| 2014-02-25 | Add a WT_SESSION_IMPL structure that allows us to store memory and free | Keith Bostic |
| 2014-01-15 | Return if another thread already is in compact. | Susan LoVerso |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-30 | Whitespace | Susan LoVerso |
| 2013-12-28 | Don't sweep this session's dhandle. #827 | Susan LoVerso |
| 2013-12-17 | Merge Sue's fix for the session refcount with mine, simplify. | Michael Cahill |
| 2013-12-16 | If a session already has a reference to a dhandle, don't add another. | Susan LoVerso |
| 2013-12-12 | spelling | Michael Cahill |
| 2013-12-11 | Merge pull request #803 from wiredtiger/lint | Alex Gorrod |
| 2013-12-12 | Fix LSM compact so it doesn't try to compact the file inside an LSM tree. | Michael Cahill |
| 2013-12-11 | lint + Coverity | Keith Bostic |
| 2013-12-11 | LSM compaction review updates. Implement Sue's suggestions, be more aggressi... | Michael Cahill |
| 2013-12-06 | Nits. | Alex Gorrod |
| 2013-12-06 | Merge branch 'develop' into compact-lsm | Alex Gorrod |
| 2013-12-06 | Implement compact for LSM trees. Add a new timeout compact configuration. | Alex Gorrod |
| 2013-12-04 | Abstract out the data source in-use increment/decrement so we don't have | Keith Bostic |
| 2013-12-04 | Rename refcnt and usecnt, add a comment to clarify their purpose. | Keith Bostic |
| 2013-12-04 | Merge branch 'develop' into dhandle | Keith Bostic |
| 2013-12-04 | whitespace | Keith Bostic |
| 2013-11-30 | lint | Keith Bostic |
| 2013-11-30 | cleanup some unused variables. | Keith Bostic |
| 2013-11-30 | Add WT_SESSION use-countet to WT_DATA_HANDLEs | Keith Bostic |
| 2013-11-30 | Track connection & session data handle sweeps consistently, move | Keith Bostic |
| 2013-11-21 | Switch log_printf to use a log record in the same format as transactional ope... | Michael Cahill |
| 2013-11-18 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-12 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-11 | If a big truncate fills the cache, there is no point retrying. | Michael Cahill |
| 2013-11-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-10 | Now that compaction only operates on 10% of the file at a time, repeated | Keith Bostic |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-08 | Don't block the oldest reader in the system forever. Try harder to evict whe... | Michael Cahill |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-29 | Merge branch 'develop' into fine-grained-durability | 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-24 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |