summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-11-021-4/+10
* SERVER-59191 Use expansions in modulesVlad Rachev2021-11-012-22/+22
* SERVER-56096 Remove replication recovery invariant that stableTimestamp equal...Vesselina Ratcheva2021-10-282-33/+0
* SERVER-60653 blacklist autosplit_with_balancer and write_cmd_auto_split from ...Pierlauro Sciarelli2021-10-282-0/+9
* SERVER-60950 Pin Dependencies to fix task failures in s390x & pp64letrahman13182021-10-271-1/+2
* SERVER-60653 Backport the autoSplitVector logic to v4.2Pierlauro Sciarelli2021-10-2726-263/+1164
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-266-10/+203
* SERVER-60971: Remove calls to BF Suggestion serviceDavid Bradford2021-10-251-26/+0
* SERVER-60961 Add exclude tags to old branches not generating multiversion_ex...Pierlauro Sciarelli2021-10-253-0/+12
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-246-1/+39
* SERVER-60898 Exclude stepdown_race_with_transaction.js from running on epheme...Vesselina Ratcheva2021-10-211-0/+2
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-10-213-9/+40
* SERVER-57557 Skip FCV server parameter check in checkFCV() for mongos.Max Hirschhorn2021-10-211-4/+7
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-213-0/+103
* SERVER-55589 read_reconfig.py load -> safe_loadVishnu Kaushik2021-10-141-1/+1
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-1417-135/+63
* SERVER-60344 Mogos crash on incompatible mongod suspended during warm-upAndrew Shuvalov2021-10-131-7/+15
* SERVER-60582: initiate_emrc_false.js should wait for the initial checkpoint b...Lingzhi Deng2021-10-121-9/+22
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if replS...Lingzhi Deng2021-10-122-0/+73
* SERVER-52976 remove unused file collection_validation.cppBenety Goh2021-10-111-644/+0
* SERVER-52976 SERVER-42312 disallow validate cmd during rollback and recoverin...Benety Goh2021-10-111-0/+7
* SERVER-43985 Make mongos pre-cache the routing table on startupAnton Oyung2021-10-075-0/+74
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-063-7/+63
* Import wiredtiger: c457fb3eee12986e206a09bbc04e8daf4fa892b3 from branch mongo...Luke Chen2021-10-065-29/+61
* SERVER-58183 Ensure that we ignore prepare conflicts when applying prepare tr...Samy Lanka2021-10-051-0/+4
* SERVER-59294 Check action type for oidResetErwin Pe2021-10-054-3/+27
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped colle...jaume.moragues2021-10-051-0/+5
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-10-044-3/+93
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-10-047-38/+201
* SERVER-60290 Update Windows external auth test distroBrian McCarthy2021-10-011-2/+2
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-10-012-1/+11
* Revert "SERVER-59916 Force failing transaction in write_conflicts to end"Luis Osta2021-10-012-11/+1
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-10-012-1/+11
* SERVER-59804 Using a separate branch for YCSBAlex Podelko2021-10-012-4/+4
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-59725 remove 2nd rhel 6.2 push and distroJon Streets2021-09-271-7/+0
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-253-0/+184
* SERVER-58985 Re-enabled etryable_mongos_write_errors.js in multiversion suiteLuis Osta2021-09-241-2/+0
* SERVER-60149 Add RRFaM build variant to mongocryptd list on v4.2 branchJason Chan2021-09-221-1/+1
* SERVER-60080 Disable tests incompatible with ephemeralForTestGregory Wlodarek2021-09-212-1/+5
* SERVER-60085: Cap number of sub-tasks to generate by number of tests in suiteDavid Bradford2021-09-202-1/+21
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+574
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-172-0/+61
* SERVER-44152: Pre-warm connection pools in mongosr4.2.17-rc0r4.2.17Anton Oyung2021-09-179-0/+318
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-168-6/+120
* SERVER-48090: Support python 3.6 with test generation toolsDavid Bradford2021-09-141-1/+1
* SERVER-45385 unblacklisted sharding/kill_sessions.js by removing multiversion...Jonathan Lee2021-09-101-4/+0
* SERVER-58192 Fix memory leak in analyzeSort()Milena Ivanova2021-09-102-17/+18
* SERVER-49521 fix writeConcern for non-txn createIndexes commands in core/txns...Benety Goh2021-09-093-4/+14
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-09-0913-3/+634