summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-0/+1
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-2/+2
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+4
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-2/+2
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-21/+21
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-11/+16
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-16/+11
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-11/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-186/+164
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-6/+4
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-4/+14
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-5/+15
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-1/+4
* SERVER-14668 Change read paths to acquire IS lock on the DB instead of SKaloian Manassiev2014-10-071-1/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+4
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-22/+22
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+4
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13641 Make agg use OpContext-aware DBDirectClientMathias Stearn2014-05-201-2/+14
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-1/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+7
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+3
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-10026 don't add a collscan solution if ixscan soln existsHari Khalsa2014-02-261-1/+0
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-38/+13
* SERVER-12530 clean up agg output cursor creation and lockingMathias Stearn2014-02-121-11/+9
* SERVER-12530 Don't set NoTimeout flag on input cursor to aggMathias Stearn2014-01-301-3/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-2/+13
* SERVER-8033 Sharded agg should only send needed fields from shards to mongosMathias Stearn2014-01-211-39/+1
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-41/+43
* SERVER-12038 PipelineD::prepareCursorSource resilient to CQ failureJason Rassi2014-01-211-3/+3
* SERVER-11643: remove some nsdetails calls for catalog versionsEliot Horowitz2014-01-151-2/+3
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+1
* SERVER-11675 Always assume we need score if doing a $text query in aggMathias Stearn2013-12-231-4/+12
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-12/+22
* SERVER-11831 Use documentFromBsonWithDeps in agg againMathias Stearn2013-12-181-2/+4