summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19128 Clean up interaction of background index builds and cursor killingr3.0.9-rc0Mathias Stearn2016-01-181-0/+4
* Revert "SERVER-19128 Clean up interaction of background index builds and curs...Spencer Jackson2016-01-131-4/+0
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2016-01-121-0/+4
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-301-7/+10
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-291-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-1223/+1305
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-051-63/+3
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-281-1/+1
* SERVER-17749: ignore fields starting with $ in collMod command, to match beha...Sam Kleinman2015-04-171-0/+3
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-9/+31
* SERVER-17249 filemd5 shouldn't reuse CanonicalQuery after WCEMathias Stearn2015-02-151-6/+6
* SERVER-17208 do not proceed with collection creation on the primary when it i...Benety Goh2015-02-071-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-271-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
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-8/+8
* SERVER-16502: open database after repair is doneScott Hernandez2015-01-021-0/+2
* SERVER-16502: do not create db on dropScott Hernandez2015-01-021-12/+14
* SERVER-16245 clean up index stat displayEric Milkie2014-12-231-3/+4
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-231-30/+50
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-19/+8
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-8/+19
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-101-21/+23
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-0/+1
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-7/+4
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-2/+4
* SERVER-16389 Clean up behavior of shutdown command waiting for replicationSpencer T Brody2014-12-021-16/+2
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-011-2/+5
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-251-0/+26
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+7
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-171-4/+16
* SERVER-15541 restore yielding per-document to the filemd5 commandGreg Studer2014-11-171-9/+31
* SERVER-14507 redact command parameters for LOG(2)Benety Goh2014-11-121-5/+10