summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50417 Change notMasterUnacknowledgedWrites to notPrimaryUnacknowledged...Ali Mir2020-09-101-5/+5
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-1031-109/+247
* SERVER-49858 Add Command::acceptsAnyApiVersionParametersA. Jesse Jiryu Davis2020-09-104-4/+23
* SERVER-50557 Remove unused ExpressionContext::jsFnTimeoutMillis member varJames Wahlin2020-09-101-4/+0
* SERVER-50416 Change notMasterLegacyUnacknowledgedWrites to notPrimaryLegacyUn...Ali Mir2020-09-101-5/+5
* SERVER-50853 Enable retries of getShardAndCollectionVersion on the config serverPierlauro Sciarelli2020-09-101-6/+8
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-103-294/+320
* SERVER-50622 Add logging for 'mr_killop_test_fp' failpointJustin Seyster2020-09-101-0/+1
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-1029-207/+326
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-093-10/+4
* SERVER-50837 Make sure that donorForgetMigration command can be retriedCheahuychou Mao2020-09-092-3/+10
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-0939-947/+1026
* SERVER-50700 Allow constructing a FailPointEnableBlock from a pointer to the ...Spencer T Brody2020-09-093-49/+81
* SERVER-49242 Add serverStatus counters for number of running PrimaryOnlyServi...Spencer T Brody2020-09-095-8/+74
* SERVER-19823 rs.printSlaveReplicationInfo() syncedTo field displays the epoch...Huayu Ouyang2020-09-091-19/+8
* SERVER-48318 Make snapshot window equal to max of minSnapshotHistoryWindowInS...Cheahuychou Mao2020-09-092-2/+5
* SERVER-50703 Create global resource consumption structureLouis Williams2020-09-094-0/+243
* SERVER-50702 Create feature flag for measuring operation resource consumptionLouis Williams2020-09-093-0/+58
* SERVER-50722 Create new MSI upgrade codes for 4.8.0Dev.x/4.8.0.xRobert Guo2020-09-091-4/+4
* SERVER-50740 Add onShutdown() method to ReplicaSetAwareInterface class.Suganthi Mani2020-09-0911-18/+34
* SERVER-48785 Create TenantMigrationRecipientService and TenantMigrationRecipi...Suganthi Mani2020-09-0911-8/+694
* SERVER-50218 Change shard server and config server op observers to support $v...Ian Boros2020-09-096-53/+428
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-0911-61/+203
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-09-091-1/+4
* SERVER-49570 Create ReshardingCoordinator in configsvrReshardCollectionHaley Connelly2020-09-097-2/+96
* SERVER-50270 shell should require a password for AWS authMark Benvenuto2020-09-081-2/+2
* SERVER-50589 Change PersistentTaskStore::Update to assert that at least one d...Blake Oler2020-09-083-41/+60
* SERVER-50771 The BSONValidate fast path should support a depth of 32Geert Bosch2020-09-081-2/+2
* SERVER-50440 Make TenantMigrationAccessBlockerByPrefix include '_' when doing...Jason Zhang2020-09-084-11/+33
* SERVER-6777 Eliminate all direct use of cout/stdout and cerr/stderrAdam Cooper2020-09-083-9/+11
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-082-7/+14
* SERVER-49393 Redact status in KeysCollectionManager refresh failure log messageJason Zhang2020-09-081-1/+1
* SERVER-50789 Use the ReadThroughCache's mutex when accessing `_minTimeInStore`Kaloian Manassiev2020-09-081-1/+5
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-087-13/+44
* SERVER-49649 Architecture Guide Updates for FCVJason Chan2020-09-081-0/+110
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-0813-2253/+2898
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-0811-8218/+7767
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-0820-48/+49
* SERVER-50430 Implement SBE support for $bsonSize expressionMilena Ivanova2020-09-076-1/+152
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-061-1/+2
* SERVER-50275 fix use-after-moveBenety Goh2020-09-051-4/+3
* SERVER-46199 Fix CollectionShardingState <-> CatalogCache destruction order i...Kaloian Manassiev2020-09-052-5/+7
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
* SERVER-50275 Implement V2 LogBuilderArun Banala2020-09-048-13/+870
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-11/+11
* SERVER-46199 Get rid of the BM_IncrementalRefreshWithNoChange benchmarkKaloian Manassiev2020-09-042-20/+0
* SERVER-50346 refactor `handleRequest` code fragments into a HandleRequest classBilly Donahue2020-09-041-118/+228
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-043-39/+43
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-0430-184/+946
* SERVER-50288 Return collection version on split and merge commandsPierlauro Sciarelli2020-09-045-53/+86