summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71456 Update and delete size estimation logic should account for 'samp...Mihai Andrei2022-11-223-5/+151
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-3/+2
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-1/+12
* SERVER-70753 Make shards persist sampled write queriesCheahuychou Mao2022-11-022-6/+25
* SERVER-70753 Make shards support persisting sampled write queriesCheahuychou Mao2022-11-021-0/+15
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-2/+2
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-0/+1
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-262-8/+6
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-10/+10
* SERVER-70504 Handle transform updates in performAtomicTimeseriesWritesDan Larkin-York2022-10-173-6/+140
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-112-3/+6
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-072-6/+3
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-072-3/+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-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-2/+3
* 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