summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_bucket_auto.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-2/+3
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-311-10/+5
* Revert "SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto"auto-revert-processor2023-03-311-5/+10
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-301-10/+5
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-1/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-7/+9
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+5
* SERVER-67903 Move _numSorted and _totalDataSizeSorted to sorterStats classShin Yee Tan2022-12-221-1/+1
* SERVER-70205 Add non-const getters to some aggregation objectsTed Tuckman2022-10-191-0/+14
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-291-3/+2
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-4/+13
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-07-151-1/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-61447 Skip expression evaluation when AccumulatorFirst/AccumulatorFirs...Mihai Andrei2022-01-121-5/+7
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-301-7/+26
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-161-26/+7
* SERVER-60226 Ban sugared $group stages from being pushed down to SBEYoonsoo Kim2021-09-251-0/+1
* SERVER-57899 Expose accumulator name to make it more convenient to switch on ...Andrii Dobroshynski2021-06-301-1/+2
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-57599 DocumentSourceBucketAuto returning eof when disposedSvilen Mihaylov2021-06-101-0/+5
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-191-0/+6
* SERVER-49539 Populate a bucket in $bucketAuto only when requiredArun Banala2020-09-141-135/+101
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-7/+7
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-10/+41
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-41/+10
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-10/+41
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-41/+10
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-10/+41
* SERVER-43796 Support accumulators with an additional static argumentTed Tuckman2019-10-141-3/+3
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-41701 [FLE] Add support for $bucket and $bucketAutoPawel Terlecki2019-06-191-0/+8
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-2/+3
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-3/+2
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-22/+39
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-1/+1
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-1/+1
* SERVER-25980 Merge parallel vectors into one.ryankall2017-05-031-26/+25
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-4/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-16/+7
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-4/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-11/+15
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1