summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-111-1/+1
* Revert "SERVER-5781 fixed unittest error code for addFields"Carly Robison2016-08-111-1/+1
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-111-1/+1
* SERVER-5781 addFields stage.Carly Robison2016-08-111-2/+133
* SERVER-24152 add granularity option to $bucketAutoSally McNichols2016-08-051-2/+118
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-22/+24
* SERVER-23313 add replaceRoot aggregation stageCarly Robison2016-07-291-0/+294
* SERVER-24152 Fix string comparision in SourceNameIsBucketAuto test case.Max Hirschhorn2016-07-271-1/+1
* SERVER-24152 add $bucketAuto aggregation stageSally McNichols2016-07-261-2/+467
* SERVER-23349 require a collator for Document::compare() and Value::compare()David Storch2016-07-191-2/+7
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-38/+40
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-20/+20
* SERVER-23815 add $bucket aggregation stageSally McNichols2016-07-071-0/+241
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-116/+115
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-2/+2
* SERVER-23974 Add clang 3.4 with libc++ canary builderWaley Chen2016-06-221-1/+1
* SERVER-23836 add $count stage to aggregationSally McNichols2016-06-201-0/+92
* SERVER-23816 Add $sortByCount aggregation stageSally McNichols2016-06-161-0/+96
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-28/+42
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-1/+1
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-0/+2
* SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates input s...David Storch2016-05-181-4/+28
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-1/+1
* Revert "SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates...Dianna Hohensee2016-05-181-28/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-1/+1
* SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates input s...Benjamin Murphy2016-05-171-4/+28
* SERVER-24168 Increase tolerance of random sampling tests.Charlie Swanson2016-05-161-5/+7
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-041-1/+32
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-301-32/+1
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-291-1/+32
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-11/+17
* SERVER-18277 Properly configure ServiceContext in document_source_test.Andy Schwerin2016-04-251-4/+11
* SERVER-16221 SERVER-23708 Remove invalid cast in DocumentSource testAndrew Morrow2016-04-151-1/+1
* SERVER-22631 Improve matching efficiency in aggregation.Benjamin Murphy2016-04-131-1/+53
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-0/+3
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-291-0/+36
* SERVER-4507 Group stages now take advantage of sorted input sequences.Benjamin Murphy2016-03-241-3/+405
* SERVER-22402 DocumentSourceMatch now includes dependency tracking.Benjamin Murphy2016-02-261-0/+112
* SERVER-19542 document_source_test now correctly checks container sizeBenjamin Murphy2016-02-111-10/+10
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-12/+106
* SERVER-21220 ESE - mongo side temp file coverage (fixed unit tests)Andreas Nilsson2015-11-111-0/+8
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20168 Empty array should not be present in document after $unwindCharlie Swanson2015-10-071-4/+4
* SERVER-20595 The includeArrayIndex option to $unwind should specify a pathCharlie Swanson2015-10-071-71/+246
* SERVER-4588 Add option to $unwind stage to include array index in outputCharlie Swanson2015-09-111-49/+189
* SERVER-20168 Add option to $unwind stage for treatment of nullish valuesCharlie Swanson2015-09-111-95/+221
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-4/+0
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-8/+169
* SERVER-533 Add aggregation stage to randomly sample documentsCharlie Swanson2015-07-201-3/+229
* Revert "$sample"Charlie Swanson2015-07-201-229/+3