| Age | Commit message (Expand) | Author |
| 2014-10-04 | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-09-22 | When opening simple tables, the table code calls the cursor open | Keith Bostic |
| 2014-09-22 | Trivial simplification, we don't need a local variable. | Keith Bostic |
| 2014-09-18 | Return error from cursor open. | Alex Gorrod |
| 2014-09-18 | Ensure that the WT_CURSOR::uri field matches open_cursor URI. | Alex Gorrod |
| 2014-09-13 | Make random number generation be per session in the WiredTiger library, | Keith Bostic |
| 2014-09-12 | Expand on Alex's ideas: we can return out of the switch statement | Keith Bostic |
| 2014-09-12 | wrap lines at 80 columns | Keith Bostic |
| 2014-09-12 | Merge branch 'develop' into cursor-open-optimization | Keith Bostic |
| 2014-09-12 | lint. | Alex Gorrod |
| 2014-09-12 | Move cascading string comparisons into a switch statement. | Alex Gorrod |
| 2014-09-09 | Disallow JSON quoting characters in checkpoint names, it's not a good | Keith Bostic |
| 2014-08-29 | Handle ENOENT returns from open_cursor forcing transaction rollback in the op... | Michael Cahill |
| 2014-08-28 | Fix begin_transaction's comment, there may be cursors positioned. | Keith Bostic |
| 2014-08-27 | Don't reset cursors during transaction begin or commit (only on rollback). | Michael Cahill |
| 2014-08-13 | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic |
| 2014-08-11 | typo | Michael Cahill |
| 2014-08-11 | Add a check to s_docs for multiple @subpage reference to the same page. | Michael Cahill |
| 2014-08-08 | Add a test for `session_max` settings, make sure we add enough to account for... | Michael Cahill |
| 2014-08-01 | Merge branch 'develop' into log-cursor | Michael Cahill |
| 2014-08-01 | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill |
| 2014-07-31 | Skip decrementing the connection's reference count when discarding | Keith Bostic |
| 2014-07-31 | The connection handle code shouldn't really be dealing with session-style | Keith Bostic |
| 2014-07-31 | Fix a comment, __session_close_cache is not called holding the schema | Keith Bostic |
| 2014-07-30 | Create a new routine that creates internal sessions (the old "internal" | Keith Bostic |
| 2014-07-30 | Merge branch 'develop' into log-cursor | Susan LoVerso |
| 2014-07-29 | Remove uses of the checkpoint lock other than serializing checkpoints: | Keith Bostic |
| 2014-07-25 | Don't hold the checkpoint lock when flushing leaf pages during close or | Keith Bostic |
| 2014-07-21 | Fix naming inconsistency. | Susan LoVerso |
| 2014-07-21 | Merge branch 'develop' into log-cursor | Susan LoVerso |
| 2014-07-17 | Rename __wt_bt_cache_XXX functions to be __wt_cache_XXX to match the | Keith Bostic |
| 2014-07-17 | Use __wt_bt_cache_op to flush the cache rather than __wt_checkpoint_close | Keith Bostic |
| 2014-07-15 | Add log cursors. #1106 | Susan LoVerso |
| 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 | I can never remember which version of API_END has the return call and | Keith Bostic |
| 2014-06-25 | Use a split generation number to determine when memory replaced by a split ca... | Michael Cahill |
| 2014-06-25 | If all objects stashed by a split are freed, reset the count to zero. | Michael Cahill |
| 2014-06-20 | Free memory more aggressively after splits. Keep the list of allocated objec... | Michael Cahill |
| 2014-06-20 | Add statistics to track memory from splits that cannot be freed immediately. | Michael Cahill |
| 2014-06-18 | Instead of having update operations set the highest update transaction in an ... | Michael Cahill |
| 2014-06-03 | In auto-commit operations, don't reset cursors if we are going to retry the o... | Michael Cahill |
| 2014-06-02 | Reset cursors on auto-commit failure, reference #672. | Keith Bostic |
| 2014-05-23 | Change WT_METADATA_URI to "metadata:". | Michael Cahill |
| 2014-05-21 | Change the data handle decrement to an atomic operation, removing the | Keith Bostic |
| 2014-05-21 | First attempt to add a sweep thread to close data handles only after | Keith Bostic |
| 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 |