summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-271-8/+51
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-261-1/+0
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-247-9/+9
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-243-59/+86
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-1/+1
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-181-0/+6
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-184-7/+15
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-16/+0
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-0/+9
* SERVER-25892 Hold global lock while listing databasesGeert Bosch2016-10-061-1/+6
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-40/+23
* SERVER-26262 Add logging for setting featureCompatibilityVersionr3.4.0-rc0Maria van Keulen2016-10-031-14/+23
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-033-6/+6
* SERVER-25994: Make applyOps work without universal privilegesSpencer Jackson2016-09-303-7/+80
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-0/+16
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-266-13/+240
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-7/+15
* SERVER-25743 Add dochub links to all featureCompatibilityVersion error messagesTess Avitabile2016-09-222-53/+78
* SERVER-25942 Don't validate views in listCollections unless they are being re...Sam Rossi2016-09-221-6/+16
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-203-22/+155
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-2012-42/+42