summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/bulk_write.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72989 Attach stmtIds to bulkWrite request sent by mongoskauboy262023-05-171-21/+8
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-2/+2
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-2/+1
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-10/+16
* SERVER-73231 Support top-level 'let' variable in bulkWriteFrederic Vitzikam2023-05-021-2/+3
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-6/+10
* SERVER-75946 Make fixes to update response in bulkWriteFrederic Vitzikam2023-04-271-186/+179
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-5/+2
* SERVER-74390 Add numErrors to bulkWrite responseKaitlin Mahar2023-04-201-10/+25
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-171-19/+12
* SERVER-76104: Remove TODO from closed ticketseanzimm2023-04-171-1/+0
* SERVER-72764: Only allow one retryabe findAndModify on bulkWriteseanzimm2023-04-171-1/+1
* SERVER-75798 Use LastOpFixer for updates and deletes in bulkWrite commandKaitlin Mahar2023-04-141-3/+16
* SERVER-72988: Support retryable writes for bulkWrite on mongodseanzimm2023-04-131-34/+251
* SERVER-75928: Move common bulkWrite helpers between mongod and mongos into on...Lingzhi Deng2023-04-121-65/+4
* SERVER-75624 _isDifferentFromSavedNamespace should account for missing UUIDkauboy262023-04-071-5/+1
* SERVER-74964 Pass namespace to LastOpFixer for each operationKaitlin Mahar2023-04-071-6/+14
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-031-88/+103
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-75344: Add handling for fixDocumentForInsert=false in bulkWrite on mongodseanzimm2023-03-291-58/+77
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-1/+1
* SERVER-72766 Add delete to bulkWrite on Mongodseanzimm2023-03-241-26/+149
* SERVER-72765 Support Update command in bulkWrite on Mongodseanzimm2023-03-201-15/+181
* SERVER-74155 Make working with array<variant<BulkWriteInsertOp, BulkWriteUpda...Frederic Vitzikam2023-03-021-59/+23
* SERVER-72092 Add update/delete op type to bulkWrite commandFrederic Vitzikam2023-02-221-13/+46
* SERVER-71900 Support Errors in bulkWrite cursor responseseanzimm2023-02-091-4/+3
* SERVER-72602: Populate Cursor Response for BulkWrite on Mongodseanzimm2023-01-301-35/+167
* SERVER-72047: Make BulkWrite command perform inserts on mongodseanzimm2023-01-121-3/+268
* SERVER-71652 Implement BulkWriteCommand Authentication Checksseanzimm2022-12-191-4/+49
* SERVER-72135: Remove bulkWrite from being run with security tokenseanzimm2022-12-161-4/+0
* SERVER-71650: Basic formation of BulkWrite commandseanzimm2022-12-121-2/+54
* SERVER-71314 Create bulkWrite IDL and command stubVesselina Ratcheva2022-12-061-0/+78