summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70108 Optimize the change collection remover job scansDenis Grebennicov2022-10-201-0/+4
* SERVER-66630 Implement computation of timestamp high-water mark for multi-ten...Mindaugas Malinauskas2022-08-121-3/+3
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-1/+1
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-2/+3
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-111-0/+25
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-2/+2
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-12/+19
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+0
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-0/+3
* SERVER-43270 Propagate $_resumeAfter from QueryRequest to CollectionScanParam...Vesselina Ratcheva2019-11-291-0/+3
* SERVER-43269 Implement resumeAfterRecordId in CollectionScan and CollectionSc...Vesselina Ratcheva2019-11-041-0/+7
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-3/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-4/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-2/+1
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-3/+0
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+3
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-0/+4
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+6
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-231-7/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-23/+20
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-13632 Pass the collection to PlanExecutor and FetchStageKaloian Manassiev2014-04-241-1/+1
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+6
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-041-1/+5
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 collection scanHari Khalsa2013-07-171-0/+46