summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-73603 Optimize fetchActiveTransactionHistoryMark Benvenuto2023-02-241-1/+9
* Revert "SERVER-73073 Refactor existing time-series deletes to use splitMatchE...liubov.molchanova2023-02-243-160/+12
* SERVER-73073 Refactor existing time-series deletes to use splitMatchExpressio...Yoonsoo Kim2023-02-243-12/+160
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-0/+4
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-4/+0
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-232-2/+32
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+1
* SERVER-69559: Change stability of upsertSupplied field to internalProjjal Chanda2023-02-181-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-16/+10
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+2
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-10/+16
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-16/+10
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+4
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-35/+40
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-111-10/+112
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-4/+4
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-102-3/+61
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-084-40/+52
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-1/+1
* SERVER-73529 Refactor and expose performTimeseriesWrite to header fileGil Alon2023-02-033-0/+1144
* SERVER-73255 Make sure that query sampling handles WouldChangeOwningShard upd...Cheahuychou Mao2023-02-021-6/+37
* SERVER-72602: Populate Cursor Response for BulkWrite on Mongodseanzimm2023-01-303-0/+60
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-1/+1
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-3/+3
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-271-2/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-3/+3
* SERVER-73285 Create the write interface for time-series deletesYuhong Zhang2023-01-265-68/+163
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-2/+2
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-2/+2
* SERVER-72047: Make BulkWrite command perform inserts on mongodseanzimm2023-01-122-127/+144
* SERVER-72416 Find and findAndModify commands' ExpressionContext should inheri...Arun Banala2023-01-052-0/+10
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-2/+5
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-5/+9
* SERVER-69314 Remove featureFlagClusteredIndexesLouis Williams2022-12-151-5/+2
* SERVER-71455 Remove mirrored fields from findAndModify/Update IDLJason Chan2022-12-121-8/+0
* SERVER-71456 Update and delete size estimation logic should account for 'samp...Mihai Andrei2022-11-223-5/+151
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-3/+2
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-1/+12
* SERVER-70753 Make shards persist sampled write queriesCheahuychou Mao2022-11-022-6/+25
* SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-021-0/+15
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-2/+2
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-0/+1
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-262-8/+6
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-10/+10
* SERVER-70504 Handle transform updates in performAtomicTimeseriesWritesDan Larkin-York2022-10-173-6/+140
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-112-3/+6
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-072-6/+3
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-072-3/+6
* SERVER-70010 fix opCtx interruption checks in replication codebaseMatt Diener2022-10-031-1/+1