summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_replace_root.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-241-8/+25
* SERVER-40830 Move 'ReplaceRootTransformation' to header fileArun Banala2019-06-181-63/+20
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-1/+1
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-1/+1
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-1/+1
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-151-49/+42
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-5/+5
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-1/+5
* SERVER-29935 Clarify SingleDocumentTransformation's explain.Charlie Swanson2017-07-031-1/+1
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-0/+4
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-1/+1
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-2/+1
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-8/+7
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-9/+6
* SERVER-25604 fix $replaceRoot error messageDavid Storch2016-11-091-18/+9
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-5/+10
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+4
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-161-4/+4
* SERVER-25509 make $replaceRoot an alias for DocumentSourceSingleDocumentTrans...Carly Robison2016-08-151-88/+90
* Revert "SERVER-5781 fixed unittest error code for addFields"Carly Robison2016-08-111-57/+50
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-111-50/+57
* SERVER-23313 add replaceRoot aggregation stageCarly Robison2016-07-291-0/+155