summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-3/+5
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-3/+2
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-091-1/+4
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-1/+14
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+21
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+14
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-231-0/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+6
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+0
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-10/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-10/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-6/+16