summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-217/+211
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+3
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-113-18/+21
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-2/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-072-32/+32
* SERVER-38840 ICU parsing does not gracefully handle invalid id-prefixed localesNick Zolnierz2019-01-041-0/+11
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-282-32/+32
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-229-10/+90
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-213-1/+36
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-4/+4
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-192-8/+8
* 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