summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_rebuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-301-156/+0
* SERVER-38705 Remove the --noIndexBuildRetry server parameter flag and the sto...Gregory Wlodarek2019-01-171-14/+0
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+2
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-7/+6
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-7/+8
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-5/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+15
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-100/+93
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-16885 index rebuilder should commit changes to index and collection ca...Benety Goh2015-02-061-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-0/+2
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-15729 make index rebuilder error message more clearEric Milkie2014-10-271-2/+9
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-2/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-7/+5
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-2/+2
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-69/+79
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-1/+1
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-1/+4
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-10/+10
* SERVER-14499 eliminate ReplicationStartSynchronizermatt dannenberg2014-07-081-4/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1