summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75101 when localField contains numeric component it must not be pushed...Matt Boros2023-04-251-0/+6
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-0/+5
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-30/+22
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-12/+25
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-281-0/+6
* SERVER-39257 Move FieldRefTempAppend to FieldRef classTed Tuckman2019-03-271-0/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39223 Move JSON Schema keywords to headerNick Zolnierz2019-02-061-0/+4
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-301-1/+8
* 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-2/+9
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-0/+29
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-17/+30
* SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster2017-05-221-9/+35
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-221-5/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-150/+157
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-6/+6
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-1/+7
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...Andrew Morrow2014-01-041-1/+8
* SERVER-7379 Prohibit shard key mutation in updatesAndrew Morrow2013-10-111-0/+2
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-11/+14
* SERVER-10159 Retain concatenated dotted path and return it that way when poss...Andrew Morrow2013-09-121-2/+2
* 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/+61
* SERVER-7174: new rename modScott Hernandez2013-06-181-1/+13
* SERVER-6400: FieldRef support for sub dottedFieldEliot Horowitz2013-05-091-1/+1
* SERVER-6400 FieldRef has a equalsDottedField to compare it to a full stringEliot Horowitz2013-05-091-0/+5
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-0/+117