summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-026-45/+169
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-016-32/+36
* SERVER-52978: Correct ordered batch inserts code path for document validation...Daniel Gottlieb2020-11-252-0/+71
* SERVER-52667: Correct performInserts batching.Daniel Gottlieb2020-11-163-15/+134
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-132-5/+5
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-064-8/+15
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+3
* SERVER-51423 Test that a bulk write returns ok for the writes that complete b...Jason Zhang2020-10-221-0/+7
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-51509 Fix invalid CollectionPtr being passed in performSingleUpdateOp ...Henrik Edin2020-10-131-2/+5
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-133-4/+4