summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-281-0/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-12/+0
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-3/+5
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-35/+7
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-14/+14
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-1/+3
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-2/+2
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-0/+3
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-231-1/+1
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-63/+54
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-237/+240
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-3/+11
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+2
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-0/+59
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+13
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+5
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-1/+1
* SERVER-12868 added getMemUsage to WorkingSetMemberBenety Goh2014-02-271-0/+5
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-1/+1
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-5/+6
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-0/+11
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-0/+1
* SERVER-10566 WorkingSet cleanup and optimizationMathias Stearn2013-11-221-21/+51
* SERVER-10026 mock stage doesn't copy WSMs anymore but instead the data insideHari Khalsa2013-11-221-0/+5
* SERVER-10026 add computed data to projectionHari Khalsa2013-11-091-0/+40
* SERVER-10026 don't return invalidated resultsHari Khalsa2013-10-291-3/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-1/+1
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-4/+1
* SERVER-10026 index intersection hashed and sortedHari Khalsa2013-07-051-0/+18
* SERVER-10026 syntactic code fixes for WindowsEric Milkie2013-07-021-1/+1
* SERVER-10026 interfaces, index scan stage, debug cmd, jstestHari Khalsa2013-07-011-0/+135