summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/fle
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-273-18/+7
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-0510-214/+16
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+1
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-10/+3
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-033-104/+27
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-5/+6
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-8/+12
* SERVER-74865 Reduce usage of transactions in QE server rewriteMark Benvenuto2023-03-241-3/+18
* SERVER-74066 Remove checks that require the eccCollection namespace in Encryp...Shreyas Kalyan2023-03-236-16/+125
* SERVER-73995 Implement v2 changes to Queryable Encryption finds using collSca...Shreyas Kalyan2023-03-152-23/+66
* SERVER-72932 Implement v2 changes to Queryable Encryption UpdatesErwin Pe2023-03-032-2/+4
* SERVER-72926 Implement v2 changes to Queryable Encryption findsErwin Pe2023-02-165-26/+68
* SERVER-73525 adding extra testing for FLE2 and NTDImathisbessamdb2023-02-151-4/+4
* SERVER-73643 Change query tags interface to FLEQueryInterfaceMark Benvenuto2023-02-138-65/+88
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-2/+6
* SERVER-70134 fix fle2 upsert with single tagDavis Haupt2022-12-013-22/+42
* SERVER-71214 remove $betweenDavis Haupt2022-11-113-134/+46
* SERVER-70308 Add agg validation pass for range payloadsDavis Haupt2022-11-073-146/+486
* SERVER-70307 Add MatchExpression validation pass for range payloadsDavis Haupt2022-11-046-20/+849
* SERVER-70306 support aggregate comparison operators in server-side encrypted ...Davis Haupt2022-11-016-107/+469
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-274-11/+11
* SERVER-70305 support encrypted range payloads under gt/lt expressionsDavis Haupt2022-10-244-58/+134
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-131-2/+2
* SERVER-67626 server rewrite to $fleInternalBetweenDavis Haupt2022-10-045-50/+213
* SERVER-67209 Server-side rewrite for aggregation to tag disjunctionDavis Haupt2022-10-036-55/+117
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-09-291-1/+2
* SERVER-67206 Generate tags from a FLE2 Range PayloadDavis Haupt2022-09-284-34/+39
* Revert "SERVER-67206 Generate tags from a FLE2 Range Payload"Uladzimir Makouski2022-09-284-39/+34
* SERVER-67206 Generate tags from a FLE2 Range PayloadDavis Haupt2022-09-274-34/+39
* SERVER-69598 squash commitsgalon12022-09-233-10/+9
* SERVER-69113 Refactor server-side rewrite to enable easy addition of new encr...Davis Haupt2022-09-2216-1758/+2209
* SERVER-67207 Update server-side MatchExpression rewriter to recognize range p...Reilly McBride2022-08-173-28/+498
* SERVER-68636 rename HighCardinalityMode to EncryptedCollScanModeDavis Haupt2022-08-103-36/+36
* 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-292-3/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-12/+12
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-163-74/+657
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-051-1/+2
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-65410: Fix uninitialized scalar field in server_rewriteHana Pearlman2022-04-151-1/+1
* SERVER-63341: Server-side rewrite and query analysis support for aggregate $e...Hana Pearlman2022-04-083-90/+298
* SERVER-65237 Server-side rewrite in explain for delete and update commandsDavis Haupt2022-04-072-63/+65
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-052-7/+69
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-042-9/+5
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-312-21/+23
* SERVER-64358 Rewrite for delete and update commands on mongosDavis Haupt2022-03-302-23/+53
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-1/+1
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-282-49/+120
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-254-66/+218