summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-2/+2
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-101-2/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65134 Support FLE rewrite for explain of findAndModify commandNicholas Zolnierz2022-04-081-5/+14
* SERVER-63718 Add support for FLE 2 findAndModify in MongoDMark Benvenuto2022-03-251-0/+6
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-0/+6
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-031-0/+1
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+0
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-1/+1
* SERVER-61191 Add postImage and needsRetryImage to ReplOperationCheahuychou Mao2021-11-201-1/+1
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-301-0/+5
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-241-5/+0