summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_densify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74725 Avoid duplicate keydefs for sortPeter Volk2023-04-281-5/+11
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-6/+5
* SERVER-75071: $densify redactionWill Buerger2023-03-221-10/+7
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-2/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-26/+32
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-151-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-111-13/+9
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-104/+108
* SERVER-65864 Parse $densify step as a NumberLong when using a date unitDavis Haupt2022-04-211-5/+9
* SERVER-61855 Add 5.2 language features to the stable APIMihai Andrei2022-03-301-1/+1
* SERVER-62436: Add additional tests of sort/densify/sort optimizationsMaddie Zechar2022-01-141-0/+1
* SERVER-60598 Optimize multiple sorts in pipeline with $densifyTed Tuckman2022-01-051-17/+87
* SERVER-61548 Handle dotted partitionByFields in $densifyDavid Percy2021-11-221-6/+11
* SERVER-60596 replace optional::get() with optional::value()Davis Haupt2021-10-121-5/+5
* SERVER-60447 remove TODO and elaborate on runtime considerationsDavis Haupt2021-10-081-3/+3
* SERVER-60519 Fix single document collection densify bugTed Tuckman2021-10-071-0/+1
* SERVER-52290 Remove featureFlagDensifyTed Tuckman2021-10-051-17/+13
* SERVER-58769 Add test demonstrating $densify type behaviorTed Tuckman2021-10-041-0/+6
* SERVER-58892 Pass through documents with a null densification valueDavis Haupt2021-09-281-4/+4
* SERVER-57337 densification for date values without partitionsDavis Haupt2021-09-281-270/+264
* SERVER-58979 Add limit to number of documents generated by $densifyTed Tuckman2021-09-221-18/+22
* SERVER-59465 Fix coverity issues in DocumentSourceDensifyTed Tuckman2021-09-211-10/+18
* SERVER-57344 Enable partitioning in $densifyTed Tuckman2021-09-201-88/+301
* SERVER-59763 remove subtle typo that happens to compileBilly Donahue2021-09-031-1/+0
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+2
* SERVER-57334 Create desugaring namespace for DocumentSourceDensifysamontea2021-08-181-200/+428
* SERVER-57341 Implement densification for numeric values over full and explici...Ridhwaan Anayetullah2021-07-231-8/+334
* SERVER-58328 Make final doc optional for densify generationTed Tuckman2021-07-071-4/+8
* remove comment, fix methodRidhwaan Anayetullah2021-06-161-5/+0
* bracket changesRidhwaan Anayetullah2021-06-161-0/+5
* SERVER-57332 Create skeleton InternalDocumentSourceDensifyRidhwaan Anayetullah2021-06-161-0/+4
* SERVER-57335 Add support for dates to densify document generatorTed Tuckman2021-06-151-11/+24
* SERVER-57333 Implement $densify DocGenerator for numeric valuesTed Tuckman2021-06-091-0/+131