summaryrefslogtreecommitdiff
path: root/src/include/schema.h
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-071-4/+4
* Don't repeatedly look up btree handles for schema operations.Michael Cahill2012-07-311-2/+24
* Unparenthesized parameter 2 in macro 'WT_WITH_SCHEMA_LOCK' is passed anKeith Bostic2012-07-031-2/+2
* Simplify schema locking.Michael Cahill2012-07-031-0/+8
* Don't cache btree handles in the schema layer: always look up handles by name...Michael Cahill2012-05-041-4/+0
* Keep a "file:" URI in btree handles rather than a raw filename.Michael Cahill2012-04-271-0/+3
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-271-10/+0
* Changes to get ready for maintaining multiple snapshots in the file.Keith Bostic2012-04-031-0/+4
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Add version information to the schema file.Keith Bostic2011-12-261-0/+3
* Change the name of the schema file to WiredTiger.wtKeith Bostic2011-12-251-2/+2
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-211-2/+2
* Finish implementation of indices -- populate them as the primary is updated, ...Michael Cahill2011-08-161-1/+7
* Turned on GCC "-Wpadded".Michael Cahill2011-08-091-5/+4
* Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt...Michael Cahill2011-08-041-0/+24
* Simplify file creation so we check for existence using the normal open path.Michael Cahill2011-08-041-0/+3
* Calculate plans for column projections.Michael Cahill2011-07-081-0/+6
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-0/+7