summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-0/+47
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-031-0/+6
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+2
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-022-4/+4
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-012-6/+3
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-292-0/+11
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-282-6/+80
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-271-4/+19
* SERVER-49819 [SBE] find() should apply most operators to both array field's e...Drew Paroski2020-07-271-77/+106
* SERVER-49784 PlanExecutorImpl::getNext should only modify 'objOut' if getNext...Mihai Andrei2020-07-241-1/+1
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-246-16/+342
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-2412-383/+311
* SERVER-49827 [SBE] Fix latent bug in ExpressionPostVisitor causing a failure ...Drew Paroski2020-07-231-1/+2
* SERVER-49397 Spilling to disk for sort in SBE.Martin Neupauer2020-07-231-0/+2
* SERVER-49123 Implement $size match expression for SBEAndrii Dobroshynskyi2020-07-231-16/+154
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-5/+17
* SERVER-49723 [SBE] Using find() to query values in array field is broken in s...Drew Paroski2020-07-221-12/+15
* SERVER-48473 Query knob for SBE to limit max number of statically generated i...Andrii Dobroshynskyi2020-07-222-2/+19
* SERVER-49720 [SBE] Query comparison operators traverse one level too deepDrew Paroski2020-07-211-1/+1
* SERVER-48721 Correct ticket number in TODO commentJustin Seyster2020-07-171-1/+1
* SERVER-48721 Support for $returnKey in SBEJustin Seyster2020-07-164-37/+176
* SERVER-49124 translate $not to SBE expressionHirday Gupta2020-07-151-4/+11
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-153-4/+314
* SERVER-49043 Begin CST -> Pipeline translationJacob Evans2020-07-132-6/+15
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-07-132-0/+157
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-0/+6
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-0914-467/+425
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-086-239/+138
* SERVER-48931 translate $isNumber to an SBE expressionHirday Gupta2020-07-011-1/+11
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-2/+2
* SERVER-47704 Delete internal expression for removing tombstonesIan Boros2020-06-261-5/+0
* SERVER-48779 Implement skeleton of MatchExpressionVisitor to be used for gene...Mihai Andrei2020-06-251-29/+1
* SERVER-48463 Move SBE SlotAccessor code into its own fileDavid Storch2020-06-186-0/+7
* SERVER-48942 Fix use-after-free in plan ranker debug loggingAnton Korshunov2020-06-181-4/+4
* SERVER-47783 Use atClusterTime instead of $_internalReadAtClusterTime in testsAli Mir2020-06-182-25/+0
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-154-28/+215
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-4/+4
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-121-1/+3
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-4/+4
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-4/+4
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-118-55/+257
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-1171-1187/+8487
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-106-41/+45
* SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans2020-06-101-10/+9
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-0818-234/+309
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-3/+0
* SERVER-27976 explain command should not accept unknown optionsMindaugas Malinauskas2020-06-034-20/+52
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-022-0/+10
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-06-023-53/+0
* Revert "SERVER-46625 Improve diagnostics when mongocryptd requests are sent t...Katherine Wu2020-06-013-15/+0