summaryrefslogtreecommitdiff
path: root/src/include/schema.h
AgeCommit message (Expand)Author
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-12-26Add version information to the schema file.Keith Bostic
2011-12-25Change the name of the schema file to WiredTiger.wtKeith Bostic
2011-12-21Move root addresses into the schema file and add support for theKeith Bostic
2011-08-16Finish implementation of indices -- populate them as the primary is updated, ...Michael Cahill
2011-08-09Turned on GCC "-Wpadded".Michael Cahill
2011-08-04Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt...Michael Cahill
2011-08-04Simplify file creation so we check for existence using the normal open path.Michael Cahill
2011-07-08Calculate plans for column projections.Michael Cahill
2011-06-08Add a schema layer, storing configuration information for tables, indices and...Michael Cahill