| Age | Commit message (Expand) | Author |
| 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 |
| 2012-09-25 | Update hazard references, so the active array grows as needed. | Alex Gorrod |
| 2012-08-19 | Flip the tree-walk default operation from "prev" to "next", all | Keith Bostic |
| 2012-08-19 | Next set of changes for fast-truncate: the ability to delete leaf pages | Keith Bostic |
| 2012-08-07 | Merge pull request #288 from wiredtiger/config-check-opt | Michael Cahill |
| 2012-08-07 | Whitespace cleanups, no semantic changes. | Keith Bostic |
| 2012-08-07 | Optimize the configuration checking code. | Alex Gorrod |
| 2012-07-31 | Add the ability to access unnamed checkpoints, issue #271. | Keith Bostic |
| 2012-05-28 | Add a small macro that overwrites and free's a structure, for structures | Keith Bostic |
| 2012-05-24 | Track from where scratch buffers were allocated in DIAGNOSTIC mode. | Keith Bostic |
| 2012-05-23 | Give __wt_calloc_def and __wt_free symbolic argument names. | Keith Bostic |