summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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-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-0410-68/+284
* SERVER-58288 Enable featureFlagCollModIndexUnique by defaultYuhong Zhang2022-03-041-1/+2
* 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-046-1/+1062
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-03-042-2/+9
* 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-043-255/+255
* SERVER-63985 Remove ChunkType from MigrateInfoAllison Easton2022-03-048-101/+113
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-048-20/+365
* 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-032-3/+16
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-039-30/+123
* SERVER-64078 Only truncate error messages if they are bigger than 1MKaloian Manassiev2022-03-031-3/+17
* 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-031-3/+1
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-035-12/+12
* SERVER-58446 Remove WiredTiger.backup after unclean shutdown during backupDaniel Gómez Ferro2022-03-033-0/+31
* SERVER-63763 Track initial number of orphans in range deletion task documents...Allison Easton2022-03-033-0/+46
* SERVER-64081 Update scanIndexForDuplicates to handle clustered index keysShin Yee Tan2022-03-031-1/+4
* SERVER-63662 Return fewer than 8MB of violating documents in collMod conversi...Shin Yee Tan2022-03-033-24/+32
* SERVER-63091 Donor applies splitConfig before waiting for acceptanceDidier Nadeau2022-03-0310-18/+162
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-0211-25/+360
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-0217-10/+268
* SERVER-64098: Ensure backup cursor file fetcher cannot throw exceptionsChristopher Caplinger2022-03-021-85/+87
* SERVER-64090: Do not std::prev on beginning of itrMaddie Zechar2022-03-021-1/+1
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-025-6/+111
* SERVER-63622 Created & Integrated In-Memory Only CrudOps Metrics For Global I...Luis Osta2022-03-0219-17/+383
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-022-5/+12
* SERVER-63602 TenantMigrationDonorService does not retry fetching cluster time...Sophia Tan2022-03-021-9/+14
* SERVER-63972 Change column scan to return partial document from row storeMartin Neupauer2022-03-022-4/+43
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-0214-62/+44
* SERVER-62262 Add _configsvrSetClusterParameter commandMarcos José Grillo Ramirez2022-03-0213-10/+166
* SERVER-62556 Make rename across databases emit insert change events for tempo...Arun Banala2022-03-021-2/+2
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-0210-37/+65
* SERVER-63746 Allow client session case for transaction APIJack Mulrow2022-03-012-3/+178
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-0133-155/+225