summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-61806 Uniform range deleter logging of rangesAllison Easton2023-05-092-13/+11
* SERVER-69673 removed parametric constructor with default tenantmathisbessamdb2023-05-091-7/+0
* SERVER-76894 clean up OpObserverNoop to use as base class for most OpObserver...Benety Goh2023-05-091-11/+46
* SERVER-76813 Fix --use-system-icuMark Benvenuto2023-05-091-1/+2
* SERVER-76056 Rename range deleter's docs deleted statistic from countDocsDele...Marcos José Grillo Ramirez2023-05-093-3/+3
* SERVER-76907 Include hint stage if the original query provides oneJason Zhang2023-05-091-0/+8
* SERVER-76915 Unregister index build if no cleanup is required in shutdown pathYu Jin Kang Park2023-05-091-35/+26
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-0950-469/+819
* SERVER-76744 Drop command must fail on system collectionsAntonio Fuschetto2023-05-094-30/+60
* SERVER-74192 execute commit phase of renameCollection in a single transactionEnrico Golfieri2023-05-096-61/+349
* SERVER-71801 Add validation in StrongDoubleAlias constructorsChi-I Huang2023-05-0929-130/+141
* SERVER-76917: Avoid redundant bounds checkColin Stolley2023-05-081-2/+7
* SERVER-76626 Add a lock to the view namespace when renaming buckets collectio...Gil Alon2023-05-081-6/+23
* SERVER-76609 Convert tassert in CheckMetadataConsistency into a proper incons...Tommaso Tocci2023-05-082-5/+25
* SERVER-76898 Optimize string construction in NamespaceStringMatt Broadstone2023-05-083-19/+14
* Revert "SERVER-76056 Rename range deleter's docs deleted statistic from count...auto-revert-processor2023-05-083-3/+3
* SERVER-70118 Handle collection sharding state change during _clusterQueryWith...Sanika Phanse2023-05-081-3/+4
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-086-0/+85
* SERVER-76916 Keep ExtensionsCallbackNoop object in scope while parsing an updateJason Zhang2023-05-081-1/+2
* SERVER-76850 Add failpoint to test spilling in set window fieldsGil Alon2023-05-082-1/+10
* SERVER-74196 Take catalog/storage snapshot on acquisitions APIDaniel Gómez Ferro2023-05-087-196/+752
* SERVER-76913: Remove coerceIntervalToPathCompareEqMemberHana Pearlman2023-05-082-56/+0
* SERVER-73848 Update config.tags inside writeDecisionPersistedStateKruti Shah2023-05-083-16/+23
* SERVER-74177 moveChunk must retry on retryable errorsSilvia Surroca2023-05-081-5/+1
* SERVER-76045 Introduce the new resetPlacementHistory server commandPaolo Polato2023-05-0818-135/+544
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-0827-2045/+39
* SERVER-76278 Log extra migration information at the end of the operationMarcos José Grillo Ramirez2023-05-082-0/+35
* SERVER-76056 Rename range deleter's docs deleted statistic from countDocsDele...Marcos José Grillo Ramirez2023-05-083-3/+3
* SERVER-76873 Range deletions should never wait on metadata objects that have ...Allison Easton2023-05-082-11/+5
* SERVER-76106 Acquire the DDL lock over the target database on renameCollectionSilvia Surroca2023-05-081-1/+15
* SERVER-76489 Fixing implicit create collection on sharded DDL opsSergi Mateo Bellido2023-05-086-9/+44
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-073-12/+12
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-0629-85/+62
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-066-425/+700
* SERVER-76563 remove unimplemented AuthOpObserver::getDocumentKey()Benety Goh2023-05-051-5/+0
* SERVER-74096 Add mongos subbatching tests for multi-target ops in bulkWrite c...Kaitlin Mahar2023-05-051-6/+262
* SERVER-76563 move OpObserver rollback exception handling from inlined interfa...Benety Goh2023-05-052-12/+11
* SERVER-76715 Log WriteConflictException reason in writeConflictRetry()Gregory Wlodarek2023-05-055-10/+19
* SERVER-76673 Reduce size of BSONColumn iteratorsHenrik Edin2023-05-056-231/+313
* SERVER-76720 Don't send session tied to the current moveChunk during session ...Randolph Tan2023-05-054-43/+57
* SERVER-76613 Add shardDistribution in reshardCollection cmdJiawei Yang2023-05-055-0/+45
* SERVER-68936: Add more documentation for SargableNode constructs, fix SeekNod...Hana Pearlman2023-05-053-18/+57
* SERVER-51532: Fix double release in objecttoarray and arraytoobject expressionsProjjal Chanda2023-05-051-13/+0
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-0528-195/+219
* SERVER-76823 Report accurate dbname length in NSS length assertionMatt Broadstone2023-05-051-5/+4
* SERVER-76876 Fix the comments of the ShardingCatalogClient::getShardsThatOwnD...Paolo Polato2023-05-052-28/+19
* SERVER-76410 Make CappedInsertListener::waitUntil() interruptibleDenis Grebennicov2023-05-054-19/+55
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-0524-106/+106
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-0530-116/+130
* SERVER-76028 Use only _id to target in _clusterWriteWithoutShardKey except fo...Jason Zhang2023-05-052-19/+118