summaryrefslogtreecommitdiff
path: root/src/mongo/db/fle_crud.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-67992 Use operation timer tracker in fle mongos crud processingMark Benvenuto2022-07-141-1/+3
* SERVER-67917 Use DBDirectClient in FLE Crud Count pathMark Benvenuto2022-07-131-5/+4
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-6/+6
* SERVER-67470 Fix incorrect fieldName values in ECOC entries following a modif...Erwin Pe2022-06-241-2/+2
* SERVER-67445 Remove setting of setSingleBatch to 'true' in FLEQueryInterfaceI...Erwin Pe2022-06-221-1/+0
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-21/+73
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-8/+41
* SERVER-67181 Return the OpTime of Commit Transaction for FLE2 CRUD on mongosMark Benvenuto2022-06-141-10/+14
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-6/+11
* SERVER-66366 remove encryptionInformation after rewriting update and delete r...Davis Haupt2022-05-111-0/+2
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-101-35/+56
* SERVER-66064 Fix fast count when authentication is enabledMark Benvenuto2022-05-061-0/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-051-46/+24
* SERVER-65503 Migrate FLE2 tests to core passthrough suitesMark Benvenuto2022-05-021-6/+14
* SERVER-65167 Remove usage of std:tie in fle_crud.cppMark Benvenuto2022-05-021-38/+80
* SERVER-65476 Coverity analysis defect 122072: Macro compares unsigned to 0Mark Benvenuto2022-04-221-2/+3
* SERVER-65504 Explicitly instantiate the templates for processFindAndModifyReq...Mark Benvenuto2022-04-211-0/+14
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-10/+10
* SERVER-65207 Coverity analysis defect 122015: Argument cannot be negativeMark Benvenuto2022-04-101-0/+1
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-5/+7
* SERVER-65134 Support FLE rewrite for explain of findAndModify commandNicholas Zolnierz2022-04-081-8/+40
* SERVER-65237 Server-side rewrite in explain for delete and update commandsDavis Haupt2022-04-071-0/+40
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-2/+10
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-6/+18
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-0/+8
* SERVER-64143 Add retryable write support to FLE 2 CRUDMark Benvenuto2022-04-021-98/+116
* SERVER-63736 validate only fields listed in config are indexedsergey.galtsev2022-04-011-4/+12
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-2/+11
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-0/+4
* SERVER-64358 Rewrite for delete and update commands on mongosDavis Haupt2022-03-301-12/+48
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-1/+1
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-43/+7
* SERVER-63719 Add support for FLE 2 update in MongoDMark Benvenuto2022-03-281-37/+71
* SERVER-63718 Add support for FLE 2 findAndModify in MongoDMark Benvenuto2022-03-251-4/+4
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-251-274/+222
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-6/+37
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-37/+6
* SERVER-63717 Add support for FLE 2 delete in MongoDMark Benvenuto2022-03-221-32/+49
* SERVER-64399 Support replacement style update and upsertMark Benvenuto2022-03-221-44/+136
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-66/+169
* SERVER-63293 Construct binary tags from payloadjoshua2022-03-211-4/+4
* SERVER-63714 Add support for FLE 2 findAndModify in MongoSMark Benvenuto2022-03-171-19/+217
* SERVER-63715 Add support for FLE 2 update in MongoSMark Benvenuto2022-03-091-69/+316
* SERVER-63713 Add support for FLE 2 delete in MongoSMark Benvenuto2022-03-051-2/+179
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-041-0/+396