summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/document_value/document_value_test.cpp
AgeCommit message (Expand)Author
2024-05-29SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFieldNonCa...Rui Liu
2024-05-28Revert "SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFi...auto-revert-app[bot]
2024-05-28SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFieldNonCa...Rui Liu
2024-04-01SERVER-87632 Remove std::variant from SortKeyGenerator hot path where possibl...Nick Zolnierz
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2024-02-16SERVER-86619 Fix out-of-bounds access bug in Document for empty field (#18997)Ian Boros
2023-12-03SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variantVinod Kumar
2023-11-13SERVER-83150 make Document::shred() copy document metadataMickey. J Winters
2023-11-02SERVER-48429 StringDataComparatorBilly Donahue
2023-10-05SERVER-79975 add document shredder stageMickey. J Winters
2023-09-28Revert "SERVER-79975 add document shredder stage"auto-revert-processor
2023-09-27SERVER-79975 add document shredder stageMickey. J Winters
2023-07-26SERVER-79028 Add limit after merging shards for $vectorSearchHima Sheth
2023-07-10SERVER-78284 Project vectorSearch distance into result documentsAlyssa Wagenmaker
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-04-06SERVER-74301 Optimize serialization behavior for $changeStreamSplitLargeEventRomans Kasperovics
2023-02-22SERVER-73204 Designate $searchSortValues as a metadata fieldBen Shteinfeld
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2023-01-19SERVER-71835 Allow >16MB BSON in intermediate resultsRomans Kasperovics
2022-11-10SERVER-71261 Relax the document size assumption in document_value_test.cppArun Banala
2022-08-15SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev
2022-08-10SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov
2022-08-03Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez
2022-07-28SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-05-04SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov
2020-11-13SERVER-49744 Per-document scoring metadata for $searchMihai Andrei
2020-06-10SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans
2020-05-28SERVER-48410 disable failing test (fix and enable later)Billy Donahue
2020-05-23SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-01SERVER-45763 optimize sort key generationIan Boros
2020-03-25SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-20SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2019-12-13SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster
2019-10-08SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster
2019-10-02SERVER-43418 ASSERT macro repairsBilly Donahue
2019-10-02SERVER-43367 unittest framework refactor/fixesBilly Donahue
2019-10-01SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch