summaryrefslogtreecommitdiff
path: root/src/mongo/db/update_index_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-0/+4
* SERVER-54953 Improved performance of UpdateIndexData path matching codeMohammad Dashti2021-06-071-18/+81
* SERVER-55481 Avoid repeatedly checking whether indexes are affected for the s...Gregory Noma2021-04-201-0/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-86/+33
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-103/+95
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-5/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14738 UpdateIndexData::clear() reset all member variablesJason Rassi2014-08-041-0/+2
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-0/+173