summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-5/+5
* SERVER-38982 Fix RequiresIndexStage to avoid holding IndexCatalogEntry by sha...David Storch2019-01-152-33/+34
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-113-23/+37
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-112-10/+10
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-4/+7
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-4/+2
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-288-619/+718
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-224-19/+191
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-6/+7
* SERVER-38684 unshim CollectionBenety Goh2018-12-183-0/+3
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-182-0/+18
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-134-61/+51
* SERVER-38461 Limit upsert retry to DuplicateKey violations with matching valuesJames Wahlin2018-12-121-3/+21
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-113-0/+355
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-109-24/+174
* SERVER-38329 Remove unused member TextOrStage::_index.David Storch2018-11-301-1/+0
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-292-7/+87
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-2710-175/+141
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-2724-107/+275
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-3/+0
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-3/+3
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-126-95/+121
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-0713-108/+90
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-0715-151/+188
* SERVER-37445 Make FETCH stage check collection validity on restoreState().David Storch2018-10-312-15/+17
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-317-39/+174
* SERVER-35493 Refactor Inclusion- and ExclusionNode into ProjectionNode base c...Bernard Gorman2018-10-262-20/+28
* SERVER-37589 split PlanExecutor into interface and implementationBenety Goh2018-10-252-160/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2292-795/+977
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-155-14/+4
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-112-36/+64
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-223-11/+28
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-215-6/+63
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-0515-172/+17
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-316-14/+25
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-2946-641/+106
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-8/+6
* SERVER-36479 Don't redact planSummary in logsKelsey Schubert2018-08-182-11/+11
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-108-91/+146
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-094-12/+159
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-4/+2
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-026-301/+31
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-6/+13
* SERVER-36153 Delete SortedDataInterface::newRandomCursor()David Storch2018-07-312-180/+0
* SERVER-35902 Make query planner's IndexEntry generation logic obey "starPaths...samontea2018-07-302-1/+30
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-273-4/+1
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-243-10/+3
* SERVER-36184 Delete OplogStart stage.David Storch2018-07-202-370/+0
* SERVER-35973 Report MULTI_ITERATOR common exec stats correctly.David Storch2018-07-161-1/+1