| Age | Commit message (Expand) | Author |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-05 | Add --enable-verbose option, disabled by default. | Alex Gorrod |
| 2014-04-30 | Fix the __wt_free #define, it doesn't return a value. | Keith Bostic |
| 2014-04-29 | Inline the check for free of a NULL pointer, skip the function call. | Keith Bostic |
| 2014-03-29 | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic |
| 2014-03-05 | Change WT_RESTART into an "expected" failure, similar to WT_NOTFOUND | Keith Bostic |
| 2014-03-05 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-27 | Switch to using hazard references for walks through the cache. | Michael Cahill |
| 2014-02-16 | Cast the argument to free, in case the pointer has any special qualifiers | Keith Bostic |
| 2014-02-16 | Replace eviction code to deepen the tree using split-merge pages with | Keith Bostic |
| 2014-01-10 | Add WT_CLEAR_INLINE which uses structure assignment to (hopefully) prevent | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-06 | Rework WT_UNUSED/WT_UNUSED_RET slightly: move GNUC macros out of misc.h | Keith Bostic |
| 2013-11-06 | Get rid of ENTRY_SIZE (it's not in the right namespace, and it's only used | Keith Bostic |
| 2013-11-06 | Move WT_HAZARD_INCR to the WT_SESSION_IMPL structure. | Keith Bostic |
| 2013-11-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-01 | Fix compiler warnings with GCC 4.7.2 on Ubuntu. | Alex Gorrod |
| 2013-08-27 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-08-26 | For now, fix the comment to match the code. Ref #644. | Keith Bostic |
| 2013-08-13 | Update dist/log.py to generate code to read and write log records. | Michael Cahill |
| 2013-07-31 | Restore the copy of the key/value as part of entering the API: the reason is | Keith Bostic |
| 2013-07-29 | Overwrite pages when they're free'd, in diagnostic mode, hopefully that | Keith Bostic |
| 2013-07-25 | Go back to using WT_CLEAR on WT_ITEM. Sue's measurements says it's no slower... | Michael Cahill |
| 2013-07-20 | The row-search function calls into underlying key functions that don't | Keith Bostic |
| 2013-06-17 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-05-31 | whitespace | Michael Cahill |
| 2013-05-31 | imported patch realloc_def | Michael Cahill |
| 2013-05-30 | Add __wt_dirlist and use it to open to the end of the last log. | Susan LoVerso |
| 2013-05-28 | Merge branch 'develop' into hot-backup | Alex Gorrod |
| 2013-05-28 | Add an explicit enable setting to shared_cache configuration. | Alex Gorrod |
| 2013-05-26 | Add WT_PREFIX_MATCH_LEN, a version of WT_PREFIX_MATCH that doesn't go | Keith Bostic |
| 2013-05-09 | Start logging implementation | Susan LoVerso |
| 2013-04-10 | Remove case-insensitivity code when checking configuration strings. | Keith Bostic |
| 2013-03-12 | A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGN | Keith Bostic |
| 2013-03-08 | Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell. | Keith Bostic |
| 2013-02-18 | whitespace | Michael Cahill |
| 2013-02-16 | Fix shared cache so that reserve size is always initialized properly. | Alex Gorrod |
| 2013-02-07 | Fix the non-diagnostic build. | Michael Cahill |
| 2013-02-06 | Remove support for the no-cache configuration, revert back to maintaining | Keith Bostic |
| 2013-01-26 | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-17 | Move the tree-walk function flags into the flag-generating structure. | Keith Bostic |
| 2012-12-17 | Remove HAVE_VERBOSE and most of the verbose convenience macros, verbose | Keith Bostic |
| 2012-12-14 | Make the tree build without HAVE_VERBOSE. | Keith Bostic |
| 2012-12-06 | Change hazard reference to hazard pointer, plus a few minor doc edits. | Susan LoVerso |
| 2012-12-02 | Try again: cast terabyte & petabyte to (uint64_t), that's how we're | Keith Bostic |
| 2012-12-02 | terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains. | Keith Bostic |
| 2012-11-29 | Remove statistics that were added for debugging. | Alex Gorrod |
| 2012-10-16 | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic |