summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-1/+0
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-1/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-27834 disable implicit collection creation in IndexBuilderBenety Goh2017-03-241-16/+3
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-24/+24
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-2/+5
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+2
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-2/+5
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-161-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+1
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-261-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+2
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-081-1/+1
* Revert "SERVER-20360: break out logicalOp vs networkOp"Martin Bligh2015-10-071-1/+1
* SERVER-20360: break out logicalOp vs networkOpMartin Bligh2015-10-071-1/+1
* add debugging output for SERVER-19128Eric Milkie2015-07-091-0/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-134/+131
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-3/+9
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-21/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+1
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-2/+2
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-2/+2
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-2/+2
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-2/+2
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-2/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-271-3/+3
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-2/+1
* SERVER-17003 Add WriteConflict retry logic to IndexBuilderMathias Stearn2015-01-231-51/+80
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-5/+38
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* 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