summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_match.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+1
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-4/+4
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-0/+1
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+1
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-17/+3
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-30/+32
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-201-2/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-191-0/+2
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+2
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+1
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+1
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-6/+6
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+2
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-2/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-16/+28
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-6/+5
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-27288 Release Document ref in DocumentSourceSkip and DocumentSourceMat...James Wahlin2016-12-191-0/+7
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-6/+1
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-011-1/+3
* SERVER-25911 Avoid extra string allocations during $matchCharlie Swanson2016-11-111-3/+1
* 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-7/+4
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-3/+5
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-3/+9
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-10/+10
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-4/+7
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-34/+30
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-4/+7
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-32/+62
* SERVER-22631 Improve matching efficiency in aggregation.Benjamin Murphy2016-04-131-4/+34
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-3/+49
* SERVER-22402 DocumentSourceMatch now includes dependency tracking.Benjamin Murphy2016-02-261-11/+50
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-25/+15
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-2/+3
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-061-1/+0
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+4
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-176/+179
* SERVER-14608 Optimize out empty match stage in aggregation pipelineCharlie Swanson2015-05-121-0/+4
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-3/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* 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