summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50504 $facet+$match on positional path does not seem to pass results t...Ruoxin Xu2020-10-152-0/+29
* SERVER-50373 Add support for covered projections in SBEDrew Paroski2020-10-154-88/+183
* SERVER-47310 Document Free Monitoring in the Security Architecture GuideShreyas Kalyan2020-10-141-1/+124
* SERVER-51025 Collect index entries read per operationLouis Williams2020-10-142-5/+12
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-1411-87/+285
* SERVER-50956 Test resuming larger index builds that spill to disk during coll...Gregory Noma2020-10-146-95/+97
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-1422-142/+141
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-1411-34/+20
* SERVER-51222 Calculate fetchTimestamp before creating temporary resharding co...Blake Oler2020-10-1410-119/+59
* SERVER-50677 Make a lock-free read version of AutoGetCollectionForRead and op...Dianna Hohensee2020-10-147-23/+319
* SERVER-47826 Respect when internalQueryEnumerationMaxOrSolutions is set to zeroTed Tuckman2020-10-143-1/+38
* SERVER-51518 Adjust lock invariant in PrimaryOnlyService::lookupInst().Max Hirschhorn2020-10-142-1/+71
* SERVER-50543 Log the application client starting or stopping the balancerJosef Ahmad2020-10-141-5/+22
* SERVER-51455 Fix SBE hashValue for the double type valuesMartin Neupauer2020-10-142-4/+69
* SERVER-51594 Disable WiredTigerKVEngineTest::IdentDrop on WindowsGregory Wlodarek2020-10-141-0/+5
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-144-12/+25
* SERVER-51418: Resolve race condition in StepdownShouldInterruptConfigWriteXueruiFa2020-10-141-60/+73
* SERVER-47446 Measure cpu time taken by operationsAmirsaman Memaripour2020-10-145-0/+424
* SERVER-51525 Allow dropping the temporary resharding collection to enable tes...jannaerin2020-10-141-1/+2
* SERVER-51510 Ensure that reshardingFields gets copied over from the enqueued ...jannaerin2020-10-141-1/+3
* SERVER-51511 Insert state documents for resharding donor/recipients upon firs...jannaerin2020-10-144-0/+36
* SERVER-51514 ProgramRunner::launchProcess() should escape backslashes on WindowsGregory Wlodarek2020-10-131-2/+2
* SERVER-51227 Make find/getMore cmd with $_requestResumeToken on oplog report ...Judah Schvimer2020-10-133-2/+18
* SERVER-51320 Remove CollectionLock to system.views from functions in ViewCata...Henrik Edin2020-10-131-16/+0
* SERVER-51509 Fix invalid CollectionPtr being passed in performSingleUpdateOp ...Henrik Edin2020-10-131-2/+5
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-1340-231/+595
* SERVER-49899 Create config.transactions cloner for resharding (merges txns)Eric Maynard2020-10-1310-99/+523
* SERVER-50973 Mark net.bindIpAll as conflicting with net.bindIpSara Golemon2020-10-131-0/+1
* SERVER-49959 Fix unitialized scalar field in collection catalogBrian DeLeonardis2020-10-131-1/+1
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-134-0/+40
* SERVER-51147 importRecordStore() and importSortedDataInterface() now import c...Gregory Wlodarek2020-10-136-59/+6
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-1314-192/+85
* SERVER-49446 Implement validation error generation for dependencies keywordMihai Andrei2020-10-138-111/+439
* SERVER-51180 Fix uninitialized variables in CollectionCatalog::iterator when ...Henrik Edin2020-10-132-4/+8
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-1380-361/+494
* SERVER-51147 Generate the WT_SESSION::create() import stringGregory Wlodarek2020-10-122-0/+54
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-1226-23/+74
* SERVER-51485 getCodePointLength fix use of absl internalsBilly Donahue2020-10-122-2/+19
* SERVER-49824 Add destined recipient to oplog entries from deletesAlex Taskov2020-10-122-0/+74
* SERVER-51348 makeReplWriterPool should respect threadCount argumentMatthew Russotto2020-10-121-1/+1
* SERVER-49454 Update ElementIterator interface to provide option to omit entir...Mindaugas Malinauskas2020-10-126-95/+238
* SERVER-51342 ShardRegistry should forget connection strings of removed shardsTommaso Tocci2020-10-112-0/+8
* SERVER-51412 Add an array of DonorShardIds to TypeCollectionReshardingFields ...Blake Oler2020-10-103-2/+11
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-10-103-7/+7
* SERVER-50421-2 Rename global server parameter validateFeaturesAsMaster to val...Huayu Ouyang2020-10-108-14/+14
* SERVER-51241: Audit importCollectionLingzhi Deng2020-10-093-0/+8
* SERVER-49977 support $dateToParts in SBEClaire Childs2020-10-099-1/+516
* SERVER-51419 Don't optimistically transition states in ReshardingDonorServiceBlake Oler2020-10-092-1/+11
* SERVER-51410 Add the original collection's UUID to TypeCollectionReshardingFi...Blake Oler2020-10-094-1/+6
* SERVER-51416 simplify setParameter version checks in servers.jsBenety Goh2020-10-091-13/+17