| Age | Commit message (Expand) | Author |
| 2014-10-04 | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic |
| 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 | 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-15 | Add log cursors. #1106 | Susan LoVerso |
| 2014-06-27 | I can never remember which version of API_END has the return call and | Keith Bostic |
| 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 |
| 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 |