summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29484 Remove `using std::` forms in headers.ADAM David Alan Martin2018-02-143-16/+6
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-1417-27/+24
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-082-4/+4
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-5/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+5
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-5/+2
* SERVER-32489 New main library for embedded to link and initialize the system ...Henrik Edin2018-01-311-0/+3
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-1/+3
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-242-0/+11
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-222-2/+2
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-171-5/+8
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-6/+6
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-114-31/+28
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-79/+9
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-092-2/+0
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-1/+1
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-2/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-192-3/+3
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-142-24/+21
* SERVER-32189 Delete dead SubplanStage handling for contained $or queries.David Storch2017-12-132-78/+2
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-132-8/+1
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-143-9/+5
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-1/+4
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-091-1/+4
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-076-19/+53
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-261-1/+1
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-197-135/+79
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-6/+5
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-292-1/+5
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-296-11/+24
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-282-5/+1
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-282-1/+5
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-37/+23
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-195-0/+52
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-062-1/+8
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-286-20/+20
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-257-26/+16
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-0/+1
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-172-2/+33
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-30580 No more status locationsMathias Stearn2017-08-162-81/+50
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-096-0/+6
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-1/+1
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-3/+1
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+1
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-261-1/+1