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
2023-11-13
SERVER-83150 make Document::shred() copy document metadata
r5.0.23-rc0
r5.0.23
Mickey. J Winters
2023-09-26
SERVER-79975 add document shredder stage
Mickey. J Winters
2023-03-30
SERVER-75404 Designate $searchSortValues as a metadata field
Ben Shteinfeld
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