summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+0
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-14135 implement shouldIgnoreUniqueIndex() in LegacyReplicationCoordinatormatt dannenberg2014-06-101-1/+1
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-101-1/+3
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-031-5/+5
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+3
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-7/+6
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-1/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-4/+4
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-4/+4
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-201-4/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-2/+0
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-2/+4
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-2/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-22/+8
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+1
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-1/+1
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-18/+17
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-2/+2
* SERVER-13641 move dur above index layerHari Khalsa2014-04-291-18/+21
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+6
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-6/+11
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-2/+11
* SERVER-13181: Fix BtreeBulk leaksMark Benvenuto2014-03-171-2/+10
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-031-1/+2
* SERVER-12955: MultiIndexBlock needs to check pdfile versionEliot Horowitz2014-02-281-0/+14
* SERVER-10879 Index build use post-fixed spec to check if index existsJason Rassi2014-02-281-2/+7
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-1/+5
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-1/+69
* SERVER-6851 Remove old external sort implementationMathias Stearn2014-01-211-0/+2
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-2/+2
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: better names in IndexCatalog and commentsEliot Horowitz2014-01-091-3/+5
* SERVER-12213: comments on index creation codeEliot Horowitz2014-01-091-0/+3
* SERVER-12213: use new index creation method, including bulk operation support...Eliot Horowitz2014-01-091-91/+94
* SERVER-12213: IndexAccessMethod::initializeAsEmpty is way to start new indexEliot Horowitz2014-01-091-2/+12
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-3/+3
* SERVER-12213: IndexDescriptor no longer knows about IndexDetailsEliot Horowitz2013-12-301-2/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-10/+14
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-33/+23
* SERVER-11178: fix drop_dups with index create by putting back logOp after cha...Eliot Horowitz2013-10-261-1/+5
* SERVER-11178: remove unused variable from old index_updateEliot Horowitz2013-10-251-2/+0
* SERVER-11178: refactor index_create to not use CataloghackEliot Horowitz2013-10-251-132/+144
* SERVER-11178: rename index_update. to catalog/index_create.Eliot Horowitz2013-10-251-0/+255