summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70108 Optimize the change collection remover job scansDenis Grebennicov2022-10-201-7/+15
* SERVER-66630 Implement computation of timestamp high-water mark for multi-ten...Mindaugas Malinauskas2022-08-121-0/+23
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-1/+4
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-5/+5
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-131-1/+0
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-74/+91
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-17/+32
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-13/+3
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-6/+7
* SERVER-63078 Report bounded clustered collections scans as CLUSTERED_IXSCANLouis Williams2022-02-031-3/+9
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-111-5/+61
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-3/+18
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-1/+1
* SERVER-60245 Reduce RecordId copying in classic query engine collection scansLouis Williams2021-10-151-1/+1
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-051-3/+20
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-1/+2
* SERVER-55045 Add additional logging for resume_after_against_oplog.jsSamy Lanka2021-03-171-0/+6
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-45/+57
* SERVER-50580 SBE should obey ASSERT_MIN_TS_HAS_NOT_FALLEN_OFF_OPLOG flagBernard Gorman2021-02-151-5/+3
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-2/+1
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-031-2/+3
* SERVER-49896 Allow aggregate command to fail if minTs oplog cursor has fallen...Eric Maynard2020-10-011-1/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-4/+28
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-23/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-9/+8
* SERVER-46290 Skip evaluation of tautoligical MatchExpressionsJustin Seyster2020-02-221-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-1/+2
* SERVER-43269 Implement resumeAfterRecordId in CollectionScan and CollectionSc...Vesselina Ratcheva2019-11-041-2/+31
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-5/+24
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+1
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-1/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+1
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-2/+2
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-26/+17
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-13/+1
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-29/+6
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-4/+0