summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54366 Wait for node to start stepdown before killing shutdown operatio...Ali Mir2021-02-231-0/+9
* SERVER-53932: Round up multi-key write during recovery of prepared transactio...Lingzhi Deng2021-02-225-1/+39
* SERVER-53831 Force SpiderMonkey to garbage collect in ReplSetTest.checkOplogsJason Chan2021-02-171-0/+11
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is imm...Lingzhi Deng2021-02-174-3/+30
* SERVER-50073 Error message when creating a mixed hashed/not hashed index shou...Dan Larkin-York2021-02-122-4/+10
* Revert "SERVER-50073 Error message when creating a mixed hashed/not hashed in...Dan Larkin-York2021-02-112-10/+4
* SERVER-50073 Error message when creating a mixed hashed/not hashed index shou...Dan Larkin-York2021-02-112-4/+10
* SERVER-54014 Define a reasonable maxTimeMsOverride for the checkOID requestsAlexandre Bique2021-02-091-0/+3
* SERVER-46740 Add missing reference characterBen Caimano2021-02-091-2/+2
* SERVER-53394 Make ShardingTaskExecutorPoolReplicaSetMatching default to disab...George Wangensteen2021-02-087-2/+41
* SERVER-47694: fix multikey. againLouis Williams2021-02-084-74/+96
* SERVER-46686 Explain does not respect maxTimeMSDrew Paroski2021-02-052-3/+21
* SERVER-53609 Filter out serverStatus.transactions.lastCommittedTransaction fr...Jason Chan2021-02-043-6/+12
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2021-02-047-18/+49
* SERVER-47869 Add debug logging mechanism to mongos cursor managerIan Boros2021-02-022-8/+235
* SERVER-46740 establishCursors() must always drain the AsyncRequestsSender::_b...Ben Caimano2021-02-021-85/+152
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2021-01-296-125/+2568
* SERVER-46876 Compaction interrupts on EBUSYGregory Wlodarek2021-01-142-0/+20
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2021-01-144-0/+40
* SERVER-50769 Change streams no longer balk at empty applyOpsr4.2.12-rc0r4.2.12Justin Seyster2021-01-123-4/+333
* SERVER-43739 Always send SNI regardless of allowInvalidHost and setup proper ...Sara Golemon2021-01-123-7/+20
* SERVER-53703: Use WTKVEngine to compute the all durable timestamp.Daniel Gottlieb2021-01-121-1/+1
* SERVER-48471 Hashed indexes may be incorrectly marked multikey and be ineligi...Louis Williams2021-01-125-54/+6
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2021-01-081-3/+18
* SERVER-52879 Close expired idle sessions outside of the cache mutexGregory Wlodarek2021-01-081-1/+9
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2021-01-0511-298/+424
* SERVER-51526 Hybrid index builds can miss writes and crash in the event of a ...Louis Williams2021-01-051-18/+18
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly wh...Mihai Andrei2021-01-042-20/+51
* SERVER-52919 Wire compression not enabled for initial syncAmirsaman Memaripour2020-12-221-1/+16
* SERVER-52950 recoverFromOplogAsStandalone mode must not start oplog truncater...Gregory Wlodarek2020-12-181-2/+10
* SERVER-34741 Move $match in front of $group if condition is on group keyGeorge Wangensteen2020-12-166-8/+189
* SERVER-53026 Fix "resync" commandA. Jesse Jiryu Davis2020-12-142-7/+16
* SERVER-48742 Modified 4.4 backport to remove dependence on structured loggingJames Wahlin2020-12-101-6/+3
* SERVER-48742 Log changes to profiler settingsAndrii Dobroshynskyi2020-12-101-2/+28
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-102-6/+27
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59
* SERVER-50417 Change notMasterUnacknowledgedWrites to notPrimaryUnacknowledged...Ali Mir2020-12-101-5/+5
* SERVER-50416 Change notMasterLegacyUnacknowledgedWrites to notPrimaryLegacyUn...Ali Mir2020-12-101-5/+5
* SERVER-52618James Wahlin2020-12-082-7/+54
* SERVER-51858 Fix curl lockingMark Benvenuto2020-12-081-6/+44
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-12-079-18/+255
* SERVER-52975 Fix use of 'onRollback' callback for collection validator option...Mihai Andrei2020-11-301-4/+6
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-11-293-7/+7
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-11-262-2/+8
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough during...Samy Lanka2020-11-241-0/+16
* SERVER-50049 assert.soonNoExcept() should not access TestData.traceExceptions...Suganthi Mani2020-11-231-12/+21
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-201-2/+13
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-202-3/+41
* SERVER-43847 Make ReplSetTest's stepUp function resilient to slow machines.Suganthi Mani2020-11-202-32/+64
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-11-2021-124/+408