summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-2436-300/+991
* SERVER-54717 Fix failing ephemeralForTest clustered index ValidateTestsLouis Williams2021-02-241-1/+17
* SERVER-50994: Audit dropCollection, dropIndex, and dropView during dropDataba...Varun Ravichandran2021-02-2311-7/+44
* SERVER-54698 Retry UMC transaction on retryable op errorSara Golemon2021-02-231-4/+10
* SERVER-54000 Make errors propagate from the ReshardingCoordinator to particip...Haley Connelly2021-02-2313-196/+477
* SERVER-52349 Enable featureFlagUseSecondaryDelaySecs by default in 4.9Pavi Vetriselvan2021-02-231-1/+3
* SERVER-47936 Implement a new shell helper to copy file rangesGregory Wlodarek2021-02-231-0/+54
* SERVER-53941 Have resharding oplog applier resume from its progress documentYuhong Zhang2021-02-233-29/+117
* SERVER-54680 use mongo::quickExitWithoutLogging instead of std::quick_exitSergey Galtsev2021-02-231-2/+3
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-02-238-307/+368
* SERVER-54491 Make PlanExecutorSBE::isEOF consistent with PlanExecutorImpl::isEOFNikita Lapkov2021-02-231-1/+1
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-2316-94/+187
* SERVER-53398 Remove extra std::move call in window function exec testTed Tuckman2021-02-231-3/+3
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-2322-40/+38
* Import wiredtiger: 42baa69fff2dd81e8d07ee80e0f80b6ac1484699 from branch mongo...Luke Chen2021-02-232-1/+16
* Import wiredtiger: ac48a5cfa32a9c8172fa87486d7521567ba4095d from branch mongo...Luke Chen2021-02-2317-61/+1528
* Import wiredtiger: 3f4d8ab73778407360edb6662dbe073897ebf5e1 from branch mongo...Luke Chen2021-02-2325-254/+83
* SERVER-53953 Use safe reconfigs for setFCV commandSamy Lanka2021-02-231-26/+26
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-2316-185/+94
* SERVER-54706 Fix listIndexes with string-valued weightA. Jesse Jiryu Davis2021-02-232-2/+4
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-2310-177/+678
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-2210-88/+237
* SERVER-54406 NetworkInterfaceMock should allow simultaneous interruption and ...Ben Caimano2021-02-223-264/+269
* SERVER-54347 Allow createIndexes and dropIndexes through the tenant_oplog_app...Matthew Russotto2021-02-224-4/+92
* SERVER-54652 Create oplog buffer outside of TenantMigrationRecipientService m...Jason Chan2021-02-221-3/+5
* SERVER-54290 Add ability to mock Streamable RSM topology description stateRandolph Tan2021-02-2212-30/+344
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-2216-94/+185
* SERVER-54499 Encode action type information into IDLMark Benvenuto2021-02-224-186/+186
* SERVER-54611 Allow $_internalUnpackBucket to invoked for external client in A...Rishab Joshi2021-02-221-1/+1
* SERVER-52061 Create feature flag for Create checks for API versioning breakag...Mark Benvenuto2021-02-222-0/+38
* SERVER-54345 Remove shard collection leftover dataMarcos José Grillo Ramirez2021-02-222-14/+40
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-2214-35/+171
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-225-68/+45
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-2264-389/+253
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-2217-68/+472
* SERVER-53398 Add removable window function executorTed Tuckman2021-02-228-0/+477
* SERVER-54492 Support BSONType::Code in SBENikita Lapkov2021-02-226-58/+197
* SERVER-54490 Fix incorrect sort order for NaN and missing values in SBENikita Lapkov2021-02-222-4/+10
* SERVER-54634 Fix memory leak in regexFindAll SBE builtinNikita Lapkov2021-02-221-1/+3
* Import wiredtiger: bcbb6c3c52b719f6c108edd6594c1e1561ef0fe1 from branch mongo...Luke Chen2021-02-227-82/+79
* Import wiredtiger: 86d3d12e8a3bf87346c09b6e8624df9c1bbcd808 from branch mongo...Luke Chen2021-02-222-1/+2
* Import wiredtiger: e932b903d726bc6202d981d8a759fad3262c8c71 from branch mongo...Luke Chen2021-02-222-2/+6
* Import wiredtiger: 27b1bc571347473391faa9178e702a2a0a8f526d from branch mongo...Luke Chen2021-02-222-1/+3
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-2146-807/+379
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-205-0/+38
* SERVER-54601 Complete TODO listed in SERVER-53060Ruoxin Xu2021-02-203-52/+16
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* Revert "SERVER-53457: Handle multi-updates correctly in tenant migrations"Kaloian Manassiev2021-02-201-42/+10
* SERVER-52542 Improve dropIndexes code with visit_helperA. Jesse Jiryu Davis2021-02-201-22/+12
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42