summaryrefslogtreecommitdiff
path: root/src/mongo/db/fle_crud.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67757 FLE2 Range Query: implement deleteShreyas Kalyan2022-09-091-61/+102
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-071-49/+65
* SERVER-68065 Cannot update unindexed field in QEShreyas Kalyan2022-08-201-4/+27
* Revert "SERVER-68065 Cannot update unindexed field in QE"Shreyas Kalyan2022-08-191-27/+4
* SERVER-68065 Cannot update unindexed field in QEShreyas Kalyan2022-08-191-4/+27
* SERVER-67753 Clear payload counts on each passMark Benvenuto2022-08-161-0/+1
* SERVER-67753 Modify FLE2InsertUpdatePayload to support edgesMark Benvenuto2022-08-161-1/+1
* SERVER-68636 rename HighCardinalityMode to EncryptedCollScanModeDavis Haupt2022-08-101-17/+17
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-2/+2
* SERVER-67263 Reject InsertUpdatePayload with mismatched IndexKeyIdSara Golemon2022-07-281-16/+71
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-12/+12
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-9/+8
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-151-10/+0
* 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