summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: add check that storage engine returns valid DiskLocEliot Horowitz2014-09-091-0/+3
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-052-7/+0
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-042-2/+3
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-0/+1
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-9/+14
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-2513-138/+163
* SERVER-14969 CollectionCursorCache::invalidateAll() kill agg execJason Rassi2014-08-251-13/+9
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-202-13/+18
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-8/+1
* SERVER-14128 Disallow requests for non-unique _id indexesJason Rassi2014-08-152-7/+28
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-133-5/+5
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-138-454/+426
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-133-3/+3
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-127-13/+19
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-122-0/+2
* SERVER-14853 Port networking library to AAEJason Carey2014-08-122-3/+5
* SERVER-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-121-5/+6
* SERVER-13635: move database case handling above storage engine layerEliot Horowitz2014-08-051-0/+11
* SERVER-13635: move dropDatabase real work to StorageEngineEliot Horowitz2014-08-051-1/+1
* SERVER-13635: change ownership of DatabaseCatalogEntry, now StorageEngine ownsEliot Horowitz2014-08-053-3/+7
* SERVER-13635: clean database close pathEliot Horowitz2014-08-054-20/+48
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-012-13/+42
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-302-4/+8
* SERVER-13635: make Database index size method not assume a RecordStore and as...Eliot Horowitz2014-07-291-13/+10
* SERVER-13635: use right conversion for Status -> AssertionExceptionEliot Horowitz2014-07-291-2/+1
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-284-20/+23
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-282-6/+23
* SERVER-14378: IndexCatalog should not rely on system.indexesEliot Horowitz2014-07-281-14/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-232-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-224-47/+47
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-212-4/+11
* SERVER-14494 SERVER-14505 ensure that IndexBuildBlock::fail() can never throwEric Milkie2014-07-141-7/+14
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-117-13/+226
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-087-30/+35
* SERVER-14135 implement buildsIndexes() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-1/+1
* SERVER-13989: clean up quota apiEliot Horowitz2014-07-012-12/+12
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-016-2/+28
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-014-5/+8
* SERVER-14378: require _id for all but a few system collectionsEliot Horowitz2014-06-301-1/+6
* SERVER-2442 SERVER-14378: add listCollections commandEliot Horowitz2014-06-301-1/+1
* SERVER-14378: remove Database::_namespacesNameEliot Horowitz2014-06-304-33/+23
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-304-8/+5
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-284-5/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-284-8/+5
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-274-5/+8
* SERVER-13635: remove verify in index_create that only makes sense for some in...Eliot Horowitz2014-06-251-1/+0
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-233-1/+106
* SERVER-14006 Partition the experimental lock managerCraig Harris2014-06-231-1/+1
* SERVER-13635 Replaces high-level references to Record with RecordData class.Alex2014-06-201-6/+4