summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49336 Set ClientMetadata before CommandInvocations are runA. Jesse Jiryu Davis2021-05-1211-87/+49
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-05-126-19/+123
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-05-051-4/+2
* SERVER-45153 Ignore metrics temp files in FTDCFileManagerMark Benvenuto2021-05-032-1/+2
* SERVER-56371 Upgrade timelib to 2021.06Mohammad Dashti2021-04-271-2/+3
* SERVER-55007 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-04-232-0/+16
* SERVER-52564 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-04-233-0/+60
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-04-222-1/+11
* SERVER-55602 Relax non-read-only invariant in WiredTigerKVEngine::makeTempora...Gregory Noma2021-04-191-1/+1
* SERVER-44821 accessing db.system.profile and currentOp storage stats should n...Benety Goh2021-04-122-0/+6
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-242-10/+21
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-248-14/+363
* SERVER-50414 Reads should return not primary error messages during rollback i...Pavi Vetriselvan2021-03-173-5/+10
* SERVER-50412 implement helloOk protocol negotiation on mongodPavi Vetriselvan2021-03-173-3/+46
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-03-166-55/+76
* SERVER-54770 Add /proc/meminfo MemAvailable to FTDCMark Benvenuto2021-03-101-0/+1
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-092-4/+27
* SERVER-47568 Disable clusterTime gossiping for nodes in unreadable statesr4.2.13-rc2r4.2.13Jack Mulrow2021-03-041-2/+3
* Revert "SERVER-54742 Initialize IndexCatalogEntry multikey state directly fro...r4.2.13-rc1Louis Williams2021-02-264-101/+83
* SERVER-54760: Guarantee causal relationship between WTOplogManager::waitForAl...r4.2.13-rc0Daniel Gottlieb2021-02-254-30/+30
* SERVER-54742 Initialize IndexCatalogEntry multikey state directly from durabl...Louis Williams2021-02-241-4/+0
* SERVER-51163 Mark nodes returning InvalidReplicaSetConfig in heartbeats as downSiyuan Zhou2021-02-242-5/+3
* 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-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-47694: fix multikey. againLouis Williams2021-02-084-74/+96
* 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-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-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-041-17/+38
* 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-101-5/+20
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59