summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref_set.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-4/+18
|
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* 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-37829 Add Stitch library update functionsNick Zolnierz2019-01-091-0/+8
|
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-8/+0
| | | | This reverts commit b83813667df5d783e7f34bea069d8d586946e563.
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-0/+8
|
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that ↵Nick Zolnierz2018-11-301-3/+43
| | | | 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-90/+90
|
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-3/+22
|
* SERVER-12126: Improve update validation performanceScott Hernandez2013-12-201-1/+3
|
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ↵Scott Hernandez2013-11-131-1/+18
| | | | to support immutable fields, consolodate storage validation, and misc issues.
* SERVER-7379 Prohibit shard key mutation in updatesAndrew Morrow2013-10-111-8/+31
|
* SERVER-10159 Don't perform update field conflict detection when no conflict ↵Andrew Morrow2013-09-251-0/+5
| | | | is possible
* 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/+57