summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-28/+5
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-3/+2
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-12/+10
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-6/+35
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-5/+7
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-20/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-054-8/+8
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-031-138/+153
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-1/+1
* SERVER-13554 Improve error message for mapReduce ns not foundTess Avitabile2016-12-201-2/+4
* Revert "SERVER-27415 Deduplicate `Command::execCommand`"ADAM David Alan Martin2016-12-191-153/+138
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2016-12-191-138/+153
* SERVER-27362 Avoid extra logic while getting lock to destroy M/R cursor.Charlie Swanson2016-12-191-1/+11
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-1912-114/+115
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-161-6/+0
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-22/+22
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-4/+3
* SERVER-27391 Deduplicate `Command::registerError`ADAM David Alan Martin2016-12-141-4/+12
* SERVER-27118 Default shutdown command's timeoutSecs argument to 10 secondsJack Mulrow2016-12-141-1/+1
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-145-5/+0
* SERVER-23103 Move DiagLog to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-131-2/+3
* SERVER-27337 mapReduce should not attempt to drop nonexistent temp collectionTess Avitabile2016-12-131-15/+17
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-0923-117/+214
* SERVER-25373: Add diagnostic labels to ResourceMutex instancesDaniel Gottlieb2016-12-081-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-073-6/+4
* SERVER-27271 rolesInfo returns duplicate "roles" fieldsSpencer Jackson2016-12-061-12/+12
* SERVER-27176 Improve performance of command writeConcern parsingJames Wahlin2016-12-061-7/+18
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-027-73/+65
* SERVER-25721 Check uninitialized PlanExecutor::ExecState in GetMoreCmd::gener...Tess Avitabile2016-11-301-1/+4
* SERVER-20113 Do not allow interrupts during mapReduce temp collection cleanupTess Avitabile2016-11-291-1/+14
* SERVER-23976: Input validate repair database for casingDaniel Gottlieb2016-11-211-1/+15
* Revert "SERVER-23976: Input validate repair database for casing"Geert Bosch2016-11-181-15/+1
* SERVER-23976: Input validate repair database for casingDaniel Gottlieb2016-11-181-1/+15
* SERVER-27097 Check that db is not null before derefencing in _collectionCountMarko Vojvodic2016-11-171-2/+4
* SERVER-24596 Replace DBDirectClient::count call with Collection::numRecords t...Marko Vojvodic2016-11-142-48/+50
* SERVER-26955 Ensure setFeatureCompatibilityVersion commands support maxTimeMSKaloian Manassiev2016-11-116-56/+172
* SERVER-26911 Create RAII type for turning off replicated writesTess Avitabile2016-11-112-2/+5
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-2/+2
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-2/+2
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-2/+2
* Revert "SERVER-23976: Input validate database names for repairDatabase."Dan Pasette2016-11-031-5/+1
* SERVER-26270 Initialize windows stacktraces at startupJonathan Reams2016-11-031-5/+2
* SERVER-26270 Do not call Matcher while holding lock on ServiceContext in curr...Jonathan Reams2016-11-031-12/+24
* SERVER-23976: Input validate database names for repairDatabase.Daniel Gottlieb2016-11-031-1/+5
* SERVER-6302 Fix multiple fsyncLock() invocation race conditionJames Wahlin2016-11-022-118/+208
* SERVER-26797 protect upcast to StaleConfigException from DBExceptionMisha Tyulenev2016-10-311-2/+4
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-3/+5
* SERVER-26811 fix setFeatureCompatibilityVersion to raise a user assertion if ...David Storch2016-10-281-0/+8