summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67703 Add query sort metrics to serverStatusIvan Fefer2022-09-169-37/+58
* SERVER-69677 Make "unexpected error code during index build cleanup" a test-o...Louis Williams2022-09-161-3/+39
* SERVER-69500: Remove outdated minvalid timestamping invariant.Daniel Gottlieb2022-09-167-22/+9
* SERVER-68860 integrate TransactionOperations into TransactionParticipantBenety Goh2022-09-152-64/+23
* SERVER-69185 Remove redundant size_t >=0 comparisonRomans Kasperovics2022-09-151-1/+1
* SERVER-69528 Link cluster count command into mongodCheahuychou Mao2022-09-152-0/+68
* SERVER-68860 add TransactionOperationsBenety Goh2022-09-154-0/+416
* SERVER-68555 Add RemoteCommandExecutionError to RCR APIGeorge Wangensteen2022-09-151-0/+1
* SERVER-69578 add bugprone-misplaced-widening-cast check to clang-tidyTrevor Guidry2022-09-155-9/+11
* SERVER-67437 Store DatabaseName on ReplIndexBuildStateSophia Tan2022-09-154-50/+22
* SERVER-69675 Simplify window_function_exec_linear_fill interpolateBilly Donahue2022-09-151-21/+26
* SERVER-68544 Assert on overflow of $add[Date, Decimal128] in ClassicKevin Cherkauer2022-09-152-9/+17
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-09-151-43/+53
* Revert "SERVER-68340 Update SetClusterParameterCoordinator to be tenant-aware"Sergey Galtsev2022-09-157-145/+6
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-09-155-20/+20
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-1537-300/+351
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ...Nicholas Zolnierz2022-09-152-1/+50
* SERVER-68660 + SERVER-69678 register range deletion tasks with ongoing querie...Silvia Surroca2022-09-155-18/+57
* SERVER-67151 Integrate elemMatch cardinality estimation into masterMilena Ivanova2022-09-157-64/+433
* SERVER-69069 Added 'doOptimizeAt' method for $_internalAllCollectionStatsJordi Serra Torrens2022-09-153-3/+148
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-157-7/+7
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-1533-197/+427
* SERVER-69615 On shutdown retry size storer flush until successfulSulabh Mahajan2022-09-152-6/+13
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-1550-272/+167
* SERVER-69568 Fix links in Sharding Arch guide for internal transactionsJason Zhang2022-09-151-13/+13
* SERVER-69623 Add _clusterQueryWithoutShardKey command stubJason Zhang2022-09-151-1/+1
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-1519-8/+674
* SERVER-69299 Shard Merge to enforce backupCursorCheckpointTimestampmathisbessamdb2022-09-141-1/+12
* SERVER-68692 add support for limit and skip queries in ABT translationMilitsa Sotirova2022-09-141-2/+11
* SERVER-69693 use lambda instead of repeating codeAndrew Witten2022-09-141-4/+5
* SERVER-68870 Use IDL to enforce constraints on contention factor for FLE oper...Shreyas Kalyan2022-09-142-1/+3
* SERVER-67756 FLE2 Range Query: implement findAndModifyShreyas Kalyan2022-09-141-48/+151
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-146-96/+11
* SERVER-65528 Set bounds when restoring index cursorsShin Yee Tan2022-09-141-35/+64
* SERVER-69639 Fix const qualified function in ce_interpolation_testAlya Berciu2022-09-141-5/+2
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-1428-1086/+82
* SERVER-62356 Serialise the creation of sharded Timeseries collection with oth...Paolo Polato2022-09-148-227/+614
* SERVER-69238 reconcile StatsPath and CollectionStatisticsMisha Tyulenev2022-09-1423-150/+384
* SERVER-68340 Update SetClusterParameterCoordinator to be tenant-awareGabriel Marks2022-09-137-6/+145
* SERVER-62071 Add useDisk call to preserve intermediate pipeline valuesgalon12022-09-131-0/+4
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-134-12/+74
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-09-132-48/+0
* SERVER-69605 Complete TODO listed in SERVER-59757Drew Paroski2022-09-131-4/+0
* SERVER-69602 make query_sbe_abt library dependency private in query_execBenety Goh2022-09-131-1/+1
* SERVER-67363 Ensure aggregation with $indexStats stage only increments top co...Ivan Fefer2022-09-131-1/+1
* SERVER-66125 Verify that FTDC collects change collection purging job statsDenis Grebennicov2022-09-131-9/+15
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-09-135-12/+53
* SERVER-63851 Derive ExecutionContext flags from OperationContextAlberto Massari2022-09-135-19/+10
* SERVER-69523 Allow METADATA and MUTEX locks during oplog holeKaloian Manassiev2022-09-131-2/+4
* SERVER-69005 $internalBoundedSort should not accept empty sort patternMatt Boros2022-09-121-0/+4