summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-1736-138/+529
* SERVER-68723 refocus SessionWorkflowTest on events not statesBilly Donahue2022-08-171-715/+516
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-1710-40/+72
* SERVER-67751 implement Edges algorithmsergey.galtsev2022-08-176-0/+23118
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-174-59/+63
* SERVER-66688 Build aggregation pipeline to identify candidate buckets given a...Faustoleyva542022-08-166-47/+355
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-1658-104/+133
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-1614-93/+275
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-169-14/+99
* SERVER-68238 Coverity analysis defect 123341: Pointer to local outside scopeSanika Phanse2022-08-161-4/+3
* SERVER-67264 Avoid COLUMN_SCAN if query needs overlapping fieldsCharlie Swanson2022-08-168-20/+199
* SERVER-67604 Check BSON array field indexes when running the validate commandDamian Wasilewicz2022-08-162-16/+188
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto2022-08-1610-7/+167
* SERVER-67724 Document recommended set of bonsai testsCharlie Swanson2022-08-161-0/+71
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-169-49/+331
* SERVER-68835: Mark tenantId as optional for tenant migration cmdsChristopher Caplinger2022-08-167-23/+23
* SERVER-60909 Fix use of BSONArrayBuilder in cluster_explainTed Tuckman2022-08-161-4/+3
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-164-9/+11
* SERVER-68853 Remove invariant that a session stat needs to be a slow op statSulabh Mahajan2022-08-161-1/+4
* SERVER-68432 Improve SBE plan for SORT->IXSCANDrew Paroski2022-08-161-33/+105
* SERVER-67753 Clear payload counts on each passMark Benvenuto2022-08-161-0/+1
* SERVER-68129 Add the field `control.count` to the schema validation for bucke...Yuhong Zhang2022-08-161-2/+4
* SERVER-67375 Make findAndModify updateShardKey work with FLE2Shreyas Kalyan2022-08-164-21/+65
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering shar...Jordi Serra Torrens2022-08-162-8/+17
* SERVER-67753 Modify FLE2InsertUpdatePayload to support edgesMark Benvenuto2022-08-166-39/+387
* SERVER-68765 SSM terminology: source/sink terms to receive/sendBilly Donahue2022-08-161-9/+9
* SERVER-64964 small ServerStatusMetric docs and fixesBilly Donahue2022-08-162-32/+25
* SERVER-67754 Implement kFLE2RangeIndexedValue structureMark Benvenuto2022-08-154-33/+520
* SERVER-67049: Feature flag check for global index server statusnandinibhartiyaMDB2022-08-151-2/+3
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-1515-198/+202
* SERVER-66554 Make FLE2 suites work with stepdown and kill_primary suitesShreyas Kalyan2022-08-155-52/+179
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-1516-226/+203
* SERVER-68311 get/setClusterParameter invocations use tenant collectionGabriel Marks2022-08-157-15/+33
* SERVER-67238 Record TLS handshake information for ingress connectionsJason Chan2022-08-154-15/+43
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-15102-1154/+1061
* Revert "SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of ...Jason Chan2022-08-152-54/+0
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-154-201/+31
* SERVER-67644 fix racy std::string metricBilly Donahue2022-08-145-5/+44
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-139-437/+649
* SERVER-65684 Fix stack usage with ASAN and gcovRyan Egesdahl2022-08-122-3/+21
* SERVER-68119 Standardized mongo lookupAlexander Neben2022-08-122-15/+35
* SERVER-67823 Update comments in extractWriteConcernHuayu Ouyang2022-08-122-11/+12
* SERVER-68459 Implement StatsCacheLoaderMisha Tyulenev2022-08-1212-26/+483
* SERVER-68241 index_tag invalid comparatorHenri Nikku2022-08-121-11/+16
* SERVER-66630 Implement computation of timestamp high-water mark for multi-ten...Mindaugas Malinauskas2022-08-126-12/+82
* SERVER-61998 Oplog MatchExpression rewrite for FullDocumentBeforeChangeNaomie Gao2022-08-122-0/+143
* SERVER-68002: Implement skeleton implementation for free function that invoke...Erin McNulty2022-08-126-5/+682
* SERVER-68006 Investigate plan changes due to changes in heuristic estimationSvilen Mihaylov2022-08-125-106/+63
* SERVER-68708 Stop acquiring dist locks for chunk migrationsTommaso Tocci2022-08-126-273/+10
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-123-9/+64