summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-0/+62
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-59/+0
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-0/+59
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-7/+7
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-26/+25
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-25/+21
* SERVER-64449 Get rid of all references to OBSOLETE_StaleShardVersionKaloian Manassiev2022-06-241-3/+1
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-35/+4
* SERVER-65491 Use the new ChunkVersion format in the positional pathsKaloian Manassiev2022-04-131-2/+2
* SERVER-65437 Switch to the new WriteError format for StaleConfig exceptionsKaloian Manassiev2022-04-111-3/+4
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-2/+3
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-101/+167
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-32/+47
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-201-0/+10
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-3/+9
* SERVER-58140 Remove legacy update/delete parsersYoonsoo Kim2021-08-101-64/+0
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-7/+7
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+16
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-33/+34
* SERVER-53866 Inherit write commands with IDL generated classsesRishab Joshi2021-03-021-7/+15
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-0/+374