summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/count_request_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-386/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-0/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-14/+6
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-21/+102
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+4
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-2/+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/+75
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-9/+9
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-7/+42
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-19/+37
* SERVER-23473 Add collation parameter to the count commandTess Avitabile2016-04-211-3/+25
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-2/+2
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-95/+95
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-0/+133