summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-57312 Pin transitive Python dependencies and use the pinned file for i...Mikhail Shchatko2022-01-066-12/+12
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-0619-8/+464
* SERVER-62320 Fix use after std::move in find commandDianna Hohensee2022-01-043-5/+4
* SERVER-62164 Remove obsoleted build variantsAndrew Morrow2021-12-222-162/+0
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-214-0/+117
* SERVER-62211: Reduce frequency of builders on older versions of serverCristopher Stauffer2021-12-211-50/+50
* SERVER-23664 $mod match expression should raise an error when the remainder i...Romans Kasperovics2021-12-173-14/+15
* SERVER-61743 Don't apply -fno-builtin-memcmp on non-x86 platformsAndrew Morrow2021-12-161-3/+4
* SERVER-59929 Limit the blocking of split/merge behind other metadata operatio...Kaloian Manassiev2021-12-141-4/+11
* SERVER-44484 Changestream with updateLookup uasserts on updates from before c...Rishab Joshi2021-12-134-48/+133
* SERVER-62005 Add `requires_document_locking` tag to unique_index_insert_durin...Gregory Noma2021-12-131-0/+4
* SERVER-45149 Add replset commands to prevent replsetDown timeoutLuis Osta2021-12-101-1/+4
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-12-106-4/+438
* SERVER-61924 Replace test with the v4.0 version due to missing failpoint comm...Luis Osta2021-12-091-28/+39
* SERVER-51087 Add testing utility for sharding collection given ranges.Max Hirschhorn2021-12-092-0/+198
* SERVER-60897 Place upper bound on number of duplicate key retries for updatesr4.2.18-rc0r4.2.18Mihai Andrei2021-12-031-0/+8
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-12-036-21/+69
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2021-12-022-2/+24
* SERVER-28953 Capture mount statistics in FTDCsergey.galtsev2021-12-015-0/+216
* SERVER-61791 pin python core dependenciesRobert Guo2021-11-304-7/+4
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-2615-35/+377
* SERVER-54623 Wait longer for session collection in ShardedClusterFixtureBrett Nawrocki2021-11-233-11/+29
* BACKPORT-11182 [v4.2] Modify auto_workload_path in perf.yml to be relative to...Mridul Augustine2021-11-231-1/+1
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-11-2314-21/+469
* SERVER-59879 Adjust maxTimeMS value to allow for slower execution in the para...Milena Ivanova2021-11-221-2/+4
* SERVER-61544 Fix exclusion tag for stepdown_race_with_transaction.jsVesselina Ratcheva2021-11-191-1/+1
* SERVER-48504 Combination of StaleShardVersion and ShardNotFound exception mak...Tommaso Tocci2021-11-181-1/+1
* SERVER-58119 single_node_set_new_hostname.js needs to call replSetReconfig wi...Vishnu Kaushik2021-11-151-2/+8
* SERVER-60670 use a separate branch instead of a specific commit for TPCC - ba...Alex Podelko2021-11-122-4/+2
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-11-109-1711/+0
* SERVER-60496: Better handle spaces in test_flagsDavid Bradford2021-11-054-7/+9
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+11
* SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala2021-11-033-0/+28
* SERVER-59160 Disable balancer in test_stacked_migration_cleanup.jsPierlauro Sciarelli2021-11-031-0/+1
* 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