summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_list_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75137 Remove unimplemented tasserts from serialization functions with ...Davis Haupt2023-03-231-3/+0
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-2/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-67260 replaced _WITH_MIN_VERSION macros with _WITH_FEATURE_FLAG macrosLuxi Liu2022-08-031-5/+4
* Revert "SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters...auto-revert-processor2022-07-291-4/+5
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-281-5/+4
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-14/+0
* SERVER-64404 Add collection-level `$listCatalog`Gregory Noma2022-03-291-15/+28
* SERVER-64203 listCatalog aggregation stage requires listDatabase, listCollect...Benety Goh2022-03-061-3/+7
* SERVER-63748 update ticket reference in TODO commentBenety Goh2022-03-041-1/+1
* SERVER-62006 add listCatalog aggregation stageBenety Goh2022-02-251-0/+123