summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/documentsourcetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-3/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-2/+2
* SERVER-13951 Clean up OperationContext usage in dbtestsMathias Stearn2014-08-261-1/+0
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-10/+11
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-30/+0
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-16/+24
* 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 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-3/+5
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-0/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-23/+0
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-28/+19
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-5/+14
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-211-44/+91
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-041-1/+1
* SERVER-11711 Make agg use new query frameworkMathias Stearn2013-11-261-5/+10
* SERVER-11184 Merge consecutive $match stages in aggMathias Stearn2013-10-211-9/+34
* Rename SplittableDocumentSource::getRouterSource to getMergeSourceMathias Stearn2013-10-211-3/+3
* SERVER-10613 Optimize initial $redact/$match pairMathias Stearn2013-10-111-0/+189
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-12/+12
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-271-1/+2
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-20/+21
* Make ExpressionContext a simple structMathias Stearn2013-08-091-10/+7
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-11/+5
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-220/+71
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+1
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-2/+4
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+3
* DocumentSourceCursor should be limit-awareMathias Stearn2013-07-221-0/+39
* SERVER-6296 Batch fetching in DocumentSourceCursorMathias Stearn2013-07-221-3/+2
* Fix aggregation lockingMathias Stearn2013-07-101-18/+20
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-181-1/+1
* Comparator operator() should be constAndrew Morrow2013-03-081-1/+1
* SERVER-8239 $concat should only support stringsMathias Stearn2013-02-071-2/+10
* SERVER-6195 implement $concat for strings in aggroMatt Dannenberg2012-12-181-2/+2
* Improve aggregation handling of nullish Values - part 2Mathias Stearn2012-12-141-1/+1
* SERVER-7781 add $geoNear pipeline stageMathias Stearn2012-12-141-0/+25
* Optimize ExpressionFieldPath and give better semanticsMathias Stearn2012-12-101-3/+6
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-101-1/+1
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-1/+1
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-3/+6
* SERVER-4656 optimize $sort followed by $limit to do top-k selectionMathias Stearn2012-12-041-1/+39