summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-264-8/+3
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68621 Fix internal fields erroneously marked as stableVesselina Ratcheva2022-08-251-1/+1
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-241-0/+4
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-174-5/+5
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-162-0/+74
* 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-152-3/+6
* 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-013-5/+5
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-62/+62
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-282-71/+0
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-272-0/+71
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-68321 make session_catalog library dependency private in db/transactionBenety Goh2022-07-271-0/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-262-9/+8
* 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-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-062-28/+27
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-302-32/+38
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-14/+6
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+8
* SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersionKaloian Manassiev2022-06-243-10/+7
* SERVER-67502 move write_ops library from mongo/db to mongo/db/ops/Benety Goh2022-06-241-2/+29
* 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