summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops_exec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70504 Handle transform updates in performAtomicTimeseriesWritesDan Larkin-York2022-10-171-6/+23
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-2/+6
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-6/+2
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-2/+6
* SERVER-70010 fix opCtx interruption checks in replication codebaseMatt Diener2022-10-031-1/+1
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-211-16/+5
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-161-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-3/+5
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-051-1/+1
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-3/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-66502: Pause consumption metrics collection in wait for write concern.Yu Jin Kang Park2022-07-131-1/+5
* SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ins...Gregory Noma2022-06-221-12/+7
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-6/+52
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-5/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66222 Retryable transactions should reject multi writes with an initia...Jack Mulrow2022-05-051-2/+4
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65426 Verify if there's an existing view when creating a collectionJordi Olivares Provencio2022-04-261-2/+1
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-041-8/+4
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-6/+10
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-031-0/+3
* SERVER-61501 Create sharding suite where collections are clustered by defaultHaley Connelly2022-01-271-1/+2
* SERVER-62814 clusterAllCollectionsByDefault should cluster implicitly created...Haley Connelly2022-01-211-0/+9
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-151-2/+23
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-2/+2
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-131-1/+1
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-2/+3
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-291-18/+13
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-2/+2
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-7/+24
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-041-17/+10
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-011-18/+11
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-09-291-23/+25
* SERVER-60201 Clean up time-series update and delete functionsGregory Noma2021-09-291-51/+3
* SERVER-60011 remove pipeline dependency from timeseries_update_delete_utilBenety Goh2021-09-211-12/+32
* SERVER-59173 Audit error messages for time-series updates and deletesGregory Noma2021-09-011-23/+23
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-211-3/+17
* SERVER-58797 Enable hint for time-series metaField-only updatesAlison Lu2021-08-201-2/+16
* SERVER-58804 Close in-memory buckets on time-series metaField-only up…Gregory Noma2021-08-191-1/+1
* SERVER-58796 Enable let for time-series metaField-only updatesAlison Lu2021-08-171-1/+6
* SERVER-59072 Disallow updates on time-series collections where upsert:trueAlison Lu2021-08-121-0/+6
* SERVER-58380 Pass arguments in performUpdates, performInserts, and performDel...Kris Satya2021-08-121-3/+3
* SERVER-58899 Set curOp namespace to view collection for time-series updatesAlison Lu2021-08-051-1/+3
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-08-051-88/+69
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-9/+17
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-7/+2
* SERVER-58967 Set curOp namespace to time-series view collection for time-seri...Kris Satya2021-08-021-1/+3