summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref_set.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
|
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-0/+21
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
|
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that ↵Nick Zolnierz2018-11-301-9/+9
| | | | were modified by an update
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-105/+101
|
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-1/+2
|
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+6
|
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic ↵Andrew Morrow2014-01-041-4/+2
| | | | allocation
* SERVER-12126: Improve update validation performanceScott Hernandez2013-12-201-2/+9
|
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ↵Scott Hernandez2013-11-131-0/+29
| | | | to support immutable fields, consolodate storage validation, and misc issues.
* SERVER-7379 Prohibit shard key mutation in updatesAndrew Morrow2013-10-111-0/+22
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-7175 Support for catching conflicting mods in the update driver.Alberto Lerner2013-07-051-0/+87