summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-60731 Postpone database critical section release in drop database coor...Allison Easton2021-10-262-2/+43
* 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
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-2514-33/+104
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-2519-46/+127
* SERVER-59965 Limit max time wait behind critical section during filtering met...Jordi Serra Torrens2021-10-252-4/+33
* SERVER-60782: ThreadPool::waitForIdle should not be called concurrently with ...Lingzhi Deng2021-10-251-3/+4
* SERVER-60115 Fix compile error in C++20 mode with GCC 11Benety Goh2021-10-241-1/+1
* SERVER-60575 Fix FCV reference when building indexes on time-series measurementsGregory Wlodarek2021-10-231-0/+1
* SERVER-60859 Fix wait in ReshardingCoordinator to use cancel token.Max Hirschhorn2021-10-231-1/+2
* SERVER-60859 Explicitly quiesce commit monitor in ReshardingCoordinator.Max Hirschhorn2021-10-234-25/+75
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-2317-92/+285
* SERVER-60918 Fix out of bound array access when mkbson stage is eliminated fo...Yoonsoo Kim2021-10-225-37/+40
* SERVER-59759 Add debug-only asserts to SBE scan stageIan Boros2021-10-222-10/+97
* SERVER-60929 Wait for completion promise in TransactionCoordinatorCatalogTest...Cheahuychou Mao2021-10-221-5/+5
* SERVER-60693 Update FCV references for secondary indexes on time-series measu...Gregory Wlodarek2021-10-221-2/+2
* SERVER-60762 Error when partitionBy is a constant arrayDavid Percy2021-10-221-2/+6
* SERVER-60518 Best effort checks in range deleter must not leave orphansPierlauro Sciarelli2021-10-223-93/+86
* SERVER-43810 Remove unnecessary MustDowngrade error catch case in repairDatabaseGabriel Marks2021-10-221-5/+2
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-2236-420/+223
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-2211-7/+182
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-2210-456/+783
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-2211-169/+367
* SERVER-58407 Retry on FailedToSatisfyReadPreference in resharding.Max Hirschhorn2021-10-221-0/+1
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-212-0/+18
* SERVER-60885 Initialize Simple8b block with last value from previous Simple8b...Henrik Edin2021-10-215-11/+80
* SERVER-60884 Fix so Simple8bBuilder::flush doesn't leave state for RLEHenrik Edin2021-10-213-4/+40
* SERVER-59159 Update $min/max window functions to ignore null values to match ...Mihai Andrei2021-10-212-16/+40
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-218-4/+30
* SERVER-32227 Make comment on ReplicaSetMonitor::get match how the function worksSophia Tan2021-10-211-3/+2
* SERVER-60883 Handle large RLE counts correctly in Simple8bBuilderHenrik Edin2021-10-212-1/+16
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-2120-78/+218
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-216-54/+403
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-17/+17
* SERVER-60878 Remove redundant TODO about $firstN/$lastN window functionsMihai Andrei2021-10-211-2/+1
* SERVER-59936: Remove logging from ClusterCursorManagerNeil Shweky2021-10-212-221/+0