summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.h
Commit message (Expand)AuthorAgeFilesLines
* 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