summaryrefslogtreecommitdiff
path: root/src/mongo/db/fle_crud_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67756 FLE2 Range Query: implement findAndModifyShreyas Kalyan2022-09-141-48/+151
* SERVER-67757 FLE2 Range Query: implement deleteShreyas Kalyan2022-09-091-13/+86
* SERVER-67263 Reject InsertUpdatePayload with mismatched IndexKeyIdSara Golemon2022-07-281-0/+42
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-5/+5
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-6/+5
* SERVER-67470 Fix incorrect fieldName values in ECOC entries following a modif...Erwin Pe2022-06-241-2/+22
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-11/+36
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-1/+2
* SERVER-66533 update FLE array tag size estimationsergey.galtsev2022-05-261-2/+62
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-121-3/+29
* SERVER-65357 Change partition allocation for FLE 2Mark Benvenuto2022-04-101-14/+14
* SERVER-64749 Test tags reader with non-trivial contention factorsjoshua2022-04-051-4/+82
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-1/+7
* SERVER-64143 Add retryable write support to FLE 2 CRUDMark Benvenuto2022-04-021-2/+2
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-153/+5
* SERVER-64358 Rewrite for delete and update commands on mongosDavis Haupt2022-03-301-13/+32
* SERVER-64101 Add support for transforming FLE2EncryptionPlaceholder to FLE2Fi...Shreyas Kalyan2022-03-251-5/+5
* SERVER-63717 Add support for FLE 2 delete in MongoDMark Benvenuto2022-03-221-8/+11
* SERVER-64399 Support replacement style update and upsertMark Benvenuto2022-03-221-13/+67
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-7/+12
* SERVER-63293 Construct binary tags from payloadjoshua2022-03-211-6/+150
* SERVER-63714 Add support for FLE 2 findAndModify in MongoSMark Benvenuto2022-03-171-0/+149
* SERVER-63780 Switch FLE 2 crypto code to CTR and CTR-AEADsergey.galtsev2022-03-111-22/+16
* SERVER-64287 Create sharding variant of fle2 test suiteMark Benvenuto2022-03-111-13/+20
* SERVER-63645 shell - support FLE 2 client-side transformationsShreyas Kalyan2022-03-101-10/+16
* SERVER-63715 Add support for FLE 2 update in MongoSMark Benvenuto2022-03-091-9/+213
* SERVER-63713 Add support for FLE 2 delete in MongoSMark Benvenuto2022-03-051-5/+138
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+525