summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-39/+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-14/+16
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+240
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+7
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-4944/+9
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-183/+185
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-4/+12
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-50/+54
* SERVER-25607 Differentiate between multi-stage and single-stage aliasesCarly Robison2016-08-161-18/+6
* SERVER-25509 make $replaceRoot an alias for DocumentSourceSingleDocumentTrans...Carly Robison2016-08-151-2/+15
* 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