summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-211-0/+59
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-201-59/+0
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-1/+1
* SERVER-30759 Implement disk utilization stats for 'dbStats' command. Reports ...Henrik Edin2017-09-081-0/+4
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-1/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-50/+42
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-26/+26
* SERVER-27699 Capture actual error from getExecutorNatalia Jacobowitz2017-07-061-11/+5
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-6/+6
* SERVER-29752 support dropping of system collections when applying operationsBenety Goh2017-06-211-1/+7
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-2/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-13/+0
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-3/+0
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-1/+0
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-14/+14
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-4/+4
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-171-531/+0
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-3/+2
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-1/+1
* Revert "Revert "SERVER-28562 Move LogicalTime HMAC computation outside collec...Randolph Tan2017-05-041-4/+8
* Revert "SERVER-28562 Move LogicalTime HMAC computation outside collection lock"ADAM David Alan Martin2017-05-031-8/+4
* SERVER-28562 Move LogicalTime HMAC computation outside collection lockRandolph Tan2017-05-031-4/+8
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-1/+2
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-2/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-1/+2
* SERVER-25765 Commands should wait for write concern even if they throw an exc...Spencer T Brody2017-04-201-17/+24
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-2/+5
* SERVER-28797 move waitForReadConcern into separate fileMisha Tyulenev2017-04-181-162/+1
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-141-2/+4
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-7/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-16/+2
* SERVER-28508 Move DB validation from request parser to command processorMathias Stearn2017-04-121-0/+5
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-121-5/+1
* SERVER-27772 Force noop write on primary when readConcern:afterClusterTime > ...Misha Tyulenev2017-04-071-10/+173
* SERVER-27786 Implement _computeOperationTimeJack Mulrow2017-03-231-12/+61
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-11/+6
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-1/+24
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-3/+1
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-081-24/+28
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-5/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-131/+132
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-2/+2
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-2/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-2/+2
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-2/+34
* SERVER-27553 Remove print macroAndrew Morrow2017-02-271-4/+3
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-261-1/+12
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-28/+5