summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-2524-199/+656
* SERVER-47736 logger::LogSeverityLimiter -> logv2::KeyedSeveritySuppressorBilly Donahue2020-04-257-135/+176
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-257-155/+159
* SERVER-46187 Remove RemoteCommandRequest::expirationDate in favor of dateSche...Spencer T Brody2020-04-246-22/+12
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-249-278/+458
* SERVER-47750 mongos isMaster response should return booleanPavi Vetriselvan2020-04-241-1/+1
* SERVER-47707 Fix TODOs to reference a more appropriate ticketKaloian Manassiev2020-04-242-6/+9
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-242-15/+13
* SERVER-47749 The JournalFlusher should use a WRITE_CONFLICT_RETRY_ONLY YieldP...Dianna Hohensee2020-04-241-1/+9
* SERVER-47527 Remove getCollectionDescription_DEPRECATED usage inside index bu...Randolph Tan2020-04-243-71/+34
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-246-8/+23
* SERVER-43333 Ingest drivers server selection testsjannaerin2020-04-24118-112/+2210
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-246-37/+40
* SERVER-47738 Don't include CatalogCache blocked operation metrics on mongodBlake Oler2020-04-241-18/+21
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-2417-622/+63
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-248-35/+89
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-247-6/+253
* SERVER-46402 Better logging for movePrimary/moveChunk when error occursPierlauro Sciarelli2020-04-242-5/+17
* SERVER-47571: Wait for majority committed snapshot for atClusterTime/afterClu...Lingzhi Deng2020-04-241-3/+7
* SERVER-46356 Add count of automatic reconfigs to serverStatusVesselina Ratcheva2020-04-231-0/+9
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-239-1/+105
* SERVER-47161 Change log message to use UserAssertAfterLogBlake Oler2020-04-231-9/+4
* SERVER-47697 Remove logging/log_test.cc and support files.Billy Donahue2020-04-2319-1883/+235
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-237-105/+80
* SERVER-47566 Take CSRLock inside CollectionShardingRuntime::getCriticalSectio...Randolph Tan2020-04-234-11/+13
* SERVER-47681 Background validation uses the kNoOverlap read source instead of...Gregory Wlodarek2020-04-231-6/+10
* SERVER-46955 Create MongosTopologyCoordinatorPavi Vetriselvan2020-04-237-43/+377
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-232-38/+28
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-2314-114/+478
* SERVER-30044 Delete const&& versions of BSONComparatorInterfaceBase's make* m...Drew Paroski2020-04-233-14/+55
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-237-16/+26
* SERVER-47439 build system indexes single-phasedBenety Goh2020-04-231-37/+1
* SERVER-45591 Allow Future<vector<move-only-type>> by adding is_really_copy_co...Spencer T Brody2020-04-232-2/+38
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-221-14/+23
* SERVER-47394 Disconnect from client on SplitHorizonChange errorJason Chan2020-04-222-1/+17
* SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV afte...Jason Chan2020-04-224-42/+85
* SERVER-47561 Add MONGO_IDLE_THREAD_BLOCK to WaitForMajorityServiceJamie Heppenstall2020-04-221-0/+2
* SERVER-47677 Clean up remaining references to FCV in cleanupOrphaned commandEsha Maharishi2020-04-221-13/+9
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-2211-91/+95
* SERVER-47641 Use appendNumber when appending number of range deletion tasks t...Gregory Noma2020-04-221-1/+1
* SERVER-45799 Add unit tests for ServerIsMasterMonitorHaley Connelly2020-04-226-14/+640
* SERVER-47190: Shutdown command with force:true should ignore all stepdown errorsLingzhi Deng2020-04-223-30/+42
* SERVER-47383 commitIndexBuild oplog application no longer ignores IndexAlread...Benety Goh2020-04-221-9/+2
* SERVER-47641 Use long long when counting number of range deletion tasks for s...Gregory Noma2020-04-221-2/+2
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-2227-87/+290
* SERVER-47698 LogSeverity constexpr refactorBilly Donahue2020-04-222-103/+77
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-2225-343/+400
* SERVER-47700 renameCollection should check if the target collection exists be...Gregory Wlodarek2020-04-221-3/+5
* SERVER-47692 SharedBufferFragmentAllocator should discard its buffer on destr...Louis Williams2020-04-223-0/+25
* SERVER-47641 fix mac os x compileBenety Goh2020-04-221-1/+1