summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_unwind.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-25/+0
* 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-21/+23
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* 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-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-1/+0
* 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-36/+5
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-2/+6
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-14/+15
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+1
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-5/+7
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-6/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23469 Match on unwind's indexPath is no longer optimized.Benjamin Murphy2016-04-041-2/+7
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-0/+35
* SERVER-4507 Group stages now take advantage of sorted input sequences.Benjamin Murphy2016-03-241-0/+25
* SERVER-20168 Empty array should not be present in document after $unwindCharlie Swanson2015-10-071-1/+2
* SERVER-20595 The includeArrayIndex option to $unwind should specify a pathCharlie Swanson2015-10-071-32/+49
* SERVER-20504 Rename $lookUp stage to $lookupCharlie Swanson2015-09-231-1/+1
* SERVER-4588 Add option to $unwind stage to include array index in outputCharlie Swanson2015-09-111-10/+39
* SERVER-20168 Add option to $unwind stage for treatment of nullish valuesCharlie Swanson2015-09-111-49/+101
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-7/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-128/+119
* SERVER-8088: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-111-8/+12
* Revert "SERVER-8008: $unwind of scalar should return 1 doc with scalar"Kaloian Manassiev2015-03-111-12/+8
* SERVER-8008: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-111-8/+12
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-2/+2
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-4/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-3/+2
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-76/+28
* SERVER-8102 include field name and type for $unwind errormatt dannenberg2013-07-291-2/+3
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-6/+6
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-14/+8
* Rewrite Document and Value classesMathias Stearn2012-11-161-113/+42
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6556 handle strings containing null in aggMatt Dannenberg2012-07-271-1/+1
* SERVER-6592 Improve FieldPath's validation and simplify its invariants.Aaron2012-07-261-13/+10