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
2018-07-27
SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout
r4.0.1-rc1
r4.0.1
James Wahlin
2018-05-01
SERVER-34714 Optimize $or with all always-false children to $alwaysFalse
Charlie Swanson
2018-04-16
SERVER-33690 Transaction abort and commit should kill any associated client c...
James Wahlin
2018-03-16
SERVER-32174: Remove old snapshot query option
Nick Zolnierz
2018-01-11
SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.
David Storch
2017-12-13
SERVER-32189 Delete dead SubplanStage handling for contained $or queries.
David Storch
2017-09-29
Reapply "SERVER-30991 Introduce MatchExpression::optimize()."
Justin Seyster
2017-09-28
Revert "SERVER-30991 Introduce MatchExpression::optimize()."
Justin Seyster
2017-09-28
SERVER-30991 Introduce MatchExpression::optimize().
Justin Seyster
2017-08-28
SERVER-30410 Ensure executor is saved after tailable cursor time out.
Charlie Swanson
2017-08-25
SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parse
Tess Avitabile
2017-05-17
SERVER-29218 Use std:::unique_ptr to manage QuerySolutionNode objects
Justin Seyster
2017-03-10
SERVER-27975 Remove many uses of `OwnedPointerVector`
ADAM David Alan Martin
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2017-02-17
SERVER-13732 Index access plan for contained OR should consider top-level pre...
Tess Avitabile
2016-09-02
SERVER-24991 log redaction for commands, concurrency, exec, index
Thomas Schubert
2016-07-28
SERVER-24239 Allow creation of indexes with the same key pattern.
David Hatch
2016-07-14
SERVER-24761 Abort entire query plan when a catalog operation occurs.
Max Hirschhorn
2016-06-03
SERVER-24118 Rename LiteParsedQuery to QueryRequest.
David Hatch
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-25
SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cpp
Waley Chen
2016-05-18
Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...
Waley Chen
2016-05-17
SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cpp
Waley Chen
2016-05-05
SERVER-23610 CanonicalQuery should own a CollatorInterface
Tess Avitabile
2016-01-26
SERVER-22279 SubplanStage must register its MultiPlanStage in _children
Mathias Stearn
2016-01-14
SERVER-22159 SubplanStage: don't update exec time in planSubqueries()
Jason Rassi
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2016-01-04
SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...
David Storch
2015-11-06
SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpression
Jason Rassi
2015-11-05
SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceString
Jason Rassi
2015-11-05
SERVER-19510 Rename MatchExpressionParser::WhereCallback
Jason Rassi
2015-10-08
SERVER-20111 Plan summary should only include the winning plan
Charlie Swanson
2015-09-01
SERVER-13732 disable subplanning for contained $or queries
David Storch
2015-08-11
SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...
David Storch
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-10
SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStage
David Storch
2015-06-29
SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...
Qingyang Chen
2015-06-26
SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>
Qingyang Chen
2015-06-23
SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>
Qingyang Chen
2015-06-22
Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...
Qingyang Chen
2015-06-22
SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...
Qingyang Chen
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>
Andrew Morrow
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-14
SERVER-17328 add invariant that collection is non-null to planning stages (Ca...
David Storch
2015-03-13
SERVER-17525 Remove QLOG, replace with LOG(5)
James Wahlin
2015-03-11
SERVER-17282 update find command parsing to conform to find command spec changes
David Storch
[next]