summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40691 $nin:[[],...] queries are not indexedr4.2.19-rc0r4.2.19Jess Balint2022-02-247-12/+127
* 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-55483 Add a new startup parameter that skips verifying the tableGregory Wlodarek2022-02-092-0/+28
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-083-0/+14
* SERVER-26755 Increase the timeout for find operations against config.chunksCheahuychou Mao2022-02-032-1/+11
* 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-211-5/+9
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-202-1/+77
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2022-01-122-0/+51
* SERVER-61816 Add steps past kWaitingForVotes to assert.soonLuis Osta2022-01-101-1/+2
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-0611-8/+389
* SERVER-62320 Fix use after std::move in find commandDianna Hohensee2022-01-043-5/+4
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-12-211-0/+5
* SERVER-23664 $mod match expression should raise an error when the remainder i...Romans Kasperovics2021-12-172-14/+9
* 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-133-48/+70
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-12-103-4/+19
* 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-035-21/+33
* 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-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-268-3/+315
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-11-2313-21/+184
* SERVER-48504 Combination of StaleShardVersion and ShardNotFound exception mak...Tommaso Tocci2021-11-181-1/+1
* 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-032-0/+18
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-11-021-4/+10
* SERVER-56096 Remove replication recovery invariant that stableTimestamp equal...Vesselina Ratcheva2021-10-282-33/+0
* SERVER-60653 Backport the autoSplitVector logic to v4.2Pierlauro Sciarelli2021-10-2715-58/+984
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-265-10/+80
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-243-1/+29
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-10-213-9/+40
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-212-0/+25
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-1416-84/+63
* SERVER-60344 Mogos crash on incompatible mongod suspended during warm-upAndrew Shuvalov2021-10-131-7/+15
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if replS...Lingzhi Deng2021-10-121-0/+8
* 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-073-0/+38
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-062-7/+6
* 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-053-1/+9
* SERVER-50241 PeriodicShardedIndexConsistencyChecker should skip dropped colle...jaume.moragues2021-10-051-0/+5
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-10-043-3/+82
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-10-047-38/+201
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-253-0/+184
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+574