summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61030 Add 'authenticate' command to the OP_QUERY allowlistDavid Storch2021-10-272-6/+27
* SERVER-60648 Coverity analysis defect 120937: Parse warningSanika Phanse2021-10-271-2/+2
* SERVER-60810 Coverity analysis defect 120994: Parse warningSanika Phanse2021-10-271-1/+1
* SERVER-27598 Added logic to allow limit to duplicate and swap before unwind. ...Matt Boros2021-10-274-16/+270
* SERVER-60992 Correctly set '_lastValueInPrevBlock' after writing a Simple8b b...Henrik Edin2021-10-274-8/+102
* SERVER-60991 Leave '_prevEncoded64' scaled correctly after reducing scale fac...Henrik Edin2021-10-272-24/+66
* SERVER-60565 Ensure newly created time-series buckets do not contain problema...Dan Larkin-York2021-10-273-10/+341
* SERVER-61026 Invert order of shards receiving drop collection participant com...Pierlauro Sciarelli2021-10-272-7/+12
* SERVER-59519 Fold repl_settings.idl into repl_server_parameters.idlReo Kimura2021-10-275-66/+31
* SERVER-60569: Simplify OpObserverImpl::TestFundamentalOn* tests.Daniel Gottlieb2021-10-271-176/+159
* SERVER-59662 Test killing time-series insertsGregory Noma2021-10-273-24/+32
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-2711-681/+352
* SERVER-60916 Attempt to reload ShardRegistry in resharding coordinator.Max Hirschhorn2021-10-271-1/+1
* SERVER-60931 oplog application delegates UUID lookup to processCollModCommand()Benety Goh2021-10-271-11/+4
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-272-97/+7
* Revert "SERVER-59907 Add an explicit stage field to tenant migration currentO...Vesselina Ratcheva2021-10-274-125/+29
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return result...Mihai Andrei2021-10-272-149/+268
* SERVER-61006 Handle newly created time-series collections during FCV upgradeGregory Wlodarek2021-10-271-5/+3
* SERVER-60931 setFCV invokes collMod using db and uuid of collection rather th...Benety Goh2021-10-261-2/+2
* SERVER-60893 Deduplicate field lookups for a same field path when $group is p...Yoonsoo Kim2021-10-264-124/+150
* SERVER-60931 pass CollMod details to coll_mod.cpp using IDL typeBenety Goh2021-10-265-28/+33
* SERVER-57662 Wait for config.system.sessions collection to exist on the confi...Sanika Phanse2021-10-261-5/+5
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-2614-111/+344
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-2619-51/+66
* SERVER-60976 WriteConflictException accepts context at creationBenety Goh2021-10-262-0/+9
* SERVER-60116 Used a 3-pointer implementation of BasicBufBuilder to optimize f...Mohammad Dashti2021-10-264-52/+94
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-267-16/+82
* SERVER-60925 rename chunk estimated size fieldPaolo Polato2021-10-264-9/+9
* SERVER-60336 Replace the balancer's MigrationScheduler with a BalancerCommand...Paolo Polato2021-10-2615-2545/+482
* SERVER-60958 Access info on SessionCatalogMigrationSource outside of the Clon...Paolo Polato2021-10-261-5/+8
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-262-2/+22
* SERVER-60731 Postpone database critical section release in drop database coor...Allison Easton2021-10-262-2/+43
* Import wiredtiger: 091f0351f4f0f2293c05259e50523b3d57743eba from branch mongo...Etienne Petrel2021-10-264-69/+71
* Import wiredtiger: f83d7e6c6b4c3bb9a76284ee5169bcfc9e05f48b from branch mongo...Etienne Petrel2021-10-2612-113/+236
* SERVER-60289 Optimizing mergeObjects with setField and owned accumulatorBobby Morck2021-10-262-40/+37
* SERVER-60946 Retry NotWritablePrimary error when initiating replset to handle...Wenbin Zhu2021-10-251-1/+3
* SERVER-58828 prevent inheritance from AuthorizationManagerImpl via finalAdam Rayner2021-10-251-1/+1
* SERVER-57828 Complete initial sync and doing replication recoveryMoustafa Maher Khalil2021-10-253-15/+36
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-2517-285/+92
* SERVER-60576 Fix typo in SetFeatureCompatibilityVersionCommandGregory Wlodarek2021-10-251-1/+1
* SERVER-60576 On downgrade, remove the catalog flag that indicates whether a t...Gregory Wlodarek2021-10-254-25/+62
* SERVER-60576 Add new FCV helper for detecting downgrades from kLatestGregory Wlodarek2021-10-251-0/+11
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-258-45/+26
* SERVER-58947 servers.js passes logComponentVerbosity only to last continous b...Vishnu Kaushik2021-10-251-2/+26
* SERVER-60869 Re-add logic to set feature compatibility version on arbitersali-mir2021-10-251-0/+9
* SERVER-60623 remove time-series feature flag reference from create commandBenety Goh2021-10-251-5/+0
* SERVER-60828 Allow ignoring recover to stable timestamp invariant in setMinVa...ali-mir2021-10-255-7/+21
* SERVER-60811 Drop database could drop new collections after stepdownAllison Easton2021-10-251-9/+9
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-257-16/+14
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-2524-46/+123