summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1012-44/+44
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-06-101-3/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-095-17/+14
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-092-8/+6
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-1/+1
* SERVER-18347 Store authorized connection in copydb as a client decorationAndrew Morrow2015-06-093-26/+50
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-1/+1
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-094-16/+23
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-084-19/+28
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-051-1/+1
* SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr...Andy Schwerin2015-06-051-1/+2
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-051-1/+7
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-054-48/+69
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-042-77/+38
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-044-62/+0
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-031-5/+2
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-1/+1
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-1/+6
* SERVER-18791 Rename count command's source file to count_cmd.cppKaloian Manassiev2015-06-031-4/+5
* SERVER-14995 Move _killPending from CurOp to OperationContext.Andy Schwerin2015-06-021-3/+4
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-023-11/+13
* Reapply "SERVER-18277 Clarify locking of Client when accessing its stored Ope...Andy Schwerin2015-06-021-2/+2
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-319-138/+11
* Revert "SERVER-18277 Clarify locking of Client when accessing its stored Oper...Spencer T Brody2015-05-291-2/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-293-12/+12
* SERVER-18738 avoid creating an invalid StatusWith in FindAndModifyCommand::run()Adam Midvidy2015-05-291-5/+6
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-293-12/+12
* SERVER-18277 Clarify locking of Client when accessing its stored OperationCon...Andy Schwerin2015-05-291-2/+2
* SERVER-17575 find and getMore commands respect BSONObj max user size limitDavid Storch2015-05-282-11/+16
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-4/+3
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-10/+29
* SERVER-18589 Implement findAndModify serialization/deserializationRandolph Tan2015-05-221-90/+3
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-223-65/+29
* SERVER-18184 add awaitData support to the getMore command for any capped coll...David Storch2015-05-212-22/+20
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-212-7/+6
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-213-307/+600
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-201-1/+3
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-192-48/+174
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-4/+10
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-1810-26/+28
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-1810-28/+26
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-1810-26/+28
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-46/+89
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-152-2/+5
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-154-11/+11
* SERVER-18227 Fix minor typosMathias Stearn2015-05-1510-21/+21
* SERVER-18227 Add bypassDocumentValidation support to applyOpsMathias Stearn2015-05-151-0/+5
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-1410-12/+72
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-141-2/+6
* SERVER-18328 Create mongos version of user management commands that uses cata...Daniel Alabi2015-05-133-668/+1028