summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38344 Hold database distlocks during migration and splitBlake Oler2019-02-121-3/+5
* SERVER-37339 Sharding state is set to initialized on Grid before sharding com...Esha Maharishi2019-02-114-7/+6
* SERVER-39030 fix logging of low cardinality keys in splitVectorKevin Pulo2019-02-111-1/+1
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-031-2/+4
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2019-02-024-7/+66
* SERVER-39331 Remove StressTest from NIA TestJason Carey2019-02-011-120/+0
* SERVER-39267 Guard opWriteConcernCounters behind flagTess Avitabile2019-02-012-13/+48
* SERVER-39142 ServerWriteConcernMetrics must lock _mutex before modifying membersTess Avitabile2019-02-011-0/+3
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-02-0117-12/+306
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-02-016-0/+248
* SERVER-38779 Have a session sweep job to close old idle WT sessionsSulabh Mahajan2019-02-019-12/+289
* SERVER-39109 fix case where agg uses illegal field pathIan Boros2019-01-311-3/+4
* Import tools: cc74524a447ba7e9049cc1de1ae83995618bfbfa from branch v3.6David Golden2019-01-3012-29/+85
* SERVER-38192 refreshLogicalSessionCacheNow should not throw on DuplicateKeyErrorMatthew Saltz2019-01-281-1/+1
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2019-01-234-6/+205
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-231-1/+12
* SERVER-35608 Added an invariant to make sure that optime with lower and highe...Suganthi Mani2019-01-232-17/+145
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2019-01-231-1/+11
* SERVER-38275 ban explain with UUIDIan Boros2019-01-224-2/+14
* SERVER-31755 Create intermediate $lookup stage document size limit knobIan Boros2019-01-223-4/+22
* Import wiredtiger: 6d142e23f7f8ada7d84487bbcb20bf5f54c737f9 from branch mongo...r3.6.10-rc1r3.6.10Luke Chen2019-01-1114-341/+678
* SERVER-33469 Fix lint errorsMathew Robinson2019-01-081-3/+2
* SERVER-38070 fix infinite loop in agg expressionr3.6.10-rc0Ian Boros2019-01-072-104/+244
* SERVER-33469 Make syslog consistent with mongod log filesMathew Robinson2019-01-071-2/+2
* SERVER-38843 Mapreduce should not create collections with duplicate IDsMatthew Russotto2019-01-071-0/+5
* SERVER-32424 Use hybrid cursor caching by default.Luke Chen2019-01-044-29/+61
* SERVER-38050 Validate the sameness of collection metadata after the range del...Blake Oler2018-12-313-27/+67
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-12-311-13/+4
* SERVER-38196 Coverity analysis defect 105128: Unchecked return valueMisha Tyulenev2018-12-271-1/+3
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-12-262-8/+18
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-12-187-352/+334
* SERVER-38390 set requiresAuth to false for some commandsMisha Tyulenev2018-12-181-0/+4
* SERVER-35936 Allow PowerShell to connect using TLS 1.2Caleb Webber2018-12-181-0/+5
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-12-074-17/+0
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-074-130/+212
* Import tools: c1d0d6967c84c62b5b578f7b18a82226b5c76526 from branch v3.6David Golden2018-12-071511-505/+2782
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-072-1/+9
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-062-57/+209
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-053-4/+25
* SERVER-36977 fix lintBenety Goh2018-12-041-3/+4
* SERVER-36977 Set process umask before creating log fileJonathan Reams2018-11-302-6/+46
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-282-0/+34
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-11-221-37/+73
* SERVER-37051 Check for term change after fetching the queued metadata in Shar...Kaloian Manassiev2018-11-212-4/+18
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-202-17/+17
* SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano2018-11-202-24/+36
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-11-207-25/+91
* SERVER-31508: Make Javascript sleep interruptableSpencer Jackson2018-11-205-15/+32
* SERVER-37557 fix doc linkVesselina Ratcheva2018-11-201-1/+1