summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-2/+1
* 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-063-12/+14
* SERVER-15019 propagate kill and invalidate for agg cursors to the nested Plan...David Storch2014-10-021-1/+1
* SERVER-15363 change ScopedTimer to use the listener thread's cheap timerDavid Storch2014-10-021-1/+3
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-1/+1
* SERVER-13635 Remove deprecated getIndexes() methodMathias Stearn2014-09-291-3/+3
* SERVER-14668 Use ensureShardVersionOKOrThrow for collection shard version che...Kaloian Manassiev2014-09-251-2/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-192-7/+7
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-1/+0
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-282-2/+2
* SERVER-14743 agg explain uses explain 2.0 formatDavid Storch2014-08-261-52/+11
* SERVER-14044 Invalid {$meta: 'text'} reference in agg $sort error messageKamran Khan2014-08-081-1/+2
* SERVER-11118 Fix duplicate uassert idsKaloian Manassiev2014-07-241-3/+3
* SERVER-11118 add dateToString aggregation operatorAdam Midvidy2014-07-242-37/+274
* SERVER-14407 delete runner.hDavid Storch2014-07-232-6/+6
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-224-52/+55
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-124-16/+16
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-082-4/+7
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+3
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-2/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+3
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+2
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-8994: Boost 1.55 MacOS X fixesMark Benvenuto2014-06-121-6/+0
* SERVER-8994: Build fixes for boost 1.55.0 with gcc & msvcMark Benvenuto2014-06-062-2/+2
* SERVER-14144 Aggregation cursor error shouldn't swallow Runner errorJason Rassi2014-06-051-1/+2
* SERVER-14062 migrate more curop via OpCtxHari Khalsa2014-06-041-1/+0
* 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-302-3/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-282-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-282-3/+3
* SERVER-13641 get OpCtxImpl out of DocSourceCursorMathias Stearn2014-05-201-5/+2
* SERVER-13641 Make agg use OpContext-aware DBDirectClientMathias Stearn2014-05-203-5/+21
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-6/+6
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-2/+5
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-199-98/+98
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-10/+9
* 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-094-45/+17
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-172-2/+4
* SERVER-13600 Forbid implicit construction of NamespaceString from StringData.Andy Schwerin2014-04-151-4/+4