summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-8/+8
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-132-5/+10
* SERVER-50151 Support $exists match expression in SBEAnton Korshunov2020-08-131-4/+9
* SERVER-50150 Support $not match expression in SBEAnton Korshunov2020-08-123-50/+80
* SERVER-25782 Allow SORT_MERGE plans even if some children are FETCH stages ra...Mindaugas Malinauskas2020-08-102-53/+162
* SERVER-49192 Persist the VectorClock for configTime and topologyTime causal c...Pierlauro Sciarelli2020-08-081-1/+0
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-071-1/+1
* SERVER-49727 Overload << for SBE tags and values into str::streamAndrii Dobroshynskyi2020-08-071-3/+7
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-0711-39/+39
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-0613-185/+531
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-47/+0
* SERVER-49839 Implement AlwaysFalse and AlwaysTrue match expressions in SBEAndrii Dobroshynskyi2020-08-051-8/+22
* 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