summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-052-12/+30
* SERVER-60768 Validate clustered collections without a secondary indexJosef Ahmad2021-11-052-17/+22
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-058-42/+14
* SERVER-60236 Ensure pre-/post-images are not retained for documents belonging...Rishab Joshi2021-11-051-4/+9
* SERVER-58736 Add BatchedCollectionCatalogWriter classHenrik Edin2021-11-055-0/+206
* SERVER-61183 improve logging in migration source clonerPaolo Polato2021-11-051-19/+21
* SERVER-60984 Report time in recipient critical section on serverStatus shardi...Jordi Serra Torrens2021-11-054-5/+39
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-054-284/+286
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-053-34/+39
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2021-11-054-44/+48
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2021-11-053-24/+0
* SERVER-60969 Race in tenant migration state machineA. Jesse Jiryu Davis2021-11-052-3/+90
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-0417-373/+35
* SERVER-61198 Log unified statistics for logical and file copy based initial syncMoustafa Maher Khalil2021-11-045-35/+138
* SERVER-59597 remove unneeded checks in scanNeil Shweky2021-11-042-36/+26
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-044-2/+14
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-047-2/+62
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect retrya...Jason Chan2021-11-042-3/+33
* SERVER-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-045-4/+128
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-046-97/+151
* SERVER-58429 Minor cleanup around PlanExecutorSBEIrina Yatsenko2021-11-042-15/+14
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-0410-31/+54
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Benety Goh2021-11-041-0/+6
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-046-0/+30
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-042-2/+45
* SERVER-61158 add CreateIndexEntryFlags::kUpdateMetadataBenety Goh2021-11-045-1/+38
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-047-9/+15
* SERVER-61158 add unique to collMod index requestBenety Goh2021-11-036-5/+68
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-0316-74/+466
* SERVER-61114 Refactor getCanReadFuture for easier to understandSophia Tan2021-11-031-27/+28
* SERVER-60674 Add google benchmark for BSONColumnHenrik Edin2021-11-036-3/+10101
* SERVER-61177 implement WiredTigerKVEngine::dump() in terms of WT_CONNECTION::...Benety Goh2021-11-031-1/+9
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-0322-653/+504
* SERVER-61177 lockInfo supports dumping storage engine stateBenety Goh2021-11-031-4/+5
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-0310-0/+28
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-0336-862/+1433
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-034-285/+276
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-034-0/+157
* Revert "SERVER-60503 refactor SSLThreadInfo for easier debugging"Sergey Galtsev2021-11-021-14/+15
* SERVER-61199 Update TODOs listed in SERVER-47229Amirsaman Memaripour2021-11-021-2/+2
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-0217-35/+373
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-027-60/+196
* SERVER-61048 Make BackupCursorService use current engine instead of storing a...Moustafa Maher Khalil2021-11-023-6/+6
* SERVER-61095 improvements to transport_layer_asio_testBilly Donahue2021-11-024-276/+285
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-0216-206/+203
* SERVER-58429 Remove unused solutions argument when caching a planIrina Yatsenko2021-11-024-170/+49
* SERVER-61124 Remove BSONElement::compareDan Larkin-York2021-11-022-113/+0
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-0210-7/+164
* SERVER-61153 findAndModify on mongos/mongoq handles TenantMigrationAborted by...mathisbessamdb2021-11-022-0/+16
* SERVER-32927 Assert sharded commands can be accepted after waiting for cluste...Sophia Tan2021-11-012-5/+18