summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-61158 Convert a non-unique index to a unique index via the col...Yuhong Zhang2022-03-286-33/+0
* Revert "SERVER-61159 Check for duplicates before converting a non-unique inde...Yuhong Zhang2022-03-283-67/+8
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueYuhong Zhang2022-03-113-8/+67
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Yuhong Zhang2022-03-116-0/+33
* SERVER-61158 IndexCatalog::refreshEntry() can update metadataYuhong Zhang2022-03-115-8/+20
* SERVER-61158 add unique to collMod index requestYuhong Zhang2022-03-1114-73/+117
* 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-091-3/+3
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-03-011-3/+2
* SERVER-40691 $nin:[[],...] queries are not indexedr4.2.19-rc0r4.2.19Jess Balint2022-02-246-11/+126
* SERVER-63203 Do not fail chunk split if more than 8192 points are requestedPaolo Polato2022-02-216-40/+49
* 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-082-0/+10
* SERVER-59754 Prevent get_executor from overwriting information set by an oute...Jennifer Peshansky2022-01-211-5/+9
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2022-01-122-0/+51
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-065-4/+261
* 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-131-48/+38
* 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-011-0/+8
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-262-0/+143
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-11-2313-21/+184
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-11-031-5/+11
* 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-2710-26/+863
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-263-9/+45
* 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-1414-82/+61
* 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-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-061-6/+3
* 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-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-10-044-27/+164
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-201-8/+532
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-171-0/+7
* SERVER-58192 Fix memory leak in analyzeSort()Milena Ivanova2021-09-102-17/+18
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-09-093-1/+11
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...r4.2.16-rc0r4.2.16Moustafa Maher2021-08-302-1/+8
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-254-8/+52