summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-11/+11
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-19/+19
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-091-3/+0
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-1/+2
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-011-1/+3
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-14/+28
* SERVER-13641 move dur above index layerHari Khalsa2014-04-291-3/+11
* SERVER-13084: class IndexDetails -> structEliot Horowitz2014-04-101-1/+1
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-031-0/+2
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-0/+19
* SERVER-12955: MultiIndexBlock needs to check pdfile versionEliot Horowitz2014-02-281-2/+2
* SERVER-10879 Index build use post-fixed spec to check if index existsJason Rassi2014-02-281-3/+7
* SERVER-8391 made a library for validateIndexKey()matt dannenberg2014-02-191-5/+0
* Move index key validation into IndexCatalog::validateKeyPatternMathias Stearn2014-02-101-1/+4
* SERVER-8127 IndexCatalog won't build text index if one already existsJason Rassi2014-02-101-1/+3
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-2/+3
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-4/+0
* SERVER-12213: indexCreate lets you control shutdown behaviorEliot Horowitz2014-01-091-2/+20
* SERVER-12213: move more to IndexBuildBlockEliot Horowitz2014-01-091-6/+25
* SERVER-12213: better names in IndexCatalog and commentsEliot Horowitz2014-01-091-5/+9
* SERVER-12213: comments and Status instead of massert if indexes to cleanEliot Horowitz2014-01-091-1/+5
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-2/+2
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-38/+50
* SERVER-12213: remove IndexCatalog::_assureSysIndexesEmptied and replace with ...Eliot Horowitz2014-01-091-11/+1
* SERVER-11979: remove IndexCatalog::blowAwayInProgressIndexEntriesEliot Horowitz2014-01-091-6/+1
* SERVER-12213: remove NamespaceDetais::findIdIndex and NamespaceDetails::haveI...Eliot Horowitz2014-01-091-0/+2
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-17/+27
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-4/+7
* SERVER-11611: Add an IndexIterator to IndexCatalog.Amalia Hawkins2013-12-131-1/+22
* SERVER-11790: recover from yields and handle runner error states in updatesScott Hernandez2013-12-041-0/+2
* remove old commentEliot Horowitz2013-11-051-2/+0
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-2/+6
* SERVER-11178: IndexScan now uses IndexCatalog classesEliot Horowitz2013-11-021-0/+10
* SERVER-11178: remove more CatalogHack uses for IndexCatalogEliot Horowitz2013-10-291-1/+5
* SERVER-11178: prep to make IndexDetails hidden behind IndexCatalog and IndexD...Eliot Horowitz2013-10-281-0/+12
* SERVER-11178: fix caching of IndexDescriptors with dropEliot Horowitz2013-10-281-0/+3
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-0/+3
* SERVER-11178: move _id key fixing into IndexCatalogEliot Horowitz2013-10-251-0/+2
* SERVER-11178: moving all index creation logic into IndexCatalogEliot Horowitz2013-10-251-1/+3
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-0/+192