summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76917: Avoid redundant bounds checkColin Stolley2023-05-081-2/+7
* SERVER-75101 when localField contains numeric component it must not be pushed...Matt Boros2023-04-251-0/+4
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+5
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-2/+2
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-70/+46
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-281-0/+10
* 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-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-5/+10
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-1/+34
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-14/+20
* SERVER-34218 Always reinitialize fields in FieldRef::parse().Justin Seyster2018-04-021-5/+3
* SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster2017-05-221-17/+67
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-200/+194
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-5/+5
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-3/+0
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-9/+20
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...Andrew Morrow2014-01-041-3/+9
* SERVER-10159 Avoid forming past end iterator when reserializingAndrew Morrow2013-09-251-1/+7
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-28/+47
* SERVER-10159 Fix invalid dereference of end iterator while parsing invalid fi...Andrew Morrow2013-09-131-1/+13
* SERVER-10159 Retain concatenated dotted path and return it that way when poss...Andrew Morrow2013-09-121-18/+25
* 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-23/+65
* SERVER-7174: new rename modScott Hernandez2013-06-181-0/+17
* SERVER-6400: FieldRef support for sub dottedFieldEliot Horowitz2013-05-091-5/+6
* SERVER-6400 FieldRef has a equalsDottedField to compare it to a full stringEliot Horowitz2013-05-091-0/+29
* SERVER-7172 Allow init() to be called more than once in field parsing (for re...Alberto Lerner2013-05-061-0/+4
* normalize #includes in many filesEric Milkie2013-04-181-0/+1
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-0/+123