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.h
Age
Commit message (
Expand
)
Author
2024-06-13
SERVER-91339 Load redacted document into cache to avoid cache reallocation (#...
Ivan Fefer
2024-04-01
SERVER-87632 Remove std::variant from SortKeyGenerator hot path where possibl...
Nick Zolnierz
2023-12-03
SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variant
Vinod Kumar
2023-11-02
SERVER-48429 StringDataComparator
Billy Donahue
2023-10-11
SERVER-81046 create $searchSequenceToken meta expression and add requireSeque...
madelinezec
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-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
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-07-07
SERVER-75629 Replace newStorageWithBson() with reset()
Foteini Alvanaki
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
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-01-19
SERVER-71835 Allow >16MB BSON in intermediate results
Romans Kasperovics
2022-09-29
SERVER-66511 Improve performances of sort+limit stages in SBE
Alberto Massari
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-04-29
SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.
Daniel Moody
2022-01-13
SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashes
Dan Larkin-York
2021-05-19
SERVER-55786 Update PartitionIterator memory usage when documents are released
Nick Zolnierz
2021-05-10
SERVER-53760 Improved document size approximation for spilling to disk
Mohammad Dashti
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-07-27
SERVER-49300 Add all BSON types to the lexer and add $const to parser
Jacob Evans
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-20
SERVER-45216 Rename Document::size() to Document::computeSize
Svilen Mihaylov
2020-02-19
SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...
David Storch
2020-01-08
SERVER-45192 don't allocate during WSM::clear
Ian Boros
2019-12-13
SERVER-43669 Serialize "sortKey" as BSONArray
Justin Seyster
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov
2019-11-02
SERVER-44383 Use trivial BSON conversion for sort key generation
Justin Seyster
2019-10-21
SERVER-43629 Improve Document/Value performance
Martin Neupauer
2019-10-01
SERVER-42302 Move Document/Value library to db/exec/document_value directory.
David Storch