summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-1862-3540/+62
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-08-182-2/+9
* SERVER-48489 [SBE] Implement a check that the current node can serve readsEric Cox2020-08-182-0/+21
* SERVER-49450 Test that index build is restarted if resuming fails on startupSamy Lanka2020-08-183-2/+19
* SERVER-50366 fix StorageTimestampTests for resumable index buildsBenety Goh2020-08-181-0/+29
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-186-42/+100
* SERVER-48810 Add custom Bison location and improve error messages from parserNick Zolnierz2020-08-1812-1535/+1846
* SERVER-50360 fix ValidateStateTest for resumable index buildsBenety Goh2020-08-181-0/+30
* SERVER-49655 Fix Versioned API guide formattingA. Jesse Jiryu Davis2020-08-181-1/+1
* SERVER-47869 Add debug logging mechanism to mongos cursor managerIan Boros2020-08-182-8/+250
* SERVER-44967 Check new BSONValidate against old one in bson_validate_fuzzerGeert Bosch2020-08-184-1/+501
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-1836-170/+307
* SERVER-50345 Fix ref count cycle in SSLManager and OCSP code during rotateMark Benvenuto2020-08-181-0/+1
* SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityV...Jason Chan2020-08-1812-262/+211
* SERVER-50117 Implement pipeline for iterating over donor oplog entriesRandolph Tan2020-08-174-0/+139
* SERVER-44401 Fix CodeWScope edge cases in new BSONValidateGeert Bosch2020-08-172-0/+8
* SERVER-49655 Guide to Versioned APIA. Jesse Jiryu Davis2020-08-172-3/+120
* SERVER-48905 Allow $rand in command-level 'let'David Percy2020-08-173-6/+17
* SERVER-49915 Disable document validation for <database>.system.resharding.* n...Haley Connelly2020-08-172-0/+38
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-178-9/+81
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-1721-25/+1000
* SERVER-50328 fix use-after-free error with corruptDocumentOnInsert fail pointBenety Goh2020-08-171-5/+2
* SERVER-49921 Optimised persistence and recovery of the VectorClockKaloian Manassiev2020-08-1711-443/+413
* SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB()Pavi Vetriselvan2020-08-172-15/+15
* SERVER-49874 Make the server to be able to run JavaScript functions with Thre...Mindaugas Malinauskas2020-08-171-1/+1
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-1727-132/+121
* SERVER-49734 Used local write concern to cleanup active migration on config s...Alex Taskov2020-08-171-5/+2
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-176-100/+42
* SERVER-49997 Fix use after move in plan_cache_commands.cppCharlie Swanson2020-08-141-5/+2
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-1419-96/+124
* SERVER-50170 fix max staleness read preference parameter for server selectionLaMont Nelson2020-08-1444-96/+2769
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-146-34/+98
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-146-42/+100
* SERVER-50322 Fix libfuzzertests compileGregory Wlodarek2020-08-141-2/+2
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-145-368/+315
* SERVER-49430 Do not run hang analyzer in awaitSecondaryNodesForRollbackTestVesselina Ratcheva2020-08-141-0/+4
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-1418-115/+152
* SERVER-50309 Fix use-after-move in buildMultiPlanJustin Seyster2020-08-141-1/+2
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-146-3/+23
* SERVER-50205 fix corruptDocumentOnInsert fail pointBenety Goh2020-08-141-4/+4
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-143-8/+41
* SERVER-50308 Capture host variable by value in callback.Max Hirschhorn2020-08-141-1/+1
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-1434-65/+65
* SERVER-50176 Use the Sharding Fixed executor for the shardVersion recovery taskKaloian Manassiev2020-08-142-6/+6
* Revert "SERVER-44401 Optimize validateBSON"Gregory Wlodarek2020-08-145-310/+370
* SERVER-39392 Remove tautological invariantAndrew Morrow2020-08-141-1/+0
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-138-8/+386
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-135-370/+310
* SERVER-44401 Add validate_BSON benchmarkGeert Bosch2020-08-131-0/+50
* SERVER-50293 TemporaryKVRecordStore should reset the _recordStoreHasBeenFinal...Gregory Wlodarek2020-08-131-0/+7