summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-220/+97
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-15/+26
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-141-67/+3
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-3/+0
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-3/+5
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+2
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-2/+4
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-0/+1
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-7/+4
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-3/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-45033 Atomic applyOps logs the actual writes not the requestJosef Ahmad2022-04-191-40/+15
* SERVER-63907 remove redundant database lookup from atomic applyOpsBenety Goh2022-04-181-11/+0
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+1
* SERVER-62759 Add lock release in dropDatabase for applyOpsJordi Olivares Provencio2022-02-251-2/+30
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-2/+6
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-1/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-2/+6
* SERVER-58756 Move ApplyOpsCommandInfo into a separate libraryCheahuychou Mao2021-10-291-105/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+3
* SERVER-58546 Add log message to applyOps to preview which oplog entries will ...Gregory Wlodarek2021-07-141-0/+6
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-3/+9
* SERVER-56188 Nested applyOps can hold onto global X lock while blocking on mi...Jason Zhang2021-04-291-58/+20
* SERVER-51753 Handle applyOps during tenant migrationsCheahuychou Mao2021-03-111-20/+58
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-3/+3
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-2/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-50104 Make the test hook run a background migration on the data used b...Cheahuychou Mao2020-08-281-1/+1
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-06-051-1/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-1/+4
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-44938 Primaries will run applyOps with inner operations that have a 't...Samyukta Lanka2019-12-061-17/+21
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+3
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-3/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2