summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_fetch.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-4/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-2/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+4
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-14/+14
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-3/+5
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-3/+3
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-16/+21
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-160/+160
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+6
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-5/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-1/+1
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-3/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15888: fix locking on collection mods in dbtestsEliot Horowitz2014-11-031-2/+3
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-4/+6
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-2/+1
* SERVER-13635 Don't assert that BSONObjs aren't ownedMathias Stearn2014-10-021-1/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+4
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-9/+7
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-4/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-4/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+4
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-0/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-3/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-2/+2