summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65422 Fix package test failures on Ubuntu 16.04r4.2.20-rc0r4.2.20Brian McCarthy2022-04-121-0/+7
* SERVER-65421 Fix package test failures on RHEL 6/7Brian McCarthy2022-04-121-0/+27
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-113-19/+59
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-049-2/+282
* SERVER-64903 Wait for ShardServerCatalogCacheLoader deletes in test.Max Hirschhorn2022-03-281-0/+8
* Revert "SERVER-64176 Create 4.2 server parameter to gate unique index convers...Yuhong Zhang2022-03-281-6/+0
* Revert "SERVER-61158 add unique to collMod index request"Yuhong Zhang2022-03-2815-195/+73
* Revert "SERVER-61158 IndexCatalog::refreshEntry() can update metadata"Yuhong Zhang2022-03-285-20/+8
* Revert "SERVER-61158 Convert a non-unique index to a unique index via the col...Yuhong Zhang2022-03-287-35/+2
* Revert "SERVER-61159 Check for duplicates before converting a non-unique inde...Yuhong Zhang2022-03-284-72/+8
* SERVER-64642 handle CallbackCanceled error code in batch_write_exec.cppAndrew Witten2022-03-212-5/+17
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2022-03-176-7/+35
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueYuhong Zhang2022-03-114-8/+72
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Yuhong Zhang2022-03-117-2/+35
* SERVER-61158 IndexCatalog::refreshEntry() can update metadataYuhong Zhang2022-03-115-8/+20
* SERVER-61158 add unique to collMod index requestYuhong Zhang2022-03-1115-73/+195
* SERVER-64176 Create 4.2 server parameter to gate unique index conversion via ...Yuhong Zhang2022-03-111-0/+6
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-092-3/+35
* SERVER-60412 Support using cgroups v2 to inquire about the memory limitAmirsaman Memaripour2022-03-071-6/+11
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-03-013-3/+50
* SERVER-57676: Wait for a checkpoint correctly before releasing the hangOplogC...Lingzhi Deng2022-02-241-20/+31
* SERVER-40691 $nin:[[],...] queries are not indexedr4.2.19-rc0r4.2.19Jess Balint2022-02-248-12/+166
* Import wiredtiger: d7ce59c15c5de0f451a8cba8e202d5a9484697d3 from branch mongo...Luke Chen2022-02-246-355/+375
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-219-56/+72
* SERVER-62825 add retry logic to causally_consistent_index_builds.jsMickey. J Winters2022-02-141-18/+33
* SERVER-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2022-02-093-0/+64
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-084-0/+27
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2022-02-032-1/+11
* SERVER-63197 Pin microbenchmarks genny versionCarl Raiden Worley2022-02-021-1/+1
* SERVER-61662 Conftest logs should always be verbose.Daniel Moody2022-02-011-7/+25
* SERVER-62668 Implement synchronization for ImpersonatedUserMetadata accessGabriel Marks2022-01-251-5/+6
* SERVER-59754 Prevent get_executor from overwriting information set by an oute...Jennifer Peshansky2022-01-212-5/+72
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-205-6/+118
* SERVER-62739 Add 'uses_prepare_transaction' tag to testLuis Osta2022-01-191-1/+1
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2022-01-124-0/+502
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2022-01-104-1/+129
* SERVER-60392 Fix timing in priority_takeover_two_nodes_equal_priority testMoustafa Maher Khalil2022-01-101-1/+1
* 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