summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of...Louis Williams2019-01-111-5/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-061-1/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-1/+4
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-4/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-1/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-47/+46
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-16/+0
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-5/+27
* SERVER-14860 allow bg index builds on secondaries with doc-level-locking sto...Eric Milkie2014-11-041-1/+4
* SERVER-14860 Re-add support for interruptable background index builds on seco...Eric Milkie2014-11-031-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+5
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+3
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-1/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+1
* SERVER-13643 have index builder use TransactionExperimentHari Khalsa2014-04-301-1/+2
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-3/+9
* SERVER-11611: fix secondary index creation on new collectionsEliot Horowitz2013-12-281-1/+1
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-281-5/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+59
* SERVER-2771 Revert command handlingKristina2013-01-021-59/+0
* SERVER-2771 Make foreground indexes not create a clientKristina2012-12-261-0/+2
* SERVER-2771 Command handlingKristina2012-12-261-0/+57