summaryrefslogtreecommitdiff
path: root/src/mongo/db/fle_crud_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-2/+1
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-101-0/+28
* Revert "SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compa...auto-revert-processor2023-04-081-28/+0
* SERVER-75171 Use the GetQueryableEncryptionCountInfo command in compactionShreyas Kalyan2023-04-071-0/+28
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-1/+10
* SERVER-74152 Implement read tags with storage engine APIMark Benvenuto2023-03-241-26/+188
* SERVER-74151 Create a new reads tags command for QE tagsMark Benvenuto2023-03-151-0/+69
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-3/+5
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-3/+3
* SERVER-68636 rename HighCardinalityMode to EncryptedCollScanModeDavis Haupt2022-08-101-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-3/+3
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-151-16/+0
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-1/+7
* SERVER-66766 stopFLECrud must wait for threads to exitsergey.galtsev2022-06-021-0/+1
* SERVER-66528 Return the OpTime of Commit Transaction for FLE2 CRUDMark Benvenuto2022-05-231-7/+7
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-4/+4
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-111-6/+10
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-101-3/+4
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-2/+2
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-0/+16
* SERVER-65134 Support FLE rewrite for explain of findAndModify commandNicholas Zolnierz2022-04-081-1/+12
* SERVER-65237 Server-side rewrite in explain for delete and update commandsDavis Haupt2022-04-071-0/+12
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-2/+10
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-0/+9
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-3/+2
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-0/+5
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-1/+2
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-4/+1
* SERVER-63719 Add support for FLE 2 update in MongoDMark Benvenuto2022-03-281-0/+15
* SERVER-63718 Add support for FLE 2 findAndModify in MongoDMark Benvenuto2022-03-251-0/+14
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-1/+4
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-4/+1
* SERVER-63717 Add support for FLE 2 delete in MongoDMark Benvenuto2022-03-221-2/+18
* SERVER-63716 Add support for FLE 2 insert in MongoDMark Benvenuto2022-03-211-0/+192