summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_match.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-6/+7
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+40
* SERVER-11184 Merge consecutive $match stages in aggMathias Stearn2013-10-211-4/+16
* Clean up Pipeline::getInitialQuery() and DocSourceMatch::toMatcherBson()Mathias Stearn2013-10-211-5/+4
* Get rid of DocumentSourceFilterBaseMathias Stearn2013-10-211-19/+14
* SERVER-10613 Optimize initial $redact/$match pairMathias Stearn2013-10-111-0/+200
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-8/+5
* 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-4/+2
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-5/+2
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-7/+6
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-1/+1
* SERVER-6531 support $within in aggregation $match operationsMathias Stearn2012-12-171-2/+0
* Rewrite Document and Value classesMathias Stearn2012-11-161-2/+1
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6530 disallow geo commands in aggregationMathias Stearn2012-08-011-3/+10
* Rip out manageDependecies and DependencyTracker stuff SERVER-4644Mathias Stearn2012-07-201-7/+0
* SERVER-6335 don't allow $where inside aggregation $matchMathias Stearn2012-07-121-0/+12
* Convert to unix line endingsMathias Stearn2012-06-291-94/+94
* SERVER-4504 aggregation explain implementationU-tellus\cwestin2012-05-211-1/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* checkpoint SERVER-4844U-tellus\cwestin2012-02-141-4/+6
* checkpoint work for SERVER-4644U-tellus\cwestin2012-02-141-0/+6
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-0/+5
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-28/+28