summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/storage_validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75517 Add additional dollar-prefix validation in _idAlya Berciu2023-04-041-11/+22
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-20/+7
* SERVER-60156 Add a way to bypass storageValid() for time-series updatesYuhong Zhang2021-09-291-6/+6
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-3/+3
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-3/+3
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-5/+10
* SERVER-57382 Add _id $-prefix validation to storage validationAlya Berciu2021-06-091-10/+25
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-21/+51
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-131-2/+7
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-051-11/+24
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-13/+11
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-11/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-20/+0
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+188