summaryrefslogtreecommitdiff
path: root/src/schema/schema_project.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug calculating value lengths when packing columns out-of-order into it...Michael Cahill2011-12-091-4/+3
* Handle record numbers consistently when building complex keys / values.Michael Cahill2011-12-061-23/+33
* When building a key or value out-of-order, keep it in the correct format so t...Michael Cahill2011-12-061-30/+77
* Add support for index cursor projections.Michael Cahill2011-12-061-1/+1
* Running the test suite with HAVE_DIAGNOSTIC configured fails because weKeith Bostic2011-11-021-3/+4
* In testing example programs, I found a bug in the handling of record numbers ...Michael Cahill2011-10-061-3/+18
* lint:Michael Cahill2011-09-141-1/+1
* Fix a bug handling projection plans that need to skip columns.Michael Cahill2011-09-021-1/+2
* Finish implementation of indices -- populate them as the primary is updated, ...Michael Cahill2011-08-161-9/+20
* Use size_t for size calculations, only store uint32_t in structs.Michael Cahill2011-08-181-4/+4
* Unaligned "break", add braces.Keith Bostic2011-08-191-1/+2
* Give btree handles a logical name (e.g., "colgroup:T:C") in addition to the f...Michael Cahill2011-07-191-19/+31
* Re-work WT_ASSERT/WT_FAILURE to support printf-style arguments and optionalKeith Bostic2011-07-211-4/+7
* Include all .i files from wt_internal.h.Michael Cahill2011-07-141-2/+0
* Replace WT_ASSERT(session, 0) and WT_ASSERT(session, x != x) constructs withKeith Bostic2011-07-081-2/+2
* Calculate plans for column projections.Michael Cahill2011-07-081-34/+29
* Write code to slice and dice column values based on "projection plans".Michael Cahill2011-07-081-0/+358