index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
document_value
/
document_value_test.cpp
Age
Commit message (
Expand
)
Author
2024-05-29
SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFieldNonCa...
Rui Liu
2024-05-28
Revert "SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFi...
auto-revert-app[bot]
2024-05-28
SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFieldNonCa...
Rui Liu
2024-04-01
SERVER-87632 Remove std::variant from SortKeyGenerator hot path where possibl...
Nick Zolnierz
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-02-16
SERVER-86619 Fix out-of-bounds access bug in Document for empty field (#18997)
Ian Boros
2023-12-03
SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variant
Vinod Kumar
2023-11-13
SERVER-83150 make Document::shred() copy document metadata
Mickey. J Winters
2023-11-02
SERVER-48429 StringDataComparator
Billy Donahue
2023-10-05
SERVER-79975 add document shredder stage
Mickey. J Winters
2023-09-28
Revert "SERVER-79975 add document shredder stage"
auto-revert-processor
2023-09-27
SERVER-79975 add document shredder stage
Mickey. J Winters
2023-07-26
SERVER-79028 Add limit after merging shards for $vectorSearch
Hima Sheth
2023-07-10
SERVER-78284 Project vectorSearch distance into result documents
Alyssa Wagenmaker
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-04-06
SERVER-74301 Optimize serialization behavior for $changeStreamSplitLargeEvent
Romans Kasperovics
2023-02-22
SERVER-73204 Designate $searchSortValues as a metadata field
Ben Shteinfeld
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2023-01-19
SERVER-71835 Allow >16MB BSON in intermediate results
Romans Kasperovics
2022-11-10
SERVER-71261 Relax the document size assumption in document_value_test.cpp
Arun Banala
2022-08-15
SERVER-68820 Move temp collection cleanup paths out of Database
Kaloian Manassiev
2022-08-10
SERVER-61281 Use memoization for Document::getApproximateSize
Nikita Lapkov
2022-08-03
Revert "SERVER-61281 Use memoization for Document::getApproximateSize"
Kyle Suarez
2022-07-28
SERVER-61281 Use memoization for Document::getApproximateSize
Nikita Lapkov
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-05-04
SERVER-55058 More move optimizations for Document/Value
Denis Grebennicov
2020-11-13
SERVER-49744 Per-document scoring metadata for $search
Mihai Andrei
2020-06-10
SERVER-48410 Signed integer overflow fix for datetime library
Jacob Evans
2020-05-28
SERVER-48410 disable failing test (fix and enable later)
Billy Donahue
2020-05-23
SERVER-47030 Fix date_time_support to not throw exceptions
Jacob Evans
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-01
SERVER-45763 optimize sort key generation
Ian Boros
2020-03-25
SERVER-43361 Remove compatibility with 4.2 sort key format
David Storch
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-20
SERVER-45216 Rename Document::size() to Document::computeSize
Svilen Mihaylov
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2019-12-13
SERVER-43669 Serialize "sortKey" as BSONArray
Justin Seyster
2019-10-08
SERVER-42836 Fast path for sort key generation of WorkingSetMembers
Justin Seyster
2019-10-02
SERVER-43418 ASSERT macro repairs
Billy Donahue
2019-10-02
SERVER-43367 unittest framework refactor/fixes
Billy Donahue
2019-10-01
SERVER-42302 Move Document/Value library to db/exec/document_value directory.
David Storch