summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-0749-302/+450
* SERVER-63854 Remove `EBUSY` check in `_salvageIfNeeded`Gregory Noma2022-03-071-12/+0
* SERVER-63586 Retry to recover the sharding state until it succeedsAllison Easton2022-03-071-21/+24
* SERVER-64036 Avoid making a copy of JsFunction when generating an SBE planAnton Korshunov2022-03-076-28/+57
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-073-34/+32
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-0723-173/+169
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-0610-152/+542
* SERVER-64203 listCatalog aggregation stage requires listDatabase, listCollect...Benety Goh2022-03-062-3/+23
* Revert "SERVER-63441 Handle retryable internal transactions with multiple opl...Max Hirschhorn2022-03-0610-542/+152
* SERVER-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-0514-523/+232
* SERVER-63394 Add change stream events for createIndex and dropIndexDrew Paroski2022-03-055-74/+347
* SERVER-63713 Add support for FLE 2 delete in MongoSMark Benvenuto2022-03-056-27/+498
* SERVER-63690 Mark lookup stage as sbe-incompatible if local/foreign fields us...Irina Yatsenko2022-03-053-30/+49
* SERVER-63957 Add serverStatus section for batched deletesJosef Ahmad2022-03-041-0/+47
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-0411-135/+281
* SERVER-63728 Differentiate observers by role in cumulative metricsBrett Nawrocki2022-03-0419-87/+320
* SERVER-64215 Interrupt OplogBufferMock::waitForData on shutdownTommaso Tocci2022-03-042-2/+38
* SERVER-64214 Speedup tenant_migration_recipient_service_testTommaso Tocci2022-03-041-0/+2
* SERVER-64200 Remove invariant in WiredTigerKVEngine::setStableTimestampDaniel Gómez Ferro2022-03-041-12/+0
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-03-042-3/+2
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-0410-152/+542
* SERVER-63748 update ticket reference in TODO commentBenety Goh2022-03-041-1/+1
* SERVER-63822 Change TicketHolder implementation to use a FIFO queueing systemJordi Olivares Provencio2022-03-0412-70/+463
* SERVER-58288 Enable featureFlagCollModIndexUnique by defaultYuhong Zhang2022-03-041-1/+2
* SERVER-61192 Update TODOs to point to new ticketsAmirsaman Memaripour2022-03-042-4/+4
* SERVER-63787 Add point-in-time functionality to replica set end-to-end testsGregory Wlodarek2022-03-041-4/+3
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-0416-46/+1547
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-03-042-2/+9
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-049-21/+60
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-047-64/+54
* SERVER-63761 Implement first version of moveRange command (aliasing moveChunk)Pierlauro Sciarelli2022-03-045-255/+343
* SERVER-63985 Remove ChunkType from MigrateInfoAllison Easton2022-03-048-101/+113
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-049-22/+374
* SERVER-63945 Make `ObjectIsBusy` a `CursorInvalidatedError` errorGregory Noma2022-03-041-1/+1
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-0412-18/+89
* SERVER-64103 adding feature flag check to prevent createStateDocumentTTLIndex...mathisbessamdb2022-03-032-20/+3
* SERVER-63666 set/clear numOrphanDocs field in RangeDeletions during setFCVPaolo Polato2022-03-034-85/+247
* SERVER-63781 set per shard cursor initial batch size to 0Mickey. J Winters2022-03-033-4/+23
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-039-30/+123
* SERVER-63900: Parameterize RS find host timeout for unittests.Daniel Gottlieb2022-03-036-17/+28
* SERVER-52726 remove call to ClientMetadata::setFromMetadata in embeddedMatt Diener2022-03-031-2/+0
* SERVER-64078 Only truncate error messages if they are bigger than 1MKaloian Manassiev2022-03-031-3/+17
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-033-6/+7
* SERVER-63521 Add UserWriteBlockModeOpObserver to enforce write blockingGabriel Marks2022-03-037-1/+489
* SERVER-64124 Limit instantiation of AccumulatorTopBottomN templateRyan Egesdahl2022-03-031-0/+6
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-031-12/+35
* SERVER-64110 Stop retrying unordered writes after committing ordered writes h...Rui Liu2022-03-031-26/+43
* SERVER-63225 split $changeStream unit test into smaller filesKyle Suarez2022-03-033-3470/+3513
* SERVER-64080 ConfigsvrConfigureCollectionBalancing should not call tellShards...Allison Easton2022-03-031-29/+30
* SERVER-64033 IDL-ify cluster enableSharding commandTommaso Tocci2022-03-034-74/+82