summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-193-7/+20
* SERVER-12782 Don't look in an empty containerMathias Stearn2014-02-191-1/+1
* SERVER-12530 Remove unneeded uassert in agg cursor explainMathias Stearn2014-02-121-6/+0
* SERVER-12586 Don't allow $out to special collectionsMathias Stearn2014-02-121-0/+2
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-125-128/+49
* SERVER-12530 clean up agg output cursor creation and lockingMathias Stearn2014-02-122-12/+15
* SERVER-12373 Optimize $group by artificial objectsMathias Stearn2014-02-102-56/+115
* SERVER-12488 Assume we don't need textScore if not doing text queryMathias Stearn2014-02-101-3/+11
* SERVER-12655 Plug cursor leak in aggMathias Stearn2014-02-101-1/+3
* SERVER-12530 Don't set NoTimeout flag on input cursor to aggMathias Stearn2014-01-301-3/+1
* SERVER-11239 Rename flag to allowDiskUse and include in error messagesMathias Stearn2014-01-292-4/+5
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-1/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-245-7/+54
* SERVER-12180 fix inconsistent use of struct/classMathias Stearn2014-01-211-1/+1
* SERVER-8033 Sharded agg should only send needed fields from shards to mongosMathias Stearn2014-01-215-47/+95
* SERVER-12180 Clean up dependency tracking codeMathias Stearn2014-01-2113-266/+356
* SERVER-11413 Fix agg DocumentSourceCursor explain formatMathias Stearn2014-01-211-1/+1
* SERVER-12038 PipelineD::prepareCursorSource resilient to CQ failureJason Rassi2014-01-211-3/+3