summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-1/+1
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-183-67/+33
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-1818-611/+1011
* SERVER-37827 Add Stitch library matcher functionsJacob Evans2018-12-172-1/+11
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-1418-1006/+604
* SERVER-31755 Create intermediate $lookup stage document size limit knobBrigitte Lamarche2018-12-142-2/+18
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-1418-604/+1006
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-131-3/+2
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-113-0/+13
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-052-57/+209
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-273-7/+7
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-272-2/+2
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-203-1/+54
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-1/+6
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-2/+2
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-2/+0
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-142-8/+9
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-9/+10
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-122-31/+30
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-072-4/+4
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-076-20/+41
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0616-720/+1163
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-0616-1163/+720
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0616-720/+1163
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-021-1/+12
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-027-69/+105
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-318-28/+28
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+0
* SERVER-37589 split PlanExecutor into interface and implementationBenety Goh2018-10-253-270/+356
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-2/+28
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+4
* SERVER-37686 Wildcard index should not assume non-descending bounds when chec...Bernard Gorman2018-10-231-6/+9
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-2310-217/+258
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22159-1566/+1889
* SERVER-37503 Support $type with wildcard indexyarai2018-10-151-0/+23
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-157-7/+20
* SERVER-37592 Clear and regenerate _wildcardIndexDiscriminators when updating ...Bernard Gorman2018-10-121-0/+1
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-1111-266/+387
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-1013-94/+260
* SERVER-37441 Add missing unit testing for wildcard indexes.David Storch2018-10-081-0/+53
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-046-44/+140
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-5/+7
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-042-3/+3
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-032-8/+0
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-035-11/+182
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-032-38/+149
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-0220-344/+344
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+10
* SERVER-35335 Ban the min/max find command options for wildcard indexesyarai2018-09-262-8/+92
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-269-133/+370