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
/
update_index_data.cpp
Age
Commit message (
Expand
)
Author
2024-03-13
SERVER-85158 Add a StringData ref check (#19870)
Joseph Prince
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2022-12-21
SERVER-65364 Allow fine-grained selection of indexes to update
Alberto Massari
2021-06-07
SERVER-54953 Improved performance of UpdateIndexData path matching code
Mohammad Dashti
2021-04-20
SERVER-55481 Avoid repeatedly checking whether indexes are affected for the s...
Gregory Noma
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-04
SERVER-37058: Update with numeric field names inside an array can cause valid...
Nick Zolnierz
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-02-06
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
Tyler Brock
2015-01-15
SERVER-13256 Add usings and qualifications for names from namespace std
Andrew Morrow
2014-08-04
SERVER-14738 UpdateIndexData::clear() reset all member variables
Jason Rassi
2014-08-01
SERVER-14738 Correctly determine if update w/ text index is in-place
Jason Rassi