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
/
subplan.cpp
Age
Commit message (
Expand
)
Author
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-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-05-21
SERVER-90494 Change MultiPlanStage to write to plan cache via callback (#22205)
David Storch
2024-03-12
SERVER-86174 Avoid unnecessary fillOutPlannerParams() and fillOutSecondaryCol...
Catalin Sumanaru
2024-03-01
SERVER-86816 Do not build classic executable tree when using sub planner for ...
Adityavardhan Agrawal
2024-02-14
SERVER-85241 Implement classic_runtime_planner_for_sbe::SubPlanner (#18575)
Adityavardhan Agrawal
2024-01-29
SERVER-85235 Implement classic_runtime_planner_for_sbe::MultiPlanner (#18299)
Adityavardhan Agrawal
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-31
SERVER-78817 Parameterize pushed down $match stages for SBE plan cache
Kevin Cherkauer
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-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-04-07
SERVER-59695 Make index filters work with SBE plan cache
Ruoxin Xu
2022-02-21
SERVER-59698 Make subplanning work with the SBE plan cache
Alexander Ignatyev
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-08-19
SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...
Eric Cox
2021-04-02
SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...
Bernard Gorman
2021-02-17
SERVER-53060 Remove QueryRequest class
Ruoxin Xu
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-06-11
SERVER-48228 Move slot-based execution engine and supporting changes into the...
Martin Neupauer
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
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-07
SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...
Xiangyu Yao
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
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-03-22
SERVER-40267 Clean up debug string generation for MatchExpression.
David Storch
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-12-10
SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...
David Storch
2018-11-07
SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.
David Storch
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-08-31
SERVER-35333 caching plans for allPaths indexes
Ian Boros
2018-08-29
SERVER-16857 Delete MMAPv1 diskloc invalidations.
David Storch
2018-07-31
SERVER-23332 Expose query plan cache key in system.profile entry and query lo...
Haley Connelly
2018-07-24
SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout
James Wahlin
[next]