summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+1
* 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-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-3/+4
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-35/+2
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-211-0/+2
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-211-0/+1
* 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-1/+2
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-50/+16
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-051-3/+14
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-301-3/+1
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-301-1/+3
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-1/+5
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-5/+1
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-1/+5
* SERVER-28757 Create BSONElementViewMatchableDocumentTess Avitabile2017-05-021-0/+9
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+2
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-161-1/+5
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-171-9/+5
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-4/+15
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-30/+0
* SERVER-14662 Reject ambiguous positional projections and updatesTess Avitabile2016-02-101-5/+9
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-0/+3
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+4
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-5/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-193/+224
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-18365 delete MatchExpression::NIN since it is not usedcoollog2015-05-291-1/+1
* SERVER-18364 ensure multikey bounds construction prefers non-negation predica...David Storch2015-05-071-2/+5
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-3/+3
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-1/+1
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+6
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13135 use key information to filter docs in s2nearHari Khalsa2014-03-131-0/+3
* SERVER-9063 Add new match expression TextMatchExpressionJason Rassi2013-10-111-2/+1
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-1/+3
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-5/+6
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+5
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-1/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-291-7/+103
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-1/+6
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-221-1/+21
* SERVER-6400: $ne is not its own operator anymore, $not + $eqEliot Horowitz2013-05-171-1/+1