summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-66/+2
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-2/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-0/+3
* SERVER-61420 Create MatchExpression visitor to set paramId on tree nodesAlexander Ignatyev2022-01-181-0/+2
* SERVER-57762 Create an internal, bucketed $geoWithin operatorRuoxin Xu2021-08-061-0/+2
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+1
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-3/+0
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-1/+1
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-171-0/+1
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-0/+3
* SERVER-49445 Implement validation error generation for jsonSchema array keywordsMindaugas Malinauskas2020-09-301-0/+2
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-4/+4
* SERVER-50008 Implement basic jsonSchema validation error generationMihai Andrei2020-08-211-0/+2
* SERVER-49022 Implement validation error generation for comparison query opera...Mihai Andrei2020-07-151-0/+1
* SERVER-48779 Implement skeleton of MatchExpressionVisitor to be used for gene...Mihai Andrei2020-06-251-0/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+1
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-291-0/+1
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+0
* SERVER-44335 Deduplicate matcher/expression_test.cpp and pipeline/expression_...James Wahlin2019-11-011-1/+0
* SERVER-43842 Break up json_schema_parser_test.cpp to fix -fvar-tracking-assig...Nicholas Zolnierz2019-10-071-1/+5
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-81/+25
* SERVER-39695 Implement $regexFindArun Banala2019-03-131-0/+1
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-1/+0
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-0/+1
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-1/+0
* SERVER-39236 Add encrypt schema IDL typesTed Tuckman2019-02-151-2/+13
* SERVER-39119 Implement JSON Pointer classTed Tuckman2019-02-061-0/+11
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-1/+0
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-1/+1
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-1/+1
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-0/+2
* SERVER-30761 Optimize parsing code for top-level MatchExpressionsBlake Oler2017-10-171-1/+0
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-0/+4
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-2/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+2
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-271-11/+4
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+4
* SERVER-30723: Add a query knob that controls whether JSON Schema ignores or e...Nick Zolnierz2017-09-121-0/+1
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+2
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-2/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+0
* SERVER-30177 Add support for JSON Schema 'minProperties' and 'maxProperties'.David Storch2017-08-241-1/+1
* SERVER-29582 create a $_internalSchemaAllowedProperties match expressionKyle Suarez2017-08-221-0/+2
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-2/+6