summaryrefslogtreecommitdiff
path: root/src/mongo/db
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-157-91/+115
* 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-121-0/+5
* 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-54944 Make drop collection resilient to stepdownsTommaso Tocci2021-03-1114-103/+395
* 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-54984 Relax invariant in ReshardingOpObserver about temporary rehardin...Yuhong Zhang2021-03-111-18/+23
* 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-114-158/+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-54981 Decouple DonorStateMachine unit testing from sharding env.Max Hirschhorn2021-03-114-218/+434
* 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
* SERVER-53485 Allow rewrite to push meta $sort past $unpackBucketSvilen Mihaylov2021-03-103-0/+146
* SERVER-54845 Fix $dateAdd last-day-of-month adjustment in timezone.Milena Ivanova2021-03-102-78/+310
* SERVER-54237 Implement removable $first/$last window functionsHartek Sabharwal2021-03-103-0/+397
* SERVER-54552 [SBE] Reverse index scan may produce wrong resultsMickey. J Winters2021-03-103-14/+40
* SERVER-55115: Delete config.collections entry before deleting config.chunks o...Jordi Serra Torrens2021-03-101-2/+2
* SERVER-54849 Enhance window function testing helpers to also test removable w...Ted Tuckman2021-03-105-8/+14
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-1015-55/+211
* SERVER-55017 fix iassert(...) and tassert(...) argument evaluationBilly Donahue2021-03-101-2/+2