| Age | Commit message (Expand) | Author |
| 2014-04-30 | Cleanup places where the schema layer uses a WT_ITEM to read/write from a rec... | Michael Cahill |
| 2014-04-29 | Revert 8795d9b, it makes things worse, not better. | Keith Bostic |
| 2014-04-29 | Kluge to make ex_call_center work in this branch, probably not the | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-11-25 | Add a default declaration for WT_PACK structures too. | Michael Cahill |
| 2013-11-25 | Always initialize WT_PACK_VALUE before use. | Michael Cahill |
| 2013-11-22 | Fix an assertion: we must have a buffer if we aren't skipping. | Michael Cahill |
| 2013-11-22 | Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure... | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-11 | More fixes for complex schema, this time to retrieve values correctly. | Michael Cahill |
| 2012-12-11 | Fix a bug populating column groups with complex schema. | Michael Cahill |
| 2012-11-20 | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill |
| 2012-08-07 | Whitespace cleanups, no semantic changes. | Keith Bostic |
| 2012-01-31 | Fix uninitialized warnings with GCC 4.6. | Michael Cahill |
| 2012-01-31 | Fix uninitialized warnings with GCC 4.2. | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-02 | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic |
| 2011-12-09 | Fix a bug calculating value lengths when packing columns out-of-order into it... | Michael Cahill |
| 2011-12-06 | Handle record numbers consistently when building complex keys / values. | Michael Cahill |
| 2011-12-06 | When building a key or value out-of-order, keep it in the correct format so t... | Michael Cahill |
| 2011-12-06 | Add support for index cursor projections. | Michael Cahill |
| 2011-11-02 | Running the test suite with HAVE_DIAGNOSTIC configured fails because we | Keith Bostic |
| 2011-10-06 | In testing example programs, I found a bug in the handling of record numbers ... | Michael Cahill |
| 2011-09-14 | lint: | Michael Cahill |
| 2011-09-02 | Fix a bug handling projection plans that need to skip columns. | Michael Cahill |
| 2011-08-16 | Finish implementation of indices -- populate them as the primary is updated, ... | Michael Cahill |
| 2011-08-18 | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill |
| 2011-08-19 | Unaligned "break", add braces. | Keith Bostic |
| 2011-07-19 | Give btree handles a logical name (e.g., "colgroup:T:C") in addition to the f... | Michael Cahill |
| 2011-07-21 | Re-work WT_ASSERT/WT_FAILURE to support printf-style arguments and optional | Keith Bostic |
| 2011-07-14 | Include all .i files from wt_internal.h. | Michael Cahill |
| 2011-07-08 | Replace WT_ASSERT(session, 0) and WT_ASSERT(session, x != x) constructs with | Keith Bostic |
| 2011-07-08 | Calculate plans for column projections. | Michael Cahill |
| 2011-07-08 | Write code to slice and dice column values based on "projection plans". | Michael Cahill |