summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-1510-51/+453
* SERVER-55168: Allow tenant migration cloner to write to system.views collectionsXueruiFa2021-03-153-1/+13
* SERVER-54989: waitForMinimumOperationDuration for a resharding operation shou...Kshitij Gupta2021-03-151-3/+0
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-1513-169/+400
* SERVER-53768: Block TTL deletions on tenant being migrated on recipient until...Andrew Shuvalov2021-03-158-20/+77
* SERVER-48593 createIndexForApplyOps() should always relax index build constra...Bynn Lee2021-03-157-30/+29
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-1519-329/+790
* SERVER-55109 Enhance logs and invariant expressions of the CatalogCacheSergi Mateo Bellido2021-03-151-18/+30
* SERVER-55144 Add a new collection to track which collection critical sections...Sergi Mateo Bellido2021-03-154-0/+70
* SERVER-55181 Update the checks in NamespaceString::isNamespaceAlwaysUnshardedKaloian Manassiev2021-03-151-9/+3
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-1331-797/+459
* SERVER-54332 [SBE] $elemMatch with object filter returns no documentsDrew Paroski2021-03-131-1/+9
* SERVER-54300 Tenant migration donor instance state documents should be protec...Jason Zhang2021-03-122-93/+160
* Revert "SERVER-54332 [SBE] $elemMatch with object filter returns no documents"Sviatlana Zuiko2021-03-121-9/+1
* SERVER-50737 Support index intersection plans in SBEAndrii Dobroshynski2021-03-1210-5/+1134
* SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggre...Katherine Wu2021-03-122-15/+54
* SERVER-54978 Unit test helper functions that convert index specs between unde...Dianna Hohensee2021-03-125-25/+306
* SERVER-54936 Have donorAbortMigration await for a promise in run() to be fulf...Jason Zhang2021-03-123-2/+26
* SERVER-54332 [SBE] $elemMatch with object filter returns no documentsMickey. J Winters2021-03-121-1/+9
* SERVER-46581 Use a temporary directory in the embedded test log callback checkAndrew Morrow2021-03-111-8/+22
* SERVER-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-1114-103/+395
* SERVER-52943 Add a sharding variant for the Audit Log SpoolerShreyas Kalyan2021-03-112-0/+22
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-1111-32/+366
* SERVER-54296 Fix incorrect cache size estimate logic in lookup_set_cache.hArun Banala2021-03-112-25/+65
* SERVER-54081 Defaulted to an empty exclude list if neither include nor exclud...Yoonsoo Kim2021-03-112-19/+71
* SERVER-53477 ThreadPool::waitForIdle should be interruptible on thread pool s...George Wangensteen2021-03-112-2/+28
* SERVER-54984 Relax invariant in ReshardingOpObserver about temporary rehardin...Yuhong Zhang2021-03-111-18/+23
* SERVER-54735 Fix AsyncTry to not return BrokenPromise on executor shutdown in...Matthew Saltz2021-03-112-8/+42
* SERVER-55113 Split rename/range-deletion procedures in idempotent stepsPierlauro Sciarelli2021-03-115-20/+70
* SERVER-53875 Stop the JournalFlusher thread from running at all unless reques...Dianna Hohensee2021-03-111-0/+9
* SERVER-54603 Improve AggregationRequest validation unit testsMihai Andrei2021-03-117-161/+315
* SERVER-53509 Create an oplog chain and update config.transactions for retryab...Matthew Russotto2021-03-1111-29/+248
* SERVER-54263: Add tenantMigrations serverStatus sectionAndrew Shuvalov2021-03-1110-8/+289
* SERVER-44402 Pass UUIDs to StorageEngineImpl::_dropCollectionsNoTimestamp ins...Bynn Lee2021-03-112-8/+7
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-114-22/+28
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-117-87/+151
* SERVER-55056 benchmark for StatusBilly Donahue2021-03-112-0/+136
* SERVER-54523 Extend access_check for complex checks and generate IDL contractMark Benvenuto2021-03-112-0/+37
* SERVER-54981 Decouple DonorStateMachine unit testing from sharding env.Max Hirschhorn2021-03-114-218/+434
* SERVER-52158 Create but don't yet use feature flag for resharding.Max Hirschhorn2021-03-112-0/+42
* SERVER-51417: targeted fault injection to reproduce non retriable error when ...Andrew Shuvalov2021-03-112-2/+31
* SERVER-51753 Handle applyOps during tenant migrationsCheahuychou Mao2021-03-111-20/+58
* SERVER-54209: Audit index build lifecycle eventsVarun Ravichandran2021-03-116-11/+33
* SERVER-54839 Fix PrimaryOnlyService data racesMatthew Saltz2021-03-102-150/+169
* Revert "SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key ma...Ian Boros2021-03-1011-363/+32
* SERVER-54421 [SBE] Fix tests failing to match a document using {x: null}Martin Neupauer2021-03-101-9/+55
* SERVER-54357 Avoid normalizing partialFilterExpression when creating a new indexBernard Gorman2021-03-102-17/+9
* SERVER-53506 Deal with the possibility of writes coming into the coordinator ...Yuhong Zhang2021-03-104-150/+355
* SERVER-50827 Nodes with IP addresses in split horizons must be able to startSergey Galtsev2021-03-105-8/+54
* SERVER-54836 Cleaned up a few of static_cast<bool> and has_value() callsYoonsoo Kim2021-03-105-22/+12