summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-228-1/+267
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2019-01-225-22/+57
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-2116-38/+103
* SERVER-35393 Flush asio output and limit SecureTransport out bufferSara Golemon2019-01-182-3/+13
* SERVER-38887 Return names encapsulated when falling back on privilege inspectionSara Golemon2019-01-182-7/+33
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-181-4/+4
* SERVER-34943 Ignore internal commands with "failCommand"A. Jesse Jiryu Davis2019-01-171-3/+10
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-01-171-1/+1
* SERVER-37484: Only change table logging settings if they are not in the expec...Daniel Gottlieb2019-01-151-11/+27
* SERVER-38177 Fix --repair with --bind_ipJason Carey2019-01-151-0/+1
* SERVER-38983 Differentiate UserNotFound from AuthenticationFailure in audit logSara Golemon2019-01-141-12/+12
* SERVER-36774 Allow shell assertion functions to take an object for the 'msg'Ian Boros2019-01-141-2/+4
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-121-1/+12
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-114-7/+146
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2019-01-116-11/+45
* SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of...Louis Williams2019-01-113-19/+55
* Revert "SERVER-31755 Create intermediate $lookup stage document size limit knob"Ian Boros2019-01-113-22/+4
* SERVER-31755 Create intermediate $lookup stage document size limit knobIan Boros2019-01-113-4/+22
* SERVER-38275 ban explain with UUIDIan Boros2019-01-115-9/+21
* SERVER-35608 Added an invariant to make sure that optime with lower and highe...Suganthi Mani2019-01-083-17/+145
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2019-01-081-0/+9
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-084-61/+95
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2019-01-071-2/+2
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-313-35/+74
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-12-311-13/+4
* SERVER-35936 Allow PowerShell to connect using TLS 1.2Caleb Webber2018-12-281-0/+5
* SERVER-38196 do not wait for replication of mods if they were not appliedMisha Tyulenev2018-12-271-1/+3
* SERVER-38751 Make _transferMods during migration steady state also use kNoRet...Kaloian Manassiev2018-12-231-1/+1
* SERVER-38751 Make _migrateClone and _transferModes requests use kNoRetry policyKaloian Manassiev2018-12-221-2/+2
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-38293 make listDatabases understand collection privilegesIsabella Siu2018-12-212-6/+2
* SERVER-38052 Use UninterruptibleLockGuard in ReplBatcher threadTess Avitabile2018-12-211-0/+9
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-12-217-22/+86
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-12-205-314/+309
* SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto2018-12-202-0/+14
* SERVER-37838 prevent crash with getMore and simultaneous stepdownIan Boros2018-12-121-5/+3
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...r4.0.5-rc0Kim Tao2018-12-116-153/+103
* SERVER-38070 Fix infinite loop in agg expressionIan Boros2018-12-102-111/+226
* SERVER-36349 Prevent ClusterWrite errors from affecting the OperationSharding...Blake Oler2018-12-102-0/+17
* SERVER-37339 Sharding state is set to initialized on Grid before sharding com...Esha Maharishi2018-12-102-2/+4
* SERVER-38281 Defer TLS-1.0 auto disable warning till log startupSara Golemon2018-12-081-2/+23
* Import tools: ff4c48505122337b6b38c82bdd00b19c17c2a775 from branch v4.0David Golden2018-12-071978-498/+570
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-12-074-17/+0
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-072-1/+9
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-055-132/+212
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-12-053-30/+27
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-052-57/+209
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-053-4/+25
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-12-0112-41/+38
* SERVER-36437 Use MODE_IS for dbstatsXiangyu Yao2018-11-302-12/+9