summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-2/+8
* SERVER-46737 Fix string comparisonJacob Evans2020-06-011-1/+1
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-013-0/+15
* SERVER-46737 Support let variables for find commandJacob Evans2020-06-012-116/+62
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-298-231/+132
* SERVER-44847 Clean up explicit 'comment' fields name attached to distinct and...Mindaugas Malinauskas2020-05-284-15/+0
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-233-117/+182
* SERVER-48052 Make updates create ExpressionContext with 'explain' field corre...Ian Boros2020-05-191-4/+1
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-2/+2
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-182-12/+8
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-165-24/+26
* SERVER-44529 Query yield recovery after a stepdown should switch to read at t...Louis Williams2020-05-152-0/+18
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-7/+2
* SERVER-47596 Add a common parent class for QuerySolutionNodes with a Provided...Drew Paroski2020-05-132-107/+40
* SERVER-47801 Fix $meta:"textScore" for findAndModifyDavid Storch2020-05-111-36/+43
* SERVER-46715 Support let parameter in findAndModify commandKatherine Wu2020-05-072-0/+33
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-073-2/+31
* SERVER-47773 Error consistently when tailable cursors and $near are used toge...Drew Paroski2020-04-302-4/+6
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-308-466/+573
* SERVER-47530 (Fix BF-17036) Query plan executor: Convert usage of getCollecti...Pierlauro Sciarelli2020-04-291-2/+2
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-282-0/+25
* SERVER-47576 Include atClusterTime in snapshot read replyA. Jesse Jiryu Davis2020-04-282-0/+5