summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-1072-144/+148
* SERVER-68666 Remove redundant check in IndexCatalogImpl::_deleteIndexFromDisk()Gregory Wlodarek2022-08-101-1/+1
* SERVER-66925: Resumable Index Build for Column storeErin Zhu2022-08-096-9/+101
* SERVER-67461 Convert the renameCollection command to a TypedCommandSophia Tan2022-08-092-44/+50
* SERVER-68665 Coverity analysis defect 128615: 'Constant' variable guards dead...Svilen Mihaylov2022-08-091-4/+0
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-094-201/+31
* SERVER-66778 Remove featureFlagTimeSseriesChangeStreamsMickey. J Winters2022-08-091-5/+0
* Revert "SERVER-67282 $add not to use DoubleDoubleSum in SBE"Sviatlana Zuiko2022-08-092-85/+56
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-091-1/+4
* SERVER-55504 Add feature flag for point-in-time catalog lookupsGregory Wlodarek2022-08-091-0/+4
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-0940-7356/+83
* SERVER-68384 Drain all DDL coordinators before downgrading to FCV 6.0Tommaso Tocci2022-08-093-11/+39
* SERVER-67679 Fix concurrent collection drops from returning NamespaceNotFound...Faustoleyva542022-08-081-10/+13
* SERVER-68653 Fix compilation on gccJacob Evans2022-08-081-0/+1
* SERVER-67402 Fix race where linearizable read concern may read during primary...Henrik Edin2022-08-081-5/+10
* SERVER-68496 Remove expensive dead code in bgsync related to minvalidMatthew Russotto2022-08-081-20/+0
* SERVER-68646 Allow _dropCollectionsNoTimestamp() to do untimestamped writesGregory Wlodarek2022-08-081-0/+3
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-084-0/+28
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan Zhuang2022-08-082-56/+85
* SERVER-67944 Refactor _runUpgradeEvelyn Wu2022-08-081-23/+95
* SERVER-67958 added downgrading->upgrading path, always generate new timestamp...Luxi Liu2022-08-082-32/+37
* SERVER-67710 Complete TODO listed in SERVER-64865Allison Easton2022-08-081-1/+0
* SERVER-65511 added feature flag for additional participants(PM-2844)Kruti Shah2022-08-081-0/+4
* SERVER-68186 Reconcile index table metadata during startup if there is a mism...Yuhong Zhang2022-08-082-1/+50
* SERVER-67905 Created PriorityTicketHolder that queues by 3 priority levelsLeonardo Menti2022-08-081-6/+13
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-085-53/+22
* SERVER-68239 Fix use-after-move in match expression parserAnton Korshunov2022-08-081-5/+4
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-0740-837/+721
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-0611-111/+280
* SERVER-68374 YAMLize builtin role definitionsSara Golemon2022-08-065-857/+1053
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-066-24/+30
* SERVER-68018 Remove invariant in SEPTransactionClient::runCommand requiring e...Jason Zhang2022-08-061-1/+0
* SERVER-67803 Parse $encryptedBetween MatchExpressionReilly McBride2022-08-054-0/+88
* Revert "SERVER-65511 created feature flag for PM-2844"Kruti Shah2022-08-051-4/+0
* SERVER-68603 Temporarily disable `TaskWaitingForOngoingQueriesInvalidatedOnSt...Pierlauro Sciarelli2022-08-051-22/+0
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-058-21/+26
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-054-21/+350
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-055-370/+86
* SERVER-68456 Implement a `dumpState` method within the range deleter serviceSilvia Surroca2022-08-053-0/+63
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-057-21/+51
* SERVER-67996 implement collection statistics read through cacheMisha Tyulenev2022-08-057-1/+438
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-045-86/+370
* Revert "SERVER-68456 Implement a `dumpState` method within the range deleter ...Max Hirschhorn2022-08-043-60/+0
* SERVER-67299: Dropping shard key index fails if only multikey index leftnandinibhartiyaMDB2022-08-041-1/+1
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-043-29/+32
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-0434-494/+324
* SERVER-68511 MovePrimary update of `config.databases` entry must use dotted f...Pierlauro Sciarelli2022-08-041-20/+39
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-0413-70/+280
* SERVER-68456 Implement a `dumpState` method within the range deleter serviceSilvia Surroca2022-08-043-0/+60
* SERVER-68491 Get rid of the `forEachOrphanedRange` functionSilvia Surroca2022-08-041-45/+0