summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-1/+1
* SERVER-17607 fix incorrect invariant in runCommandsAdam Midvidy2015-05-191-1/+1
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-136/+248
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-8/+8
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-8/+8
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-8/+8
* SERVER-18420 fix double populating of result in dropCollectionmatt dannenberg2015-05-151-1/+0
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-7/+29
* SERVER-18255: Remove unused variable breaking some compilesScott Hernandez2015-04-291-1/+0
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-2/+4
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-99/+71
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-27/+38
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-3/+3
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-1/+3
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-262/+73
* SERVER-17937 Remove 'exception: ' prefix returned from command processingKaloian Manassiev2015-04-091-8/+5
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+5
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-6/+6
* SERVER-17749: ignore fields starting with $ in collMod command, to match beha...Sam Kleinman2015-04-011-0/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-12/+13
* SERVER-17023 separate command and query pathsDavid Storch2015-03-231-1/+25
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-4/+9
* SERVER-17050 Error message for read-commands on secondary should suggest slaveOkSiyuan Zhou2015-03-031-1/+6
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-9/+31
* SERVER-17330 remove server.h and dependencies; all dead codeEric Milkie2015-02-191-1/+0
* SERVER-17249 filemd5 shouldn't reuse CanonicalQuery after WCEMathias Stearn2015-02-131-6/+6
* SERVER-17208 do not proceed with collection creation on the primary when it i...Benety Goh2015-02-061-0/+5
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+17
* SERVER-16984 Do not rely on ShardedConnectionInfo::get() if not doing normal ...Randolph Tan2015-01-271-6/+3
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-271-6/+4
* SERVER-17061 Properly handle WriteConflictException in "create" and "dropData...Andy Schwerin2015-01-271-12/+16
* SERVER-17063 fixed filemd5 compilation error: control reaches end of non-void...Benety Goh2015-01-261-1/+1
* SERVER-17063: make filemd5 handle WriteConflictExceptionEliot Horowitz2015-01-261-62/+64
* SERVER-17053 Macros to wrap up the write conflict retry loop behaviors.Andy Schwerin2015-01-261-33/+24
* SERVER-17053 Make drop command retry on write conflicts.Andy Schwerin2015-01-261-24/+35
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-8/+19
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-1/+1
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-14/+3
* SERVER-16711 Fix failing disk/diskfull.js suiteKaloian Manassiev2015-01-071-1/+2
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-051-0/+1
* SERVER-16711: do not create db for collmod if missing db/collectionScott Hernandez2015-01-051-5/+8