summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-116-15/+52
* SERVER-52972 Retry drop role transactions in UMC commandSara Golemon2021-02-111-65/+126
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-1011-58/+99
* SERVER-53511: Create stub _fetchCommittedTransactions functionXueruiFa2021-02-102-0/+12
* SERVER-54422 [SBE] FieldPath field names may not start with '$'Martin Neupauer2021-02-101-6/+6
* SERVER-54299 Mark OrMatchExpression::matchesSingleElement as dead codeNikita Lapkov2021-02-101-6/+1
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-109-25/+47
* SERVER-54056 Decrease the default value for tenantMigrationGarbageCollectionD...Jason Zhang2021-02-101-1/+1
* SERVER-54256: Handle retryable errors when choosing a donor sync sourceXueruiFa2021-02-102-82/+44
* SERVER-53146: Specify input to explain command in IDLMoustafa Maher2021-02-109-206/+255
* SERVER-53863 Fix clang-tidy errors in find_and_modifyRishab Joshi2021-02-101-13/+13
* SERVER-53486: Allow rewrite to push projections on bucketed fields into $unpa...Hana Pearlman2021-02-105-223/+701
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-1047-291/+307
* SERVER-54010 Clustered indexes 'expireAfterSeconds' option can be modified by...Gregory Wlodarek2021-02-105-0/+100
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-105-138/+372
* SERVER-53358 Need to shut down taskExecutor in TenantOpogBatcherTest explicit...Matthew Russotto2021-02-101-0/+2
* SERVER-53741 Add WindowFunctionExec for accumulator-only windowsNick Zolnierz2021-02-1015-13/+356
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-105-374/+138
* SERVER-53863 FindAndModify commands should inherit from IDL generated base Co...Rishab Joshi2021-02-107-487/+415
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-105-138/+374
* SERVER-51281: Skip LastOpFixer for multi-doc transactionsLingzhi Deng2021-02-101-2/+5
* SERVER-54298 More perf improvements to sbe MkObj stageIan Boros2021-02-102-31/+123
* SERVER-52553 Convert listCollections command implementation to inherit from I...Samy Lanka2021-02-093-210/+211
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-098-201/+236
* SERVER-53519 Remove special handling for MinKey chunk owning donor shard from...YuhongZhang982021-02-097-37/+44
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-098-0/+20
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-0912-110/+422
* SERVER-54277 Validate to support ObjectId type when reporting corrupt recordsGregory Wlodarek2021-02-091-3/+5
* SERVER-50538 Control intracluster traffic in speculative auth testsSpencer Jackson2021-02-091-2/+1
* SERVER-53567 Create conflict stash collections with same collation as tempora...jannaerin2021-02-097-19/+104
* SERVER-53467 Investigate performance of $_internalUnpackBucket over BSONEric Cox2021-02-092-30/+39
* SERVER-52914 Restore accidentally deleted NOLINT(bugprone-use-after-move)Nikita Lapkov2021-02-091-1/+1
* SERVER-54268 Append nInserted for {ordered: true} time-series insertsGregory Noma2021-02-091-0/+1
* SERVER-53996: Avoid holding mutex while reading/writing in tenant migration r...XueruiFa2021-02-092-57/+84
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-0921-83/+130
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-094-15/+119
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from the...Kaloian Manassiev2021-02-0913-465/+579
* SERVER-54387 Create renameCollection DDL coordinatorPierlauro Sciarelli2021-02-094-122/+268
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-097-198/+293
* SERVER-34454 Consider including the EOF bonus in the plan cache scoreTimour Katchaounov2021-02-093-35/+13
* SERVER-54227 ReshardingMetrics fix "remaining time" estimateBilly Donahue2021-02-092-19/+105
* SERVER-38910 Remove index drop rollback handling on opening the storage engine.Dianna Hohensee2021-02-092-41/+15
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-098-43/+55
* SERVER-53823 Require matching FCV from donor when starting a tenant migrationVesselina Ratcheva2021-02-093-0/+106
* SERVER-53842 Count the number of resharding attempts in resharding metricsAmirsaman Memaripour2021-02-093-8/+17
* SERVER-53039 Make SpecificStats::clone() return unique_ptrYoonsoo Kim2021-02-093-103/+85
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-0927-571/+644
* SERVER-54114 SERVER-54039 Pass cancelation token throughout TenantMigrationDo...Jason Zhang2021-02-082-107/+122
* SERVER-54043 Remove TODOA. Jesse Jiryu Davis2021-02-081-3/+2
* SERVER-54392 Use the actual value for Namespace::kAdminDb inside waitUntilTim...Jason Zhang2021-02-081-1/+1