summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/oplog_application_checks.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+1
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-1/+8
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-8/+1
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-1/+8
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-241-9/+13
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog e...auto-revert-processor2022-10-221-13/+9
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-211-9/+13
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-6/+6
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-141-15/+0
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-3/+3
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-1/+2
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-03-091-0/+5
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-4/+9
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-071-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+1
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-2/+11
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-081-12/+2
* SERVER-32444 Coverity analysis defect 102285: PW.PARAMETER_HIDDENMatthew Russotto2018-01-041-3/+3
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+266