summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/compact_structured_encryption_data_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68373 Remove Pre-6.1 and Pre-7.0 compatible QE compact coordinatorsErwin Pe2023-04-281-106/+0
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-17/+4
* SERVER-74727 Implement v2 changes to QE compaction for sharded clustersErwin Pe2023-04-011-81/+225
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-241-1/+3
* SERVER-72996 Ignore NamespaceExists status when QE compact creates the ECOC c...Erwin Pe2023-03-221-5/+14
* SERVER-71405 QE compact coordinator must create the ECOC after renaming to tempErwin Pe2023-01-041-41/+65
* SERVER-69775 Rename builder function for DDL phase handlersPaolo Polato2022-11-161-16/+16
* SERVER-68461 Persist the result of the doCompactOperation in the Pre61Compati...Erwin Pe2022-08-221-0/+47
* SERVER-67909 Skip dropping a non-existent temp ECOC collection in the compact...Erwin Pe2022-08-011-1/+18
* SERVER-67796 Persist the result of doCompactOperation in the compaction coord...Erwin Pe2022-07-291-5/+15
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-5/+5
* SERVER-67435 Generalize current op reporting for ShardingDDLCoordinatorsTommaso Tocci2022-06-231-37/+10
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-171-39/+7
* SERVER-66929 Persist CompactStructuredEncryptionDataCoordinator document bef...Tommaso Tocci2022-06-011-3/+4
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-101-13/+40
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65170 Integrate FLE compact into CompactStructuredEncryptionDataCoordi...Erwin Pe2022-04-121-28/+110
* SERVER-63468 Add support for ESC compactionErwin Pe2022-04-011-3/+12
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-311-0/+159