summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_distinct.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-011-1/+2
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-1/+3
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-35/+26
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-5/+5
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-26/+28
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-2/+2
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-9/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+8
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-05-141-10/+76
* SERVER-40510 Distinct command can create an invalid BSON projection spec if k...Martin Neupauer2019-04-121-0/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-281-1/+78
* SERVER-39256 Add a method for serializing a parsed distinct commandNick Zolnierz2019-03-201-46/+23
* 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-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-2/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+2
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-2/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-1/+2
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+7
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+62
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-3/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-02-071-1/+11
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-5/+0
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-0/+50
* SERVER-24763 Make parse method for ParsedDistinct a public methodJames Wahlin2016-07-051-0/+98