summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set.h
Commit message (Expand)AuthorAgeFilesLines
* 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