summaryrefslogtreecommitdiff
path: root/src/include/schema.h
AgeCommit message (Expand)Author
2014-04-22Use empty values in LSM indices.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-11Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic
2013-12-11Revert 4df3f8d705c1176d970fe4ddd6ea6ae2d75c8ebf, pushed by mistake.Michael Cahill
2013-12-11imported patch schema-lock-timeout-abortMichael Cahill
2013-12-09Use a field in the session to avoid locking during close rather than setting ...Michael Cahill
2013-11-06Move the LSM tree lock inside the schema lock.Michael Cahill
2013-10-14Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill
2013-02-26Add a reference count to tables, only free if the table is not in use.Michael Cahill
2013-02-22Add a schema generation number to avoid using stale table structures.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-10-19Support indices on LSM by using 1-byte (padding) values, until LSM supports e...Michael Cahill
2012-09-07Add a macro that optionally gets the schema lock.Michael Cahill
2012-08-07Whitespace cleanups, no semantic changes.Keith Bostic
2012-07-31Don't repeatedly look up btree handles for schema operations.Michael Cahill
2012-07-03Unparenthesized parameter 2 in macro 'WT_WITH_SCHEMA_LOCK' is passed anKeith Bostic
2012-07-03Simplify schema locking.Michael Cahill
2012-05-04Don't cache btree handles in the schema layer: always look up handles by name...Michael Cahill
2012-04-27Keep a "file:" URI in btree handles rather than a raw filename.Michael Cahill
2012-04-27Switch naming of "schema file/table" to metadata file.Michael Cahill
2012-04-03Changes to get ready for maintaining multiple snapshots in the file.Keith Bostic
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