summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-082-7/+14
* SERVER-49393 Redact status in KeysCollectionManager refresh failure log messageJason Zhang2020-09-081-1/+1
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-083-9/+44
* SERVER-49649 Architecture Guide Updates for FCVJason Chan2020-09-081-0/+110
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-0813-2253/+2898
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-0811-8218/+7767
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-0813-24/+25
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-076-1/+152
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-061-1/+2
* SERVER-50275 fix use-after-moveBenety Goh2020-09-051-4/+3
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order i...Kaloian Manassiev2020-09-052-5/+7
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-046-10/+849
* SERVER-50346 refactor `handleRequest` code fragments into a HandleRequest classBilly Donahue2020-09-041-118/+228
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-043-39/+43
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-0429-172/+916
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-045-53/+86
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-0428-325/+433
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-046-11/+11
* SERVER-49393 KeysCollectionManager should not silently ignore refresh failuresJason Zhang2020-09-041-0/+4
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-043-21/+37
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-035-320/+546
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-038-48/+77
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-037-13/+41
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-033-0/+40
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-032-2/+2
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-0315-3407/+4909
* SERVER-46199 Make the RoutingTableHistory movableKaloian Manassiev2020-09-037-165/+194
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-036-39/+48
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-0353-120/+128
* SERVER-46199 Hide the RoutingTableHistory detail from the ChunkManagerKaloian Manassiev2020-09-033-12/+8
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-0313-13/+240
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-031-19/+26
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-037-66/+77
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-02135-542/+587
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-025-10/+39
* SERVER-50691 Fix race in PrimaryOnlyServiceTest::LookupInstanceSpencer T Brody2020-09-021-5/+5
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-028-27/+654
* SERVER-50234 delete the unused function toBsonWithSafeDiscriminatorVishnu Kaushik2020-09-022-74/+0
* SERVER-50671 Make TenantMigrationAccessBlockerByPrefix::appendInfoForServerSt...Cheahuychou Mao2020-09-021-0/+2
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-021-4/+8
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-0227-3093/+514
* SERVER-50577 Return actual donor shard version in getShardAndCollectionVersionPierlauro Sciarelli2020-09-023-49/+64
* SERVER-50600 Correctness of BinData setup in BitTestMatchExpression tests dep...Mindaugas Malinauskas2020-09-021-4/+4
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-0219-244/+472
* SERVER-50483 Make donorStartMigration command check that the donor's host is ...Jason Zhang2020-09-021-6/+16
* SERVER-49568 Thread the CollectionType's ReshardingFields through to the Cata...Blake Oler2020-09-028-13/+35
* SERVER-49564 Create ReshardingDonorServiceBlake Oler2020-09-025-1/+264
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-027-18/+265