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
/
cached_plan.cpp
Age
Commit message (
Expand
)
Author
2024-09-02
SERVER-87572 Add plan cache replanned metric (#24462)
Ivan Fefer
2024-08-08
SERVER-92833: Move plan cache related files into plan_cache/ dir (#25460)
James H
2024-07-31
SERVER-92834 Create db/query/stage_builder subdirectory (#25536)
kmznam
2024-06-06
SERVER-91230 Change SBE SubPlanner to write 'reads' instead of 'works' when p...
Ian Boros
2024-05-21
SERVER-90494 Change MultiPlanStage to write to plan cache via callback (#22205)
David Storch
2024-03-13
SERVER-87377 Add replanReason in MultiPlanStats (#19843)
Chi-I Huang
2024-03-12
SERVER-86174 Avoid unnecessary fillOutPlannerParams() and fillOutSecondaryCol...
Catalin Sumanaru
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
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-04-18
SERVER-74486 Always include tenant in collection name attributes in error mes...
Sophia Tan
2022-08-18
SERVER-66998 Do not allow WriteConflict exceptions to be thrown without context
Faustoleyva54
2022-07-27
SERVER-67101 Support microsecond precision in ScopedTimer
Ruoxin Xu
2022-07-26
Revert "SERVER-67101 Support microsecond precision in ScopedTimer"
Ruoxin Xu
2022-07-26
SERVER-67101 Support microsecond precision in ScopedTimer
Ruoxin Xu
2022-07-12
SERVER-65360 Handle TemporarilyUnavailableException in query exec
Josef Ahmad
2022-05-31
SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...
samontea
2022-05-10
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-04-07
SERVER-59695 Make index filters work with SBE plan cache
Ruoxin Xu
2021-11-18
SERVER-58429 enable group lowering into SBE for cached and multi- plans
Irina Yatsenko
2021-11-03
SERVER-60066 Remove plan cache entries on collection drop
Alexander Ignatyev
2021-10-14
SERVER-60338 Refine SBE query shape and implement plan cache key encoding
Ruoxin Xu
2021-09-24
SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCache
Ruoxin Xu
2021-09-02
SERVER-59335 Separate code specific to the classic plan cache
80741223+jlap199@users.noreply.github.com
2021-08-19
SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...
Eric Cox
2020-10-23
SERVER-50743 Support generation of "planSummary" stats in SBE
Anton Korshunov
2020-09-28
SERVER-50946 Create PlanExplainer interface and implementations
Anton Korshunov
2020-09-26
SERVER-50984 Add CollectionPtr to replace usage of const Collection*
Henrik Edin
2020-08-20
SERVER-48900 Remove format-string arguments from logv2 statements
Milena Ivanova
2020-08-07
SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...
Henrik Edin
2020-06-11
SERVER-48228 Move slot-based execution engine and supporting changes into the...
Martin Neupauer
2020-06-02
SERVER-48529 Delete PlanCache::feedback() and related code
David Storch
2020-05-29
SERVER-43821 Make PlanStage and PlanExecutor return errors by throwing
David Storch
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-13
SERVER-46921 make collection of timing info opt in in PlanStage
Ian Boros
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2020-01-06
SERVER-40805 Indicate reason for replanning
David Percy
2019-11-11
SERVER-14643 Return informative Status from QueryPlanner::plan
David Percy
2019-10-01
SERVER-43202 propagate errors from interrupts during yielding
Ian Boros
2019-09-04
SERVER-42852 Make PlanStage consistently hold children by unique_ptr.
David Storch
2019-08-29
SERVER-42181 Make WorkingSetMember hold Document instead of BSONObj
Martin Neupauer
2019-08-07
SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...
Xiangyu Yao
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-04-11
SERVER-39567 Change find min/max options to require hint
Ian Boros
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-02-06
SERVER-35402 Add validators where applicable in query_knobs.cpp
Arun Banala
[next]