summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36609 Modify allPaths indexes to support equality to empty arrayyarai2018-09-261-0/+64
* SERVER-35332 Index filter support for "allPaths" indexesyarai2018-09-251-3/+41
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-229-72/+839
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-214-10/+10
* SERVER-36145 Test that allPaths indexes can provide a nonblocking sortIan Boros2018-09-201-1/+104
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-206-66/+266
* SERVER-37225 Fix addIndex unit test compile failure in query planner testyarai2018-09-201-1/+3
* SERVER-35331 Allow hinting an all paths indexyarai2018-09-204-136/+224
* SERVER-36945 Tests for allPaths indexes not supporting negationsIan Boros2018-09-172-0/+63
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-174-5/+119
* SERVER-36362 Do not consider an 'allPaths' index for a $text queryBernard Gorman2018-09-143-6/+74
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-141-0/+21
* SERVER-36521 Prevent allPaths indexes from participating in index intersectionBernard Gorman2018-09-112-0/+87
* SERVER-36720 $geoNear tests in currentop_query.js can hang behind a sharding ...Bernard Gorman2018-09-081-1/+6