summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/count_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-10/+0
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-0/+10
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-10/+0
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-11/+0
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-168/+35
* 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/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-9/+2
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-28/+53
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-4/+0
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-6/+4
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-6/+5
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-1/+55
* SERVER-23473 Add collation parameter to the count commandTess Avitabile2016-04-211-0/+16
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-6/+6
* Revert "SERVER-23136 Count command should return InvalidNamespace instead of ...Kaloian Manassiev2016-03-151-6/+6
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-6/+6
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-3/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-70/+64
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-0/+131