summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42524 remove the touch commandHaley Connelly2019-09-2526-571/+0
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-253-8/+3
* SERVER-42366 Do not update the stable timestamp during ROLLBACK stateWilliam Schultz2019-09-252-2/+61
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys d...William Schultz2019-09-251-6/+16
* SERVER-43413 Simplify dependency graphSara Golemon2019-09-256-43/+38
* SERVER-43341 Make the index filter commands on mongos send database version a...Chou Mao2019-09-251-20/+35
* SERVER-43416 support single-phase secondary index builds for createIndexes op...Benety Goh2019-09-251-1/+2
* SERVER-43128 fix windows compileBenety Goh2019-09-251-3/+3
* SERVER-43340 Make the plan cache commands on mongos send database version and...Chou Mao2019-09-251-21/+32
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-2519-130/+1236
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-251-10/+9
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-09-242-1/+7
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-241-0/+8
* SERVER-38274 add const to prepareUpdate function declarationHaley Connelly2019-09-242-3/+3
* SERVER-43203 remove dbtests that were not runJudah Schvimer2019-09-241-30/+0
* SERVER-43128 include cctype for tolowerBilly Donahue2019-09-241-0/+1
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-09-2411-169/+232
* SERVER-43419 remove unnecessary FCV check from MultiIndexBlock::_unlockRSTLFo...Benety Goh2019-09-241-4/+0
* SERVER-42367 Disallow refineCollectionShardKey in FCV < 4.4Jack Mulrow2019-09-241-0/+7
* SERVER-42312 disallow validate cmd during rollback and recovering statesPavithra Vetriselvan2019-09-242-0/+10
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-09-241-0/+9
* SERVER-43377 Make positional projection internal expression able to access Do...Anton Korshunov2019-09-247-37/+157
* SERVER-43128 Simplify FTS language registryBilly Donahue2019-09-2412-478/+252
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-2431-224/+121
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-2410-204/+119
* SERVER-43574 validate cmd must open oplog collection cursors before accessing...Dianna Hohensee2019-09-243-21/+28
* SERVER-43229 Check if config metadata has merged chunk already before checkin...Janna Golden2019-09-242-3/+8
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-238-88/+393
* SERVER-43327 Move runLoop from SyncTail to OplogApplierImpl and move OpQueueB...Mihai Andrei2019-09-237-481/+599
* SERVER-43420 Back out of ASSERT in stacktrace_test.cppBilly Donahue2019-09-231-1/+4
* SERVER-43383 Fix CachedCollectionProperties usage in SyncTailMihai Andrei2019-09-231-14/+14
* Revert "SERVER-42930 ConnectionPool controller updates must batch across hosts"Pavithra Vetriselvan2019-09-233-114/+58
* SERVER-43372 Add ReplicationCoordinatorNoOpA. Jesse Jiryu Davis2019-09-233-0/+740
* SERVER-39239 secondary index build waits for commitIndexBuild or abortIndexBuildBenety Goh2019-09-221-0/+19
* SERVER-39239 IndexBuild() IndexBuildsCoordinator::commitIndexBuild() updates ...Benety Goh2019-09-213-6/+11
* SERVER-39239 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() updates abo...Benety Goh2019-09-211-0/+12
* SERVER-39239 move IndexBuildsCoordinatorMongod::commitIndexBuild() into base ...Benety Goh2019-09-216-26/+10
* SERVER-39239 IndexBuildsCoordinator::_buildIndex() accepts indexBuildOptionsBenety Goh2019-09-212-3/+6
* SERVER-39239 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() accepts opCtxBenety Goh2019-09-204-3/+10
* SERVER-43243 Restore repairDatabase ActionTypeSpencer Jackson2019-09-201-0/+1
* SERVER-39239 add fields to ReplIndexBuildState to support commitIndexBuild an...Benety Goh2019-09-201-0/+6
* SERVER-43382 move index_build_block from a private dependency of the multi_in...Dianna Hohensee2019-09-201-1/+1
* SERVER-42029 Combine stacktrace posix and unwind filesBilly Donahue2019-09-2010-1074/+1094
* SERVER-39239 add IndexBuildsCoordinator::_getIndexBuild()Benety Goh2019-09-204-24/+19
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Haley Connelly2019-09-201-1/+6
* SERVER-43337 Check that txn writes are successful before attempting to commit...Janna Golden2019-09-202-0/+3
* SERVER-43205 Fix verify failure when constructing very large ValueJustin Seyster2019-09-192-5/+26
* SERVER-42930 ConnectionPool controller updates must batch across hostsBen Caimano2019-09-193-58/+114
* SERVER-43374 Extend BasicLockableAdaptor lifetime in waitForConditionUntilBen Caimano2019-09-191-3/+3
* SERVER-43370 NetworkInterfaceMock should use stdx::mutexBen Caimano2019-09-182-32/+32