summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/path_support.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2021-02-121-0/+41
* Revert "SERVER-50778 Compare array indexes numerically for updates"Ted Tuckman2020-10-231-22/+0
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2020-10-151-0/+22
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-2/+2
* 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-8/+10
* SERVER-29762 Look up arrays by index during update.Justin Seyster2017-07-061-6/+0
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-7/+7
* SERVER-28769 Implement PopNode.David Storch2017-06-291-0/+6
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+188