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.cpp
Age
Commit message (
Expand
)
Author
2024-05-21
SERVER-90594 Add `bugprone-too-small-loop-variable` to clang-tidy (#22286)
Gregory Noma
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-30
SERVER-15897: Coverity analysis defect 41886: Overflowed return value
Naama Bareket
2023-05-08
SERVER-76917: Avoid redundant bounds check
Colin Stolley
2023-04-25
SERVER-75101 when localField contains numeric component it must not be pushed...
Matt Boros
2022-03-08
SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...
Erwin Pe
2020-10-13
SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs
Billy Donahue
2020-04-20
SERVER-47476 Use small_vector to be able to store a few multikey components w...
Henrik Edin
2019-05-28
SERVER-40826 Add getters to projection nodes
Ted Tuckman
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-04
SERVER-37058: Update with numeric field names inside an array can cause valid...
Nick Zolnierz
2018-09-22
SERVER-35493 Planning support for "field name or array index" path components...
Bernard Gorman
2018-09-05
SERVER-36109 Provide planner with multikey metadata for $** indexes.
David Storch
2018-04-02
SERVER-34218 Always reinitialize fields in FieldRef::parse().
Justin Seyster
2017-05-22
SERVER-28758 Add appendPart and removeLastPart operations to FieldRef
Justin Seyster
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-02-06
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
Tyler Brock
2014-10-28
SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarations
Matt Kangas
2014-10-16
SERVER-14973 consolidate shard key parsing, cleanup shard key patterns
Greg Studer
2014-10-14
SERVER-15592 set default log component for all cpp
Matt Kangas
2014-01-04
SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...
Andrew Morrow
2013-09-25
SERVER-10159 Avoid forming past end iterator when reserializing
Andrew Morrow
2013-09-25
SERVER-10159 Re-serialize and cache dotted form in FieldRef on request
Andrew Morrow
2013-09-13
SERVER-10159 Fix invalid dereference of end iterator while parsing invalid fi...
Andrew Morrow
2013-09-12
SERVER-10159 Retain concatenated dotted path and return it that way when poss...
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
2013-06-18
SERVER-7174: new rename mod
Scott Hernandez
2013-05-09
SERVER-6400: FieldRef support for sub dottedField
Eliot Horowitz
2013-05-09
SERVER-6400 FieldRef has a equalsDottedField to compare it to a full string
Eliot Horowitz
2013-05-06
SERVER-7172 Allow init() to be called more than once in field parsing (for re...
Alberto Lerner
2013-04-18
normalize #includes in many files
Eric Milkie
2013-01-16
SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...
Alberto Lerner