summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_bucket_auto_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-7/+6
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-311-0/+57
* Revert "SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto"auto-revert-processor2023-03-311-57/+0
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-301-0/+57
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-1/+2
* SERVER-49539 Populate a bucket in $bucketAuto only when requiredArun Banala2020-09-141-0/+37
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-5/+5
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-6/+11
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-2/+6
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-201-1/+1
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-2/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-5/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-231-1/+1
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-23/+26
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-3/+3
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-3/+3
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-6/+6
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-3/+3
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-28/+28
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-37/+13
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+4
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-12/+15
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-25688 Allow $bucketAuto to spill to disk.Charlie Swanson2016-09-131-35/+164
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-3/+54
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-117/+136
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+626