summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+7
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+0
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-251-1/+1
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-2/+6
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-8/+9
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-081-7/+22
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+1
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-3/+8
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-15/+15
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-2/+5
* SERVER-68209 Remove uassert that prevents config.image_collection entry from ...Cheahuychou Mao2022-07-211-17/+0
* SERVER-61481 Remove check in dropIndexes that no index builds are in progress...Pavi Vetriselvan2022-07-211-45/+9
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-2/+2
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-1/+1
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-1/+1
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-0/+7
* Revert "SERVER-66123 Introduce logic to write to the change collection in the...auto-revert-processor2022-05-281-8/+0
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-271-0/+8
* SERVER-66344 Make internal transactions workloads more extensibleCheahuychou Mao2022-05-191-0/+17
* SERVER-66526 Hang upon restart when there is a prepared internal transaction ...Cheahuychou Mao2022-05-181-1/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* SERVER-65858 Mark the applyOps entries when the operations involves orphaned ...Antonio Fuschetto2022-05-061-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-011-3/+2
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-10/+3
* SERVER-63268 Remove the code in ApplyOps::extractOperationsTo() for storing a...Cheahuychou Mao2022-02-101-21/+19
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-4/+9
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-9/+4
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-4/+9
* SERVER-61480 Improve efficiency of change stream pre-image loadingDenis Grebennicov2022-02-071-9/+2
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-2/+4
* SERVER-62581 Handle direct inserts to shards introducing orphan documentsSergi Mateo Bellido2022-01-281-0/+20
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-2/+2
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-1/+0
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-0/+3
* SERVER-62173 Wait for no index builds to be in progress on BackgroundOperatio...Gregory Noma2022-01-041-8/+45
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-241-0/+4
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-231-0/+82
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-19/+21
* SERVER-49866 Remove TempReleaseGabriel Marks2021-11-111-61/+17
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-5/+4
* SERVER-61159 add processCollModCommandForApplyOps()Benety Goh2021-11-091-2/+1