summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57038 Fix stack-use-after-scope of TransactionParticipant in write_ops...Gregory Noma2021-05-191-2/+2
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-145-65/+109
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-131-2/+11
* SERVER-56713: Avoid creating retryable find and modify images during initial ...Daniel Gottlieb2021-05-121-5/+66
* SERVER-56370 Correctly set prevOpTime of time-series oplog entries by a batch...Yuhong Zhang2021-05-111-1/+23
* SERVER-56375: Add ability to write retryable findAndModify deletes to `config...Daniel Gottlieb2021-05-112-2/+35
* SERVER-56374: Add ability to write retryable findAndModify updates to `config...Daniel Gottlieb2021-05-072-1/+23
* SERVER-56743 Reintroduce validation for no $-prefixed fields in _idAlya Berciu2021-05-071-2/+1
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-051-2/+6
* SERVER-47123 remove AutoGetOrCreateDb from implicit collection creation durin...Benety Goh2021-04-301-2/+3
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-79/+59
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-283-18/+35
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-223-17/+164
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-102-0/+30
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-0211-135/+140
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-023-30/+29
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-0/+1
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-312-2/+24
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-243-11/+23
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-181-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-0/+3
* Revert "SERVER-52528 Test queries on sharded time-series collections"Louis Williams2021-03-161-1/+1
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-164-32/+71
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-161-1/+1
* SERVER-55168: Allow tenant migration cloner to write to system.views collectionsXueruiFa2021-03-151-1/+6
* SERVER-53866 Inherit write commands with IDL generated classsesRishab Joshi2021-03-022-8/+18
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* Revert "SERVER-53457: Handle multi-updates correctly in tenant migrations"Kaloian Manassiev2021-02-201-42/+10
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-191-1/+1
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-188-179/+130
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-172-23/+26
* SERVER-53863 FindAndModify commands should inherit from IDL generated base Co...Rishab Joshi2021-02-101-2/+11
* SERVER-51281: Skip LastOpFixer for multi-doc transactionsLingzhi Deng2021-02-101-2/+5
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-075-3/+184
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-024-2/+31
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-9/+2
* SERVER-54017 add statement ids to error message for op count checking in writ...Benety Goh2021-01-291-7/+16
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-222-0/+4
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-186-196/+94
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-3/+4
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+3
* SERVER-52795 Resharding donors write final oplog entry upon entering the prep...LaMont Nelson2020-12-231-5/+1
* SERVER-53395 UpdateDriver::parse() supports delta updates for non-oplog appli...Benety Goh2020-12-181-4/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-172-31/+34
* SERVER-51088 Add ReshardingTest fixture for resharding fuzzer to use.Max Hirschhorn2020-12-041-1/+7