summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-6/+10
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-2/+5
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-10/+15
* SERVER-75284 Add validation for originalQuery and originalCollationKruti Shah2023-04-271-1/+1
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-3/+1
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-6/+11
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-3/+3
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-3/+3
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-5/+8
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-3/+3
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-3/+3
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-3/+3
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-241-13/+7
* SERVER-72766 Add delete to bulkWrite on Mongodseanzimm2023-03-241-97/+12
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-3/+5
* SERVER-72765 Support Update command in bulkWrite on Mongodseanzimm2023-03-201-120/+34
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-0/+3
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to exclud...Uladzimir Makouski2023-02-271-3/+0
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-33/+3
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-231-0/+3
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-8/+4
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-4/+4
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-4/+8
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-8/+4
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-2/+6
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-101-2/+12
* SERVER-73753 Make CollectionPtr created by findAndModify yieldableHenrik Edin2023-02-081-0/+3
* SERVER-73255 Make sure that query sampling handles WouldChangeOwningShard upd...Cheahuychou Mao2023-02-021-4/+24
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-6/+2
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-2/+6
* SERVER-70784 Create TTL index for config.sampledQueries and config.sampledQue...Israel Hsu2023-01-251-1/+1
* SERVER-71455 Remove mirrored fields from findAndModify/Update IDLJason Chan2022-12-121-5/+0
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+1
* SERVER-70753 Make shards persist sampled write queriesCheahuychou Mao2022-11-021-0/+12
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-4/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-4/+6
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-27/+19
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-301-12/+4
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-67475 Enable use of securityToken for the basic CRUD operationsjannaerin2022-07-271-0/+4
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-4/+1
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+5
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-4/+9
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+8
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-241-2/+2