summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-1/+0
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-14860 allow bg index builds on secondaries with doc-level-locking sto...Eric Milkie2014-11-041-14/+29
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-1/+1
* SERVER-14860 Re-add support for interruptable background index builds on seco...Eric Milkie2014-11-031-8/+15
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+3
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-2/+2
* SERVER-14668 remove some usages of cc()Hari Khalsa2014-09-041-2/+2
* 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-8/+41
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* 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: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+2
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-6/+7
* SERVER-13643 have index builder use TransactionExperimentHari Khalsa2014-04-301-4/+6
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+4
* SERVER-13620 When applying operations from the oplog, wait for background ope...Andy Schwerin2014-04-211-0/+3
* SERVER-13053 fix curop query field for index builds outside of createIndexes ...Eric Milkie2014-03-211-0/+4
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-15/+5
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* testsEric Milkie2014-01-141-4/+7
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+2
* SERVER-11611: fix secondary index creation on new collectionsEliot Horowitz2013-12-281-5/+8
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-281-10/+23
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9421 do not kill index builds synchronously, to prevent deadlocksEric Milkie2013-05-081-1/+2
* SERVER-8536 fix index build restarts for a few commandsEric Milkie2013-04-151-0/+4
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+74
* SERVER-2771 Revert command handlingKristina2013-01-021-74/+0
* SERVER-2771 Fix test to handle other tests not cleaning upKristina2012-12-261-2/+0
* SERVER-2771 Make foreground indexes not create a clientKristina2012-12-261-0/+6
* SERVER-2771 Command handlingKristina2012-12-261-0/+70