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
/
text_match.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2021-03-13
SERVER-54322 Text query plans are not shown properly in SBE explain
Anton Korshunov
2020-05-29
SERVER-43821 Make PlanStage and PlanExecutor return errors by throwing
David Storch
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2019-08-29
SERVER-42181 Make WorkingSetMember hold Document instead of BSONObj
Martin Neupauer
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
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
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2015-11-18
SERVER-19510 Rename FTSQuery to FTSQueryImpl
Jason Rassi
2015-10-08
SERVER-20111 Plan summary should only include the winning plan
Charlie Swanson
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
2015-07-16
SERVER-17364 Unify handling of child stages into PlanStage base class
Mathias Stearn
2015-07-09
SERVER-19109 Refactor text stage into matcher and scorer stage
Adam Chelminski