summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-62/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-13/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+13
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-13/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-28966 Slice `MultiIndexBlock` with vtableADAM David Alan Martin2017-04-251-419/+37
* SERVER-28805 Slice `IndexCatalog` by vtableADAM David Alan Martin2017-04-181-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-4/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-31/+32
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+3
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-3/+5
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2016-11-071-2/+33
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+3
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-3/+5
* SERVER-26367 index_killop.js should use failpointJames Wahlin2016-10-031-5/+11
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-161-0/+14
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-3/+7
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-3/+2
* SERVER-24935 - Retry failed index builds upon receiving WT_CACHE_FULLDavid Hows2016-07-141-0/+4
* SERVER-23750: remove init impl from header and add invariant checksScott Hernandez2016-06-171-1/+9
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24070 Make index_delete.js not timing dependentVincent Do2016-05-201-0/+8
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-05-051-1/+16
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-211-0/+4
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-4/+5
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-5/+4
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2015-09-251-9/+5
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-7/+0
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-278/+262
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-051-1/+2
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-3/+6
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-14/+0
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-2/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+2
* 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-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+8
* SERVER-17642 WCE retry loop per document in index buildMathias Stearn2015-03-311-22/+44
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-191-11/+13