summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1715-283/+285
* SERVER-76987 Make sure local awaitData notifications are robust to WriteConfl...Matthew Russotto2023-05-162-3/+17
* SERVER-75541 Pretty printer for SargableNodeNicholas Zolnierz2023-05-162-77/+94
* SERVER-76952: Skip processing accumulator when the result is no longer affectedProjjal Chanda2023-05-152-9/+24
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-2/+2
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-151-2/+2
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-156-91/+117
* SERVER-52001 Create feature flag for query settingsDenis Grebennicov2023-05-141-0/+6
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-131-11/+7
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ...Yoonsoo Kim2023-05-131-1/+1
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-123-11/+19
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+2
* SERVER-70405 Document Bonsai classes and functionsMatt Boros2023-05-113-12/+44
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-3/+2
* SERVER-76143 Add missing find command fields to queryStats keyMaddie Zechar2023-05-114-56/+126
* SERVER-76944: Correctly return bool in the prepSubNodes function in plan_enum...Adityavardhan Agrawal2023-05-112-4/+8
* SERVER-70689: Remove featureFlagUserRolesVarun Ravichandran2023-05-101-7/+0
* SERVER-75587 [CQF] Add physical rewrite for RIDUnion nodeDavid Percy2023-05-104-92/+263
* SERVER-76535 Update TODOsCharlie Swanson2023-05-101-3/+3
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-104-105/+84
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-094-84/+105
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-093-62/+15
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-094-16/+15
* SERVER-71801 Add validation in StrongDoubleAlias constructorsChi-I Huang2023-05-0913-55/+66
* SERVER-76913: Remove coerceIntervalToPathCompareEqMemberHana Pearlman2023-05-082-56/+0
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-062-423/+497
* SERVER-76715 Log WriteConflictException reason in writeConflictRetry()Gregory Wlodarek2023-05-052-3/+4
* SERVER-68936: Add more documentation for SargableNode constructs, fix SeekNod...Hana Pearlman2023-05-053-18/+57
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-058-167/+143
* SERVER-76410 Make CappedInsertListener::waitUntil() interruptibleDenis Grebennicov2023-05-051-1/+1
* SERVER-76866 change TODO ticket numberMaddie Zechar2023-05-041-1/+1
* SERVER-76687 Fix redundant test in SargableSplitDavid Percy2023-05-041-1/+1
* SERVER-76827 [CQF] Handle EvaluationProjection projection in plan extractorDavid Percy2023-05-041-0/+25
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-043-23/+43
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-042-36/+16
* SERVER-59708 Make plan_explainer plan cache functionality genericPeter Volk2023-05-046-62/+26
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-032-16/+36
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-033-18/+3
* SERVER-73619 Keep multi-keyness info for disabled indexesMisha Tyulenev2023-05-034-49/+102
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-0310-158/+158
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-14/+27
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-022-19/+4
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-022-14/+230
* SERVER-74521 Support clustered collections in SBEKevin Cherkauer2023-05-0115-339/+222
* SERVER-76704 Fix the build error caused by resolveCollator()Yoonsoo Kim2023-05-012-54/+0
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-294-26/+731
* SERVER-76691 Initialize lastEOFVersion to non-zero in LocalCappedInsertNotifierMatthew Russotto2023-04-281-1/+1
* SERVER-74725 Avoid duplicate keydefs for sortPeter Volk2023-04-283-3/+38
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-8/+0
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-0/+7