summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75821 Only end session in onPrimaryTransactionalWrite if client has oneJack Mulrow2023-05-031-1/+3
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-0316-89/+61
* SERVER-76289 Block opening new change streams during shard split or shard mer...Mickey. J Winters2023-05-038-0/+73
* SERVER-73619 Keep multi-keyness info for disabled indexesMisha Tyulenev2023-05-034-49/+102
* SERVER-76676: Concurrent access of waitForWriteConcernDurationMillis in OpDebugseanzimm2023-05-032-4/+10
* SERVER-75644 Abort an index build locally if the build state hasn't yet repli...Josef Ahmad2023-05-032-12/+18
* SERVER-76772 Fix Catalogid tracker cleanup after untimestamped writesHenrik Edin2023-05-033-14/+76
* SERVER-76742 Improve unhash speed of GeoHashJordi Olivares Provencio2023-05-035-134/+111
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-0343-286/+287
* SERVER-74592: Remove Shard Merge path from TMRSChristopher Caplinger2023-05-037-971/+161
* SERVER-74188 Add CurrOp debug metrics to checkMetadataConsistency commandPol Pinol Castuera2023-05-032-1/+22
* Revert "SERVER-76643 do not print warnings from building rdkafka or libbson"auto-revert-processor2023-05-032-12/+13
* SERVER-76694 Removed double net code for duplicate keysPeter Volk2023-05-032-13/+1
* SERVER-76130 Update ScopedAdmissionPriorityForLock architecture guide linkHaley Connelly2023-05-031-2/+2
* Import wiredtiger: 7d22e18851ba48f07ec2e5eabcbbf9d4735d9885 from branch mongo...Luke Pearson2023-05-0311-77/+98
* Import wiredtiger: e9602ac223cd11dbbb8cc1534ec8cc0f1d03b9dd from branch mongo...Luke Pearson2023-05-0312-42/+294
* Import wiredtiger: 46fb8317e1cfbbb72204596065d78d951fc36c82 from branch mongo...Luke Pearson2023-05-033-1/+3
* Import wiredtiger: 4061ee7289304fdd594e2b1377bfa432ee6533e1 from branch mongo...Luke Pearson2023-05-0313-516/+602
* Import wiredtiger: abad2c9b00ef5c3170748609dd898fd464a0ad0f from branch mongo...Luke Pearson2023-05-037-18/+35
* Import wiredtiger: d641e2829dfe88fcf9308abda679041a663c9bcc from branch mongo...Luke Pearson2023-05-032-1/+34
* Import wiredtiger: 75ef679933e826b07a3b5383f084dbc82770e424 from branch mongo...Luke Pearson2023-05-032-2/+5
* SERVER-76643 do not print warnings from building rdkafka or libbsonDaniel Moody2023-05-032-13/+12
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-039-85/+196
* SERVER-76268 Create FallbackOpObserverMatt Kneiser2023-05-037-116/+310
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-034-32/+0
* SERVER-74013 Add tests for gRPC server and CommandServicePatrick Freed2023-05-024-4/+580
* SERVER-76756 Make analyzeShardKey hook and concurrency workload ignore error ...Cheahuychou Mao2023-05-021-6/+10
* SERVER-73315 Defer deserialization of values in the SortIteratorInterface unt...Amr Elhelw2023-05-024-52/+198
* SERVER-76033: Shardingtest hardcodes wiredTigerKshitij Gupta2023-05-021-2/+2
* SERVER-57413 add feature flag featureFlagReshardingImprovementsJiawei Yang2023-05-021-0/+6
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-023-6/+12
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-024-14/+21
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-028-156/+461
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-0217-75/+68
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-0223-253/+283
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-026-102/+462
* Import wiredtiger: 7848b4373b108ee4d9ec60630769def2439dba92 from branch mongo...Luke Pearson2023-05-027-84/+109
* SERVER-73231 Support top-level 'let' variable in bulkWriteFrederic Vitzikam2023-05-026-19/+31
* SERVER-76719 Make analyzeShardKey command set the monotonicity for hashed com...Cheahuychou Mao2023-05-011-3/+9
* SERVER-76733 Add logging to the session id invariant in SessionCatalogMigrati...Cheahuychou Mao2023-05-011-3/+7
* SERVER-76665 Abort compaction operation if EmuBinary returns 0 for both posit...Erwin Pe2023-05-012-9/+22
* SERVER-76565 Redact transaction API error loggingJack Mulrow2023-05-011-8/+10
* SERVER-69317 Remove Feature Flag for PM-2213Moustafa Maher Khalil2023-05-014-28/+1
* SERVER-69304: Remove featureFlagClusterWideConfigM2Varun Ravichandran2023-05-015-98/+7
* SERVER-75989 Add support for OpenSSL 3.0 FIPSMark Benvenuto2023-05-011-10/+47
* SERVER-74521 Support clustered collections in SBEKevin Cherkauer2023-05-0146-807/+973
* SERVER-76470 Restrict classic $lookup localField 0-prefixed numeric component...Matt Boros2023-05-013-2/+29
* SERVER-76590 Cleanup legacy lock-free read setupHenrik Edin2023-05-011-153/+58
* SERVER-76704 Fix the build error caused by resolveCollator()Yoonsoo Kim2023-05-015-54/+47
* SERVER-74451 Implement limit pushdown to mongot cursorMilitsa Sotirova2023-05-013-3/+38