index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
field_ref_set.cpp
Age
Commit message (
Expand
)
Author
2023-11-04
SERVER-82389 Add FieldSet::toString() and ProjectionEffects::toString()
Drew Paroski
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-05-31
SERVER-77362 Micro-optimizations on update path
Dan Larkin-York
2022-04-29
SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.
Daniel Moody
2019-11-14
SERVER-43860 Always upsert exact source document for pipeline-insert $merge
Bernard Gorman
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-11-30
SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...
Nick Zolnierz
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-03
SERVER-18798 Move FindAndModifyRequest to the request/response library
Kaloian Manassiev
2014-10-16
SERVER-14973 consolidate shard key parsing, cleanup shard key patterns
Greg Studer
2014-01-04
SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...
Andrew Morrow
2013-12-20
SERVER-12126: Improve update validation performance
Scott Hernandez
2013-11-13
SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...
Scott Hernandez
2013-10-11
SERVER-7379 Prohibit shard key mutation in updates
Andrew Morrow
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-07-05
SERVER-7175 Support for catching conflicting mods in the update driver.
Alberto Lerner