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