summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-19/+19
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-2/+3
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+2
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-151-4/+5
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-60/+60
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-111-1/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-289/+743
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-5/+5
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-44/+47
* 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-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-16/+15
* SERVER-47801 Fix $meta:"textScore" for findAndModifyDavid Storch2020-05-111-36/+43
* SERVER-47530 (Fix BF-17036) Query plan executor: Convert usage of getCollecti...Pierlauro Sciarelli2020-04-291-2/+2
* Revert "SERVER-47530 Query plan executor: Convert usage of getCollectionDescr...Pierlauro Sciarelli2020-04-281-2/+2
* SERVER-47530 Query plan executor: Convert usage of getCollectionDescription_D...Pierlauro Sciarelli2020-04-271-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+8
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-5/+7
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-2/+2
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-261-1/+3
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-1/+0
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-181-7/+7
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-4/+4
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-291-33/+38
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-42/+66
* SERVER-43630: Use SortPattern instead of raw BSON in query plannerSvilen Mihaylov2020-02-271-1/+1
* Revert "SERVER-44367 Allow hinting the delete command"Eric Milkie2020-02-271-38/+29
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-271-29/+38
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-23/+73
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-2/+8
* SERVER-45778 Rename getOrphanFilter to getOwnershipFilter and change the retu...Marcos José Grillo Ramírez2020-02-031-1/+1
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-6/+8
* SERVER-44418 Optimise distinct queries to use DISTINCT_SCAN in the presence o...Arun Banala2020-01-161-8/+24
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-0/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-6/+9
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-2/+6
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-8/+2
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-3/+21
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-14/+0
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-0/+8
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-2/+6
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-171-4/+7
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-12/+7
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-3/+5
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-1/+1
* SERVER-43687 continue using ParsedProjection in findAndModify() pathIan Boros2019-09-301-0/+14
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-30/+29