| Age | Commit message (Expand) | Author |
| 2014-09-13 | Make random number generation be per session in the WiredTiger library, | Keith Bostic |
| 2014-09-07 | Get rid of WT_SESSION.skip_schema_lock, it's no longer used anywhere. | Keith Bostic |
| 2014-07-31 | Instead of keeping a list of file URIs for checkpoint to flush, | Keith Bostic |
| 2014-07-25 | Don't hold the checkpoint lock when flushing leaf pages during close or | Keith Bostic |
| 2014-07-02 | Merge branch 'develop' into eviction-under-load | Alex Gorrod |
| 2014-07-02 | Merge branch 'eviction-under-load' into eviction-stats | Alex Gorrod |
| 2014-07-02 | Merge branch 'develop' into eviction-under-load | Alex Gorrod |
| 2014-07-01 | Fix a comment typo. | Keith Bostic |
| 2014-07-01 | Merge branch 'develop' into split-memory-management | Keith Bostic |
| 2014-07-01 | Cleanup based on Alex's feedback. | Michael Cahill |
| 2014-06-27 | Add statistics to track eviction server candidate list sizes. | Alex Gorrod |
| 2014-06-26 | Make S2C_SAFE echo S2BT_SAFE, don't repeat the expression. | Keith Bostic |
| 2014-06-26 | Only threads that try to read pages when the cache is full should block for e... | Michael Cahill |
| 2014-06-25 | Change from using separate fields to define stat states to flags. | Alex Gorrod |
| 2014-06-25 | Use a split generation number to determine when memory replaced by a split ca... | Michael Cahill |
| 2014-06-20 | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill |
| 2014-04-28 | Move the language private reference to the top of the structure, I end | Keith Bostic |
| 2014-04-28 | Log transactional operations immediately, so that the only pointers kept are ... | Michael Cahill |
| 2014-03-04 | Minor generalization of the fotxn structures so they're not limited to | Keith Bostic |
| 2014-02-26 | We can't clear the sessions fotxn memory as part of closing a session, | Keith Bostic |
| 2014-02-26 | Move the fotxn fields to the end of the WT_SESSION_IMPL structure for now | Keith Bostic |
| 2014-02-25 | Add a WT_SESSION_IMPL structure that allows us to store memory and free | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-10 | Merge pull request #792 from wiredtiger/compact-lsm | Michael Cahill |
| 2013-12-09 | Use a field in the session to avoid locking during close rather than setting ... | Michael Cahill |
| 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-11-30 | Add WT_SESSION use-countet to WT_DATA_HANDLEs | Keith Bostic |
| 2013-11-18 | Merge branch 'develop' into java-auto-close2 | Don Anderson |
| 2013-11-18 | Null out closed handles in Java, and detect nulled handles on use. refs #485. | Don Anderson |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-14 | Align session handles and lsm chunks on the cache line. | Susan LoVerso |
| 2013-11-10 | Now that compaction only operates on 10% of the file at a time, repeated | Keith Bostic |
| 2013-11-09 | enhande/fix a few comments, conn->session_array no longer exists | Keith Bostic |
| 2013-11-06 | Move WT_HAZARD_INCR to the WT_SESSION_IMPL structure. | Keith Bostic |
| 2013-09-18 | Change dhandles to use a singly linked list. Fix bug in close to | Susan LoVerso |
| 2013-08-21 | Rewrite S2BT to avoid lots of "dereference of a null pointer" warnings from c... | Michael Cahill |
| 2013-06-20 | Remove logprint_buf and allocate one so it is aligned if necessary for | Susan LoVerso |
| 2013-05-27 | Update backup to use __wt_schema_worker. Stop LSM drops during backups. | Alex Gorrod |
| 2013-04-16 | Changes based on Alex's review. | Michael Cahill |
| 2013-03-26 | Minor fixes for data handles: fix loop termination in eviction, remove obsole... | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-01-01 | Merge branch 'develop' into dirty-disable | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-27 | Re-structure chunks of __bt_evict.c to make checkpoints outside of the | Keith Bostic |
| 2012-12-19 | Move WT_SESSION_IMPL into session.h, WT_CONNECTION_IMPL into connection.h. | Keith Bostic |