| Age | Commit message (Expand) | Author |
| 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 |
| 2013-10-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 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-17 | Merge branch 'develop' into fine-grained-durability | 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-10-01 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |