summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_match_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-2/+2
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-3/+3
* SERVER-75040: $match redactionWill Buerger2023-03-241-0/+61
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-2/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-031-3/+30
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-0/+18
* SERVER-50504 $facet+$match on positional path does not seem to pass results t...Ruoxin Xu2020-10-151-0/+14
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-6/+10
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-1/+1
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-22/+22
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-14/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-21/+21
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-21/+21
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-0/+4
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-301-0/+14
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-4/+4
* SERVER-30987: Enable and test $jsonSchema in the aggregation $match stageNick Zolnierz2017-09-261-0/+101
* SERVER-30985 Implement numChildren() in InternalSchemaObjectMatchExpressionJames Wahlin2017-09-121-1/+1
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-3/+63
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-3/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-10/+8
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-0/+2
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-101-0/+3
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-0/+5
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-041-0/+2
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-37/+0
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-141-0/+4
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-071-0/+2
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+4
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-4/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+4
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-011-0/+110
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+23
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+343