index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
schema.h
Age
Commit message (
Expand
)
Author
2014-04-22
Use empty values in LSM indices.
Michael Cahill
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-11
Add spinlock statistics for __wt_spin_trylock() calls.
Keith Bostic
2013-12-11
Revert 4df3f8d705c1176d970fe4ddd6ea6ae2d75c8ebf, pushed by mistake.
Michael Cahill
2013-12-11
imported patch schema-lock-timeout-abort
Michael Cahill
2013-12-09
Use a field in the session to avoid locking during close rather than setting ...
Michael Cahill
2013-11-06
Move the LSM tree lock inside the schema lock.
Michael Cahill
2013-10-14
Fix a long-standing deadlock that could happen when closing a busy LSM tree.
Michael Cahill
2013-02-26
Add a reference count to tables, only free if the table is not in use.
Michael Cahill
2013-02-22
Add a schema generation number to avoid using stale table structures.
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-11-30
Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...
Michael Cahill
2012-10-19
Support indices on LSM by using 1-byte (padding) values, until LSM supports e...
Michael Cahill
2012-09-07
Add a macro that optionally gets the schema lock.
Michael Cahill
2012-08-07
Whitespace cleanups, no semantic changes.
Keith Bostic
2012-07-31
Don't repeatedly look up btree handles for schema operations.
Michael Cahill
2012-07-03
Unparenthesized parameter 2 in macro 'WT_WITH_SCHEMA_LOCK' is passed an
Keith Bostic
2012-07-03
Simplify schema locking.
Michael Cahill
2012-05-04
Don't cache btree handles in the schema layer: always look up handles by name...
Michael Cahill
2012-04-27
Keep a "file:" URI in btree handles rather than a raw filename.
Michael Cahill
2012-04-27
Switch naming of "schema file/table" to metadata file.
Michael Cahill
2012-04-03
Changes to get ready for maintaining multiple snapshots in the file.
Keith Bostic
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2011-12-26
Add version information to the schema file.
Keith Bostic
2011-12-25
Change the name of the schema file to WiredTiger.wt
Keith Bostic
2011-12-21
Move root addresses into the schema file and add support for the
Keith Bostic
2011-08-16
Finish implementation of indices -- populate them as the primary is updated, ...
Michael Cahill
2011-08-09
Turned on GCC "-Wpadded".
Michael Cahill
2011-08-04
Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt...
Michael Cahill
2011-08-04
Simplify file creation so we check for existence using the normal open path.
Michael Cahill
2011-07-08
Calculate plans for column projections.
Michael Cahill
2011-06-08
Add a schema layer, storing configuration information for tables, indices and...
Michael Cahill