summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40691 $nin:[[],...] queries are not indexedr4.4.13-rc0r4.4.13Jess Balint2022-02-247-12/+125
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2022-02-2314-17/+135
* Import wiredtiger: 9698fc6dd74a57d0281d7d27ecc5311d433441c7 from branch mongo...Luke Chen2022-02-234-6/+12
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-218-52/+72
* SERVER-48328 remove index key generation error whitelistVishnu Kaushik2022-02-171-27/+2
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-151-3/+2
* SERVER-57662 Wait for config.system.sessions collection to exist on the confi...Sanika Phanse2022-02-141-13/+13
* SERVER-62948 Ensure FTDC collectors read without a timestampGregory Noma2022-02-101-0/+4
* SERVER-63422 Fix build failure for `op_msg_fuzzer` test on v4.4Amirsaman Memaripour2022-02-081-1/+1
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-073-0/+14
* SERVER-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2022-02-042-0/+32
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2022-02-032-1/+11
* SERVER-61977 Concurrent rollback and stepUp can cause a node to fetch from a ...Moustafa Maher Khalil2022-02-033-6/+20
* SERVER-62368 Range deleter must honor rangeDeleterBatchDelayMSPierlauro Sciarelli2022-02-034-65/+46
* Revert "SERVER-48068 Fix handling of program registry and wait_for_pid in mon...Richard Samuels2022-02-012-105/+69
* SERVER-48068 Fix handling of program registry and wait_for_pid in mongo shellRichard Samuels2022-01-312-69/+105
* SERVER-48367 Remove all _envp usageBilly Donahue2022-01-3130-669/+407
* SERVER-62085 Use more bits for hashedMultikeyMetadataPaths in validationYuhong Zhang2022-01-281-3/+17
* SERVER-59779 Wrap ReplSetTest.freeze with asCluster()Gabriel Marks2022-01-271-4/+21
* SERVER-62668 Implement synchronization for ImpersonatedUserMetadata accessGabriel Marks2022-01-251-5/+6
* SERVER-62824 Fix `op_msg_fuzzer` initialization order on v4.4Amirsaman Memaripour2022-01-211-2/+2
* SERVER-59754 Prevent get_executor from overwriting information set by an oute...Jennifer Peshansky2022-01-211-5/+9
* SERVER-61837 Add majority write concern wait after index creation in chunk mi...Marcos José Grillo Ramirez2022-01-191-0/+13
* SERVER-53239 fix race in shared future unit testBilly Donahue2022-01-181-1/+10
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-189-28/+128
* SERVER-49882 Log status in the catch block in JSThread::run()Charlie Swanson2022-01-141-0/+6
* SERVER-62465: After intensities are updated, the resulting health check shoul...Kshitij Gupta2022-01-111-2/+2
* SERVER-59375 SERVER-62373 additional serverStatus sections for health checksAndrew Shuvalov2022-01-114-11/+65
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-0714-153/+482
* SERVER-62312 empty commit to trigger CI/CDr4.4.12-rc1r4.4.12Andrew Shuvalov2022-01-051-1/+0
* SERVER-62312 empty commit to trigger CI/CDAndrew Shuvalov2022-01-051-0/+1
* SERVER-62357 Increase the default health check progress monitor intervalAndrew Shuvalov2022-01-052-2/+8
* SERVER-62312 more health checking documentationAndrew Shuvalov2021-12-301-0/+60
* SERVER-62321: Increase kActiveFaultDuration for OneFacetIsResolved test.Kshitij Gupta2021-12-301-0/+1
* SERVER-62312 push README wip to trigger CI/CDr4.4.12-rc0Andrew Shuvalov2021-12-301-0/+13
* SERVER-62312 flip health checking feature flagAndrew Shuvalov2021-12-291-1/+1
* SERVER-62291: Find replacement for skipValidatingExitCode in the 4.4 backport...Kshitij Gupta2021-12-292-3/+2
* SERVER-62174 Refactored health check intervalsAndrew Shuvalov2021-12-295-34/+102
* SERVER-62204 do not schedule health check if observer is not enabledLaMont Nelson2021-12-291-24/+19
* SERVER-62202 add observer type as string to log 5936504Davis Haupt2021-12-291-0/+1
* SERVER-62203: rename thread nameKshitij Gupta2021-12-291-1/+1
* SERVER-62197: Get rid of potential deadlock.Kshitij Gupta2021-12-292-11/+5
* SERVER-62188 fix memory corruption in the DeadlineFutureAndrew Shuvalov2021-12-293-25/+40
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-2915-392/+152
* SERVER-59368 runtime change of intensities valuesAndrew Shuvalov2021-12-2910-63/+282
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-298-14/+182
* SERVER-62098: Guard access to healthCheckContexts with a mutexKshitij Gupta2021-12-291-7/+16
* SERVER-62084 unify FaultFacetType serialization implementationsDavis Haupt2021-12-292-18/+11
* SERVER-62096 test should not rely on /smaps, reduce verbosityAndrew Shuvalov2021-12-291-1/+1
* SERVER-62284 clang formatAndrew Shuvalov2021-12-281-1/+1