summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67227 Avoid implicit collection creation for `collectionUUID` with ins...Gregory Noma2022-06-221-12/+7
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-223-77/+4
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-172-6/+55
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-3/+3
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* 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-065-6/+15
* SERVER-66222 Retryable transactions should reject multi writes with an initia...Jack Mulrow2022-05-051-2/+4
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-5/+5
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-283-2/+3
* SERVER-66009 Avoid use of mongo process interface if search is in an update p...Ted Tuckman2022-04-281-1/+2
* SERVER-65426 Verify if there's an existing view when creating a collectionJordi Olivares Provencio2022-04-261-2/+1
* SERVER-65454: Reset curop namespace after config.image_collection lookup.Daniel Gottlieb2022-04-131-0/+8
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-133-3/+4
* SERVER-65437 Switch to the new WriteError format for StaleConfig exceptionsKaloian Manassiev2022-04-113-3/+46
* SERVER-63902 Fix $natural hint on time-series collectionsDavid Percy2022-04-041-8/+4
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-2/+3
* SERVER-64821 Change unstable to true for fields that are not meant to be incl...Huayu Ouyang2022-03-311-1/+1
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-231-1/+2
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-192-2/+8
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-101-0/+8
* SERVER-64040 Add encryptionInformation to findAndModify IDLNicholas Zolnierz2022-03-091-0/+5
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-042-1/+8
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-7/+11
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-234-105/+234
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-223-42/+70
* SERVER-63551 make encrypted_field_config dependency private in write_ops_parserBenety Goh2022-02-111-1/+3
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-6/+10
* SERVER-59260 Create Feature Flag for FLE2Mark Benvenuto2022-02-081-0/+1
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-082-1/+14
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-033-0/+19
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-281-1/+1
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-61501 Create sharding suite where collections are clustered by defaultHaley Connelly2022-01-271-1/+2
* SERVER-63016 Change isTimeseriesNamespace type back to optionalBoolHuayu Ouyang2022-01-271-2/+1
* SERVER-62814 clusterAllCollectionsByDefault should cluster implicitly created...Haley Connelly2022-01-211-0/+9
* SERVER-62445 Add collectionUUID parameter to write commandsMoustafa Maher Khalil2022-01-153-2/+29
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-142-4/+7
* 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-133-3/+1
* SERVER-61551 IDL compatibility checker should check chained structsHuayu Ouyang2021-12-091-1/+6
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+51
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+4
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-2/+3
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-4/+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-254-10/+35