summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-064-6/+26
* SERVER-71387 Add missing typecheck for range-based windowDavid Percy2023-01-061-2/+7
* SERVER-71943 Move ABT translation to new visitor mechanismBen Shteinfeld2023-01-057-812/+482
* SERVER-71087 Add tests for agg stages that have a nss field input/outputHugh Tong2023-01-051-1/+1
* SERVER-72183 Make field name redaction a parameter of $telemetryMaddie Zechar2023-01-042-18/+43
* SERVER-71460: Make maxDepth the first PathTraverse argumentHana Pearlman2023-01-047-21/+21
* Revert "SERVER-71087 Add tests for agg stages that have a nss field input/out...auto-revert-processor2023-01-041-1/+1
* SERVER-71087 Add tests for agg stages that have a nss field input/outputcortrain2023-01-031-1/+1
* SERVER-72410 Single global telemetry storeJess Balint2022-12-302-9/+3
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-253-0/+8
* SERVER-70378 fix unnecessary copyDavis Haupt2022-12-221-1/+1
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-222-2/+2
* SERVER-71943 Convert CQF fallback to new DocumentSource visitor mechanismBen Shteinfeld2022-12-215-5/+236
* SERVER-71500: fix reverseComparisonOp to reverse instead of negateWill Buerger2022-12-211-1/+1
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong2022-12-201-5/+6
* SERVER-71956 Add telemetryRead privilege actionMaddie Zechar2022-12-192-1/+6
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-191-41/+42
* SERVER-62027 Introduce a mechanism for defining visitors over DocumentSourcesBen Shteinfeld2022-12-136-7/+358
* SERVER-71384 [CQF] Speed up vending of projection namesSvilen Mihaylov2022-12-1314-64/+113
* SERVER-70268 Unpacking to BSON objectRui Liu2022-12-132-14/+35
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-136-2/+161
* Revert "SERVER-70267 Enable streaming group if group id field are monotonic o...Ivan Fefer2022-12-126-161/+2
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-096-2/+161
* SERVER-37304 Extend $sort+$group+$first optimization to $lastAlya Berciu2022-12-084-21/+51
* SERVER-71237 Refactor ABT golden tests to use a shared fixture and de-duplica...Nicholas Zolnierz2022-12-072-101/+69
* SERVER-66880 add feature flag for bitwise agg operatorsDavis Haupt2022-12-062-151/+197
* SERVER-69875 De-stage-ify the SBE expression stage builderDrew Paroski2022-12-062-6/+20
* SERVER-53657 Add spill file size to execution stats for $groupIvan Fefer2022-12-062-6/+16
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-056-3/+317
* SERVER-70812 Make EvalFilter decomposition rewrite consistent across find and...Ben Shteinfeld2022-12-024-8/+74
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-0210-52/+344
* SERVER-71450 Add bitwise not to aggregation languageDavis Haupt2022-12-026-0/+109
* SERVER-71247 Make final methods in StubMongoProcessInterface non-final.Matthew Russotto2022-11-301-2/+2
* SERVER-65790 create telemetry feature flagMaddie Zechar2022-11-301-4/+5
* SERVER-71390 locking fixJess Balint2022-11-281-5/+3
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-283-8/+8
* SERVER-68686 Add new $_internalOwningShard agg expressionDenis Grebennicov2022-11-243-0/+10
* SERVER-70267 Add function to check if expression is monotonic on a given fieldIvan Fefer2022-11-236-8/+387
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-237-49/+64
* SERVER-71456 Update and delete size estimation logic should account for 'samp...Mihai Andrei2022-11-221-1/+2
* SERVER-70823: Add benchmarks for cqf fallback mechanismHana Pearlman2022-11-227-63/+336
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists before...Pol Pinol Castuera2022-11-222-7/+9
* SERVER-66606 Count types in stats for CEAlya Berciu2022-11-211-40/+9
* SERVER-69911 Extend ABT translation unit tests to cover all supported express...Nicholas Zolnierz2022-11-182-84/+118
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-10/+45
* SERVER-70267 Fix asan failure in DocumentSourceGroupTests unit testsIvan Fefer2022-11-181-38/+17
* SERVER-68516 Revert back to always using `ProjectionExecutor` to translate pr...Ben Shteinfeld2022-11-189-110/+35
* SERVER-70267 Add DocumentSourceStreamingGroupIvan Fefer2022-11-1811-1100/+2055
* SERVER-69723 Serialize/deserialize namespace correctly in listCatalog agg sta...cortrain2022-11-171-7/+12
* SERVER-71324 Replace AutoGetCollectionForRead with AutoGetCollectionForReadMa...Mindaugas Malinauskas2022-11-171-1/+1