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
/
skip.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-04-18
SERVER-88949 Fix skipAmount in explain (#21199)
Adityavardhan Agrawal
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
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-09-04
SERVER-42852 Make PlanStage consistently hold children by unique_ptr.
David Storch
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
2019-01-30
SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURE
Pawel Terlecki
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-05-01
SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...
Nick Zolnierz
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
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-18936 skip, limit, and batchsize use 64-bit variables
Qingyang Chen
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-06-09
SERVER-2454 Improve PlanExecutor::DEAD handling
James Wahlin
2015-04-17
SERVER-17633 add const qualifiers to PlanStage and Explain interfaces
David Storch
2015-02-16
SERVER-17062 rename NEED_FETCH to NEED_YIELD
David Storch
2015-01-15
SERVER-13256 Add usings and qualifications for names from namespace std
Andrew Morrow
2014-11-26
SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1
Mathias Stearn
2014-11-20
SERVER-15675 PlanStage::invalidate() needs OperationContext
Jason Rassi
2014-11-04
SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCH
David Storch
2014-10-02
SERVER-15363 fix solaris compile
David Storch
2014-07-29
SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...
David Storch
2014-07-22
SERVER-14407 replace Runner with PlanExecutor
David Storch
2014-07-08
SERVER-14408 access stats directly from execution stages
David Storch
2014-06-27
SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()
David Storch
2014-06-11
SERVER-14096 explain find() at queryPlanner verbosity
David Storch
2014-06-03
SERVER-13922 remove query yielding cruft
Hari Khalsa
2014-04-14
SERVER-13562 limit and skip stages no longer return eof without calling work(...
David Storch
2014-02-27
SERVER-12931 add failure status to working set if child stage fails without p...
Benety Goh
2014-02-10
SERVER-12398 bubble error from plan stages to runner
Benety Goh
2014-01-14
SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...
Hari Khalsa
2013-10-01
SERVER-10565 Extract explain information from new stages.
Alberto Lerner
2013-09-18
SERVER-10026 enumeration as strategies, bug fixes galore, build plans
Hari Khalsa
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-07-25
SERVER-10026 stage stats, multi plan runner, relevant scaffolding
Hari Khalsa
2013-07-09
SERVER-10026 fetch limit skip or
Hari Khalsa