| Age | Commit message (Expand) | Author |
| 2014-05-12 | Add backoff to sleep if no async work available. #1002 | Susan LoVerso |
| 2014-05-07 | Merge pull request #992 from wiredtiger/optional-verbose | Alex Gorrod |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-04-30 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-29 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-29 | Change __wt_buf_grrow_worker to copy non-local data into place, this | Keith Bostic |
| 2014-04-28 | Change the block manager to not touch the WT_ITEM.{mem,memsize} fields | Keith Bostic |
| 2014-04-28 | Add asynchronous compact support to async API. | Susan LoVerso |
| 2014-04-25 | Inline the buffer-size check parts of the standard scratch buffer | Keith Bostic |
| 2014-04-16 | Changes for atomic use for flush command. Fix counts in wtperf for | Susan LoVerso |
| 2014-04-14 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-14 | Add async support for wtperf populate. Remove unused stat. | Susan LoVerso |
| 2014-04-08 | whitespace | Keith Bostic |
| 2014-04-07 | Merge branch 'develop' into async | Michael Cahill |
| 2014-03-26 | Compilation fixes for C code. | Susan LoVerso |
| 2014-03-26 | Clean up pass for s_all. | Susan LoVerso |
| 2014-03-17 | In diagnostic mode, assert instead of doing the panic, it makes it easier | Keith Bostic |
| 2014-03-15 | Remove the WT_SESSION_IMPL dump code, nobody is using it and it's | Keith Bostic |
| 2014-03-10 | Add statistics to show just how much prefix/suffix compression are | Keith Bostic |
| 2014-03-05 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-27 | Fix a comment, there's no "page server" thread. | Keith Bostic |
| 2014-02-27 | There's only one remaining verbose hazard pointer message (on | Keith Bostic |
| 2014-02-27 | Fix up the statistics fields, remove most of the previous merge/split | Keith Bostic |
| 2014-02-27 | Remove the code associated with WT_REF_EVICT_WALK. | Michael Cahill |
| 2014-02-26 | Flush stdout/stderr when it's used, that way we don't lose messages | Keith Bostic |
| 2014-02-26 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-26 | Allow overlapping strings when setting a buffer's contents, it's not | Keith Bostic |
| 2014-02-22 | Add code to check for identical blocks when reconciling a page: if we | Keith Bostic |
| 2014-02-16 | Replace eviction code to deepen the tree using split-merge pages with | Keith Bostic |
| 2014-02-06 | Add statistics to track the amount of time application threads spend throttle... | Michael Cahill |
| 2014-01-08 | When using fsync or fdatasync for log durability, have groups of threads pigg... | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-22 | uint32_t/size_t review: __wt_raw_to_hex_mem() should take a size_t | Keith Bostic |
| 2013-12-22 | whitespace cleanup, no longer any need to cast a size_t to a uint32_t | Keith Bostic |
| 2013-12-20 | __open_directory_sync can sync the wrong directory if the application | Keith Bostic |
| 2013-12-20 | Replace WT_PTRDIFF32 with WT_PTRDIFF where we're storing into a | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-19 | Rework the pthread spinlock logging code. | Keith Bostic |
| 2013-12-17 | Fix some 64-to-32-bit conversion warnings on OS X. | Michael Cahill |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-12-16 | The slot is read in a separate thread (the statistics logging thread), | Keith Bostic |
| 2013-12-16 | Unregister spinlocks from the connection when they are destroyed. | Michael Cahill |
| 2013-12-13 | We need to handle static "location ID" variables with both multiple | Keith Bostic |
| 2013-12-11 | Add spinlock statistics for __wt_spin_trylock() calls. | Keith Bostic |
| 2013-12-11 | Make spinlock stats work across open/close of the WT_CONNECTION. | Keith Bostic |
| 2013-11-30 | Track connection & session data handle sweeps consistently, move | Keith Bostic |
| 2013-11-27 | Use the same timestamp format in wtperf output as in statistics_log | Keith Bostic |
| 2013-11-24 | Add a connection statistic when checkpoint is running so statlog will | Keith Bostic |
| 2013-11-21 | Cleanup warnings from s_all. | Michael Cahill |
| 2013-11-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |