summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/apply_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42962 Remove construction of Status with ErrorCodes::Error in _applyOpsEvgeni Dobranov2019-09-121-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-0/+10
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-2/+2
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-141-0/+1
* SERVER-42630 Initial sync handles upserts from applyOps cmdA. Jesse Jiryu Davis2019-08-131-7/+11
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-091-10/+3
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-10/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+3
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+2
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-2/+11
* SERVER-39927 removed dbName and applyOpCmd parameters from _applyOpsDaniel Solnik2019-06-131-14/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-118/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-2/+4
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-7/+11
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-5/+2
* SERVER-39782 Replaying prepared transaction writes for commit oplog entry...Suganthi Mani2019-03-281-0/+2