summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66542 Unifying paths on the CatalogCache lookup functionSergi Mateo Bellido2022-06-021-91/+94
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-06-021-1/+3
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-06-0218-140/+263
* SERVER-66825 Fix deadlock on MigrationDestinationManager::onStepDownJordi Serra Torrens2022-06-021-0/+4
* SERVER-66805 Change public-facing `moveRange::forceJumbo` to bool typePierlauro Sciarelli2022-06-024-6/+17
* SERVER-66850 Make the LogicalSessionCache reaper only scan parent sessions wh...Cheahuychou Mao2022-06-014-25/+40
* SERVER-66851 Internal session pool should use parent sessions as keys for chi...Jack Mulrow2022-06-012-14/+49
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-011-8/+20
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...samontea2022-05-313-1/+39
* SERVER-66720 Interrupt migration-related commands on CSRS upon stepdownPierlauro Sciarelli2022-05-311-3/+3
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-05-312-8/+25
* SERVER-65399 Restart index build if recover in standalone and 'commitIndexBui...Shin Yee Tan2022-05-311-4/+42
* SERVER-65131 Disable opportunistic read targetingVojislav Stojkovic2022-05-312-0/+14
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-316-35/+705
* SERVER-65027: Ensure resharding commands are parsed strictlynandinibhartiyaMDB2022-05-314-4/+4
* SERVER-65426 Verify if there's an existing view when creating a collectionJordi Olivares Provencio2022-05-312-3/+4
* SERVER-66489 Fix race condition in ticketholder testJordi Olivares Provencio2022-05-311-5/+21
* SERVER-66857 Retry `moveChunk` and `moveRange` indefinitely when router hits ...Pierlauro Sciarelli2022-05-302-9/+8
* SERVER-66714 Use ScopedTaskExecutor to manage requests cancellation at Balanc...Paolo Polato2022-05-292-13/+21
* SERVER-66716 remove early return check from _configSvrMoveRangePaolo Polato2022-05-291-6/+1
* SERVER-66480 introduce joinMigration shard cmd to set a barrier on the Balanc...Paolo Polato2022-05-298-74/+290
* SERVER-65969 Fix data race in ScopedDonateChunkPaolo Polato2022-05-293-6/+19
* SERVER-66388 Disallow using transaction API in operations with shard versionsJack Mulrow2022-05-285-1/+97
* SERVER-66849 Error labels should account for cluster abort and commit commandsJack Mulrow2022-05-282-3/+33
* SERVER-66848 Internal transactions test command API use should use owned BSONJack Mulrow2022-05-271-1/+1
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-275-82/+50
* SERVER-66828 Fix coverity defectJack Mulrow2022-05-271-1/+2
* SERVER-65218 Run `ShardSplitDonorServiceTest` with `wiredTiger`Gregory Noma2022-05-273-57/+52
* Import wiredtiger: 8fb2c7b2a69abe5de86c870b64ba2ee85eaf1ccb from branch mongo...Luke Chen2022-05-273-43/+81
* Import wiredtiger: f4d48773a3f1f2f7318e48f3c6afe295cb56c409 from branch mongo...Luke Chen2022-05-276-21/+3
* Import wiredtiger: 746497a6ffd88921928244047fbeb70275884163 from branch mongo...Luke Chen2022-05-275-28/+28
* SERVER-66533 update FLE array tag size estimationsergey.galtsev2022-05-273-6/+109
* SERVER-66784 numberDecimalsAlmostEqual shell helper now works for negative nu...Davis Haupt2022-05-261-2/+2
* SERVER-66719 Take FCV lock in `MODE_IS` for shared global lock modesGregory Noma2022-05-261-6/+4
* SERVER-66734 Extend FLE2FindEqualityPayload to take ServerDataEncryptionLevel...Mark Benvenuto2022-05-261-0/+5
* SERVER-66528 Return the OpTime of Commit Transaction for FLE2 CRUDMark Benvenuto2022-05-261-7/+7
* SERVER-66565 Create config.transactions partial index in setFCVJack Mulrow2022-05-2416-62/+195
* SERVER-66344 Make internal transactions workloads more extensibleCheahuychou Mao2022-05-231-0/+17
* SERVER-66616 Fix clang_tidy error on enterprise-rhel80-dynamic-clang-tidy-v4 ...Cheahuychou Mao2022-05-231-1/+1
* SERVER-66215 Create Sorter::File instances only when actually neededRomans Kasperovics2022-05-231-5/+5
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-203-22/+10
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-201-18/+13
* SERVER-65925 Reshard commit and abort should check for transient errors when ...Randolph Tan2022-05-204-6/+24
* SERVER-66560 Check feature flag before fetching child transaction historyJack Mulrow2022-05-191-40/+47
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-1914-85/+42
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-192-2/+22
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-191-1/+1
* SERVER-66566 Optimize scanning SessionCatalog when refreshing retryable write...Cheahuychou Mao2022-05-194-7/+44
* SERVER-66526 Hang upon restart when there is a prepared internal transaction ...Cheahuychou Mao2022-05-181-1/+1
* SERVER-66264 shardsvrDropIndex should use timeseries namespace in the shardVe...Randolph Tan2022-05-181-53/+60