summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_distinct_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-21/+25
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-5/+5
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-4/+12
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-32/+37
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-6/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-27/+23
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-05-141-0/+53
* SERVER-39256 Add a method for serializing a parsed distinct commandNick Zolnierz2019-03-201-10/+76
* 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-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-5/+5
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+72
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-4/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-02-071-0/+15
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-3/+2
* SERVER-25190 unit tests for view query transforms to aggregationKyle Suarez2016-08-191-0/+141