summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-1/+1
* SERVER-76635 Override SerializationContext when parsing agg requestsHugh Tong2023-05-173-19/+35
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-1/+1
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-179-80/+81
* SERVER-75287: fix rounding and overflow detection in Classic for subtract whe...Rushan Chen2023-05-171-12/+43
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-179-81/+80
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-179-80/+81
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-154-6/+6
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-1510-30/+55
* SERVER-76947 remove unimplemented tassert for $cursor shapificationDavis Haupt2023-05-151-5/+3
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-4/+5
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ...Yoonsoo Kim2023-05-133-1/+46
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-123-1/+11
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-116-48/+53
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-111-1/+2
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-1120-257/+384
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-24/+19
* SERVER-70689: Remove featureFlagUserRolesVarun Ravichandran2023-05-102-25/+1
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-104-5/+5
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-6/+4
* SERVER-75005 Integrate pre-image collection removal with new truncate mechanismHaley Connelly2023-05-103-27/+41
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-5/+4
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-091-4/+4
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-4/+5
* SERVER-76755 Fix self-assignment errors with truncate markersJordi Olivares Provencio2023-05-091-1/+3
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-092-14/+12
* SERVER-76850 Add failpoint to test spilling in set window fieldsGil Alon2023-05-082-1/+10
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-061-1/+2
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-054-4/+17
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-0412-52/+203
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-19/+24
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-0412-203/+52
* SERVER-59708 Make plan_explainer plan cache functionality genericPeter Volk2023-05-042-8/+0
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-0312-52/+203
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-0323-94/+95
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-032-13/+0
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-022-5/+11
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-0/+4
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-24/+19
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-021-6/+2
* SERVER-76470 Restrict classic $lookup localField 0-prefixed numeric component...Matt Boros2023-05-013-2/+29
* SERVER-74451 Implement limit pushdown to mongot cursorMilitsa Sotirova2023-05-013-3/+38
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-6/+12
* SERVER-76378 Estimate metadata sizeSara Golemon2023-04-281-2/+15
* SERVER-74725 Avoid duplicate keydefs for sortPeter Volk2023-04-283-16/+46
* SERVER-76652 Do not hold CSSLock when constructing PlanExecutor on createRand...Jordi Serra Torrens2023-04-281-11/+17
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-8/+1
* SERVER-76399 Add showExpandedEvents metric to server statusIvan Fefer2023-04-281-0/+5
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-2713-138/+176
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-273-0/+138