summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fle2_compact_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76086 Allow unsharded QE compact to run simultaneously on different en...Shreyas Kalyan2023-05-101-8/+0
* SERVER-76188 Integrate cleanup implementation with unsharded command invocationErwin Pe2023-05-041-0/+5
* SERVER-68373 Remove Pre-6.1 and Pre-7.0 compatible QE compact coordinatorsErwin Pe2023-04-281-6/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-75929 Disallow unsharded compaction if current FCV does not support QEv2Erwin Pe2023-04-111-0/+6
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+2
* SERVER-75511 Block setFCV while performing unsharded compactionErwin Pe2023-04-061-0/+8
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-38/+13
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-1/+6
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-2/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-1/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+4
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-2/+1
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-271-1/+0
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+2
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-241-4/+68
* SERVER-72996 Ignore NamespaceExists status when QE compact creates the ECOC c...Erwin Pe2023-03-221-1/+17
* SERVER-74460 Omit information for QE collectionsAdrian Gonzalez2023-03-211-0/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-3/+3
* SERVER-72095 Non-sharded QE compact should create the ECOC as clustered index...Erwin Pe2023-01-131-8/+12
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+1
* SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0Mark Benvenuto2022-07-151-5/+0
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-66120 Use consistent way to refer to FLE 2 encryption in user-facing m...Mark Benvenuto2022-05-171-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65832 Block mongod CompactStructuredEncryptionData on shard serverMark Benvenuto2022-05-021-0/+6
* SERVER-65483 Add tests for compact contention with concurrent FLE2 inserts an...Erwin Pe2022-04-201-9/+25
* SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordi...Erwin Pe2022-04-121-7/+1
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-1/+4
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-5/+40
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-311-0/+145