summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+1
* SERVER-34515 fix invariant failure caused by js interruption in group commandIan Boros2018-05-151-4/+35
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+3
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-4/+2
* SERVER-34714 Optimize $or with all always-false children to $alwaysFalseCharlie Swanson2018-05-011-2/+4
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-0114-140/+62
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-1/+0
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-132-3/+8
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-2/+2
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-043-5/+5
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-232-0/+4
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-5/+0
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-4/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-022-2/+2
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-022-2/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-022-2/+2
* 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