summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/document_diff_applier_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50650 Merge V2LogBuilder and document diff calculation codeArun Banala2020-09-171-71/+74
* SERVER-48920 Use document deltas to determine whether update affects indexesArun Banala2020-08-131-18/+26
* SERVER-48543 Improve serialization format to avoid delta oplog exceeding max ...Arun Banala2020-08-041-4/+3
* SERVER-48602 Improve DocumentDiff serialization implementation and testingArun Banala2020-07-101-43/+86
* SERVER-47853 Add unit tests which combine diffing algorithm and application codeArun Banala2020-07-071-10/+2
* SERVER-47280 Add machinery for applying document deltasIan Boros2020-06-221-0/+357