summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-281-16/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-13/+0
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-1/+1
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-16/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+4
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-10/+10
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-2/+3
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-7/+1
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-63/+42
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-197/+196
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-1/+1
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-2/+71
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias 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/+13
* SERVER-8994: Build fixes for boost 1.55.0 with gcc & msvcMark Benvenuto2014-06-061-1/+1
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-1/+1
* SERVER-12868 added getMemUsage to WorkingSetMemberBenety Goh2014-02-271-0/+21
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-13/+6
* SERVER-10566 WorkingSet cleanup and optimizationMathias Stearn2013-11-221-34/+53
* SERVER-10026 add computed data to projectionHari Khalsa2013-11-091-0/+22
* SERVER-10026 don't return invalidated resultsHari Khalsa2013-10-291-2/+11
* 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-3/+2
* SERVER-10026 index intersection hashed and sortedHari Khalsa2013-07-051-0/+10
* SERVER-10026 interfaces, index scan stage, debug cmd, jstestHari Khalsa2013-07-011-0/+98