summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-0711-124/+209
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-077-182/+32
* SERVER-69494 Fix chunk resizing upon downgrade between 6.x versionsPierlauro Sciarelli2022-09-071-12/+17
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-079-63/+291
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-074-7/+17
* SERVER-69249 Allow inserting into reopened compressed bucketsDan Larkin-York2022-09-077-16/+211
* SERVER-69211 Fixed unneeded copyWarren James2022-09-071-1/+1
* SERVER-68837: removed the double hashing in AbslHashValue for TenantIdAdityavardhan Agrawal2022-09-073-10/+26
* SERVER-69397 Dump recursiveCount and unlockPending from locksJordi Olivares Provencio2022-09-071-1/+6
* SERVER-68898 Fix use-after-move in UnionNode constructorAnton Korshunov2022-09-073-2/+39
* SERVER-69220 refineCollectionShardKey permits toggling current shard key fiel...Enrico Golfieri2022-09-072-1/+80
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-0723-470/+168
* SERVER-69240 Add new aggregation to the CatalogClient to fetch the global ind...Allison Easton2022-09-077-42/+351
* SERVER-68240 Fix iterator race condition in WaitForMajorityServiceBlake Oler2022-09-071-3/+8
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-0718-63/+66
* SERVER-68348 Asynchronously register tasks on the range deleter service on st...Pierlauro Sciarelli2022-09-073-9/+142
* SERVER-69409 Removed extra randomnessAlexander Neben2022-09-062-4/+3
* SERVER-69291 Use traverseF() for the $in operator with regexes in "sbe_stage_...Drew Paroski2022-09-062-160/+105
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-0614-98/+97
* SERVER-67853 fix type bracketing for null in GTE and LTE ABT translationMilitsa Sotirova2022-09-061-2/+7
* SERVER-69183 Avoid creating unnecessary vectors in feature_compatibility_vers...Vesselina Ratcheva2022-09-061-3/+3
* SERVER-69203 Prevent extra tags copies in deserializeWriteConcernWVesselina Ratcheva2022-09-061-1/+1
* SERVER-69478 avoid copying completed transaction ops in commitUnpreparedTrans...Benety Goh2022-09-061-1/+1
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-0617-101/+293
* SERVER-69444 Make the joining of concurrent critical section and refresh look...Kaloian Manassiev2022-09-062-79/+59
* SERVER-69205 Access elem by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69204 Access name by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69202 Access obj by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69201 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69200 Access it by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-69415 Added lock around network interface memberAlexander Neben2022-09-061-0/+1
* SERVER-68897: Avoid copy in for loopColin Stolley2022-09-061-1/+1
* SERVER-66036 add correct Future validity semanticsMatt Diener2022-09-063-65/+316
* SERVER-68502 Fix and update database_holder.h commentsYu Jin Kang Park2022-09-061-13/+18
* SERVER-68094: Use $replaceRoot instead of $projectnandinibhartiyaMDB2022-09-063-43/+84
* SERVER-66907: Handle opCtx interruption and join threads outside mutexChristopher Caplinger2022-09-062-58/+97
* SERVER-69440 Improve the readability of synchronisation between clearFilterin...Kaloian Manassiev2022-09-061-19/+25
* SERVER-69409 Fixed race condition in server selectorAlexander Neben2022-09-062-3/+4
* SERVER-68986 Removed dead code from SBE implementation of $dateFromParts aggr...Mindaugas Malinauskas2022-09-061-10/+4
* SERVER-65122 Architecture Guide updates for collection validationYuhong Zhang2022-09-061-7/+10
* SERVER-69198 Access val by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-0630-12/+653
* SERVER-69431 Get rid of the "non-locking" constructor of ResourceLockKaloian Manassiev2022-09-064-36/+32
* SERVER-69404 Do not archive cleared bucketsDan Larkin-York2022-09-061-1/+3
* SERVER-68907 Dump WiredTiger information on EBUSY before fatal assertionsGregory Wlodarek2022-09-062-0/+9
* SERVER-69099 initialized variables to null to fix coverity defectgalon12022-09-061-1/+1
* SERVER-69442 Move deleteMigrationCoordinatorDocumentLocally inside the Migrat...Kaloian Manassiev2022-09-054-84/+56
* SERVER-68793 Refactor TicketHolder::resize() in all implementationsJordi Olivares Provencio2022-09-055-35/+168
* SERVER-68780 Register range deleter service in ReplicaSetAwareServiceRegistryPierlauro Sciarelli2022-09-051-0/+3
* SERVER-69401 Prohibit writing change collection own "create" oplog entry to i...Rishab Joshi2022-09-041-0/+8