| Age | Commit message (Expand) | Author |
| 2014-05-13 | Allow async to be reconfigured. #1002 | Susan LoVerso |
| 2014-05-08 | Don't do an append test regardless if searching the tree, but more | Keith Bostic |
| 2014-05-07 | Add ability to reconfigure the checkpoint server | Alex Gorrod |
| 2014-05-07 | Merge pull request #910 from wiredtiger/metadata-cursors | Michael Cahill |
| 2014-05-07 | Merge pull request #992 from wiredtiger/optional-verbose | Alex Gorrod |
| 2014-05-06 | No reason to call the __wt_multi_to_ref() page argument "orig", it's not | Keith Bostic |
| 2014-05-06 | Merge branch 'develop' into metadata-cursors | Alex Gorrod |
| 2014-05-05 | Merge branch 'develop' into async. Fix conflicts. | Susan LoVerso |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-03 | Rename "retb" to be "keyb", it always holds a key. | Keith Bostic |
| 2014-05-02 | Move the async code from conn_async.c under src/async. It's easier (for me) ... | Michael Cahill |
| 2014-04-30 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-30 | The disk header in a page is read-only: mark it const. | Michael Cahill |
| 2014-04-30 | Don't use "page" variable names for WT_REFs: it's confusing. | Michael Cahill |
| 2014-04-29 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-29 | Prefer real pointer types over void * when there is no ambiguity. | Michael Cahill |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-28 | Change callers of __wt_row_leaf_key_work to always pass in a buffer, it's | Keith Bostic |
| 2014-04-28 | Log transactional operations immediately, so that the only pointers kept are ... | Michael Cahill |
| 2014-04-25 | Inline the buffer-size check parts of the standard scratch buffer | Keith Bostic |
| 2014-04-23 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-04-15 | Implement a ring buffer without locking. | Susan LoVerso |
| 2014-04-14 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-10 | Gather most of the fast-delete code into a new file, bt_delete.c. | Keith Bostic |
| 2014-04-09 | Use an underlying cursor for async op keys/values. | Susan LoVerso |
| 2014-04-09 | Revert "Begin some refactoring of cursor key/value manipulation." | Susan LoVerso |
| 2014-04-09 | Revert "More key/value refactoring." | Susan LoVerso |
| 2014-04-09 | Minor cleanup to simplify the tree-walk code, simplify function naming, | Keith Bostic |
| 2014-04-08 | More key/value refactoring. | Susan LoVerso |
| 2014-04-08 | Begin some refactoring of cursor key/value manipulation. | Susan LoVerso |
| 2014-04-08 | WT_REF_SPLIT is possible, I believe, and it's a problem. | Keith Bostic |
| 2014-04-07 | Merge branch 'async' of github.com:wiredtiger/wiredtiger into async | Susan LoVerso |
| 2014-04-07 | Add the uri/config/format cached queue for async ops. | Susan LoVerso |
| 2014-04-07 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-04-07 | Merge branch 'develop' into async | Michael Cahill |
| 2014-04-04 | The __wt_evict_file() and __wt_sync_file() functions are no longer part | Keith Bostic |
| 2014-04-03 | Add async_op config processing. | Susan LoVerso |
| 2014-04-02 | Move the conversion of the WT_MULTI reconciliation information to | Keith Bostic |
| 2014-04-01 | Add support for a new verify option "-d dump_offsets=#,#,#", that allows | Keith Bostic |
| 2014-03-31 | Add enqueue and dequeue support. | Susan LoVerso |
| 2014-03-30 | Bug when deepening the tree in a split, didn't connect the newly created | Keith Bostic |
| 2014-03-30 | Merge branch 'new-split' into new-split-move-parent-reference | Keith Bostic |
| 2014-03-30 | Fix the linkage of the new, in-memory page to the WT_REF structure. | Keith Bostic |
| 2014-03-30 | Clean up WT_REF discard, do the work in one function instead of spreading | Keith Bostic |
| 2014-03-29 | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic |
| 2014-03-27 | Get async_flush coordination working. | Susan LoVerso |
| 2014-03-26 | A problem in the new-split branch is WT_REF structures remain with the | Keith Bostic |
| 2014-03-26 | Compilation fixes for C code. | Susan LoVerso |
| 2014-03-26 | Clean up pass for s_all. | Susan LoVerso |
| 2014-03-24 | If the split to deepen the tree fails, we have to free the child pages | Keith Bostic |