summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-10026 more dead code deletionHari Khalsa2013-12-131-1/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+1
* SERVER-11711 Make agg use new query frameworkMathias Stearn2013-11-261-89/+66
* Clean up Pipeline::getInitialQuery() and DocSourceMatch::toMatcherBson()Mathias Stearn2013-10-211-19/+7
* SERVER-10914 disallow $out to capped collectionsMathias Stearn2013-10-021-1/+6
* SERVER-5916 Allow bare $$ROOT or $$CURRENT without subfieldsMathias Stearn2013-09-241-0/+2
* SERVER-4504 explain for aggregationMathias Stearn2013-09-201-4/+0
* Remove Pipeline::collectionName and getter.Mathias Stearn2013-09-201-2/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10655 aggregation_auth : mongos_slaveok.js failingRandolph Tan2013-08-301-0/+7
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-8/+5
* Error out if $out collection is shardedMathias Stearn2013-08-081-0/+6
* Make DocumentSource handling more genericMathias Stearn2013-08-081-13/+20
* SERVER-10097 sharded $outMathias Stearn2013-08-081-0/+3
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+1
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-3/+0
* SERVER-3253 Unsharded $outMathias Stearn2013-07-261-0/+6
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* DocumentSourceCursor should be limit-awareMathias Stearn2013-07-221-1/+4
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-0/+4
* Fix aggregation lockingMathias Stearn2013-07-101-8/+22