summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/count_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-13/+0
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-0/+13
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-13/+0
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-6/+0
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-142/+24
* 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-31159 Make count command support UUIDsGeert Bosch2017-09-211-3/+4
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-8/+47
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-2/+21
* SERVER-23473 Add collation parameter to the count commandTess Avitabile2016-04-211-0/+9
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-1/+1
* Revert "SERVER-23136 Count command should return InvalidNamespace instead of ...Kaloian Manassiev2016-03-151-1/+1
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-1/+1
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-3/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-45/+58
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-0/+94