index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
distinct_scan.cpp
Age
Commit message (
Expand
)
Author
2024-08-20
SERVER-92454 Implement fetching in DistinctScan (#25569)
Alya Carina Berciu
2024-08-20
SERVER-92453 Implement shard-filtering in distinct scan (#25279)
Alya Carina Berciu
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-05-09
SERVER-86595 Stack-allocate seek points in makeKeyStringFrom* family function...
Wei Hu
2023-12-26
SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.h
Silvia Surroca
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-22
SERVER-78170 Modify read query stages to accept both CollectionPtr and Scoped...
Jordi Olivares Provencio
2023-05-25
SERVER-77396 Refactor some of the concurrency exception util method
mathisbessamdb
2022-07-13
SERVER-65360 Streamline handlePlanStageYield function signature
Josef Ahmad
2022-07-12
SERVER-65360 Handle TemporarilyUnavailableException in query exec
Josef Ahmad
2022-05-10
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...
Amirsaman Memaripour
2022-04-01
SERVER-64830 Simplify exclusivity tracking in IndexSeekPoint
Dan Larkin-York
2022-02-05
SERVER-60298 Hex encode the index bounds if associated with collation
Andrii Dobroshynski
2020-09-26
SERVER-50984 Add CollectionPtr to replace usage of const Collection*
Henrik Edin
2020-06-10
SERVER-47873 Eliminate the Collection* saved in IndexDescriptor
Geert Bosch
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2019-09-13
SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().
David Storch
2019-09-12
SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.
David Storch
2019-08-29
SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObj
Xiangyu Yao
2019-08-26
SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPoint
Xiangyu Yao
2019-07-26
SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.
David Storch
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-11-27
SERVER-37448 Make remaining PlanStages check catalog validity on restore.
David Storch
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-11
SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCAN
Bernard Gorman
2018-04-04
SERVER-34307 replace invariant(false) with MONGO_UNREACHABLE
Benety Goh
2017-08-09
SERVER-30353 Create an index observer to notify us of changes made to index a...
Gregory Wlodarek
2017-07-26
SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS
Kaloian Manassiev
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2016-09-07
SERVER-25156 Add support for building v=2 indexes.
Max Hirschhorn
2016-07-05
SERVER-24182 Add collation-related information to explain output
Tess Avitabile
2016-05-17
SERVER-23115 Include path-level multikey information in explain output.
Max Hirschhorn
2016-02-05
SERVER-18826 Rename WorkingSet State Names from LOC to RID
James Wahlin
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2015-08-18
SERVER-19983 avoid unnecessary IndexBounds serialization in DistinctScan quer...
David Storch
2015-08-11
SERVER-15020 Added missing explain stats for distinct command
Qingyang Chen
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
2015-07-16
SERVER-17364 Don't stash RecoveryUnits across getMores
Mathias Stearn
2015-07-16
SERVER-17364 Unify handling of child stages into PlanStage base class
Mathias Stearn
2015-07-01
SERVER-18961 avoid iterating the entire working set when preparing for a Wire...
David Storch
2015-06-29
SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...
Qingyang Chen
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>
Andrew Morrow
2015-04-17
SERVER-17633 add const qualifiers to PlanStage and Explain interfaces
David Storch
2015-04-09
SERVER-17635 Improve SortedDataInterface::Cursor API
Mathias Stearn
2015-03-19
SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursor
Mathias Stearn
2015-02-20
SERVER-4494 add index version to explain output
David Storch
2015-02-13
SERVER-17062 Make query execution handle WriteConflictExceptions where possible
Mathias Stearn
2015-01-15
SERVER-13256 Add usings and qualifications for names from namespace std
Andrew Morrow
[next]