summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_match.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+80