summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/distinct.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12641 support projections on DBRef fieldsBenety Goh2014-02-111-2/+4
* SERVER-7754 include query plan debug string in slow query log and db.currentOp()David Storch2014-01-261-1/+1
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-8/+6
* Revert "SERVER-2094 distinct only wants the field it's distinct-ing over"Hari Khalsa2014-01-171-14/+2
* SERVER-2094 distinct only wants the field it's distinct-ing overHari Khalsa2014-01-171-2/+14
* SERVER-10159 Keep runner registration management on the stack when possibleAndrew Morrow2014-01-021-3/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11643: Collection instead of nsdetailsEliot Horowitz2013-12-301-4/+3
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-041-165/+44
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+1
* SERVER-10026 SERVER-11373 fix build issues/bad delete testHari Khalsa2013-10-251-1/+3
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-74/+136
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-9441 do not allow distinct/aggregate without slaveOkmatt dannenberg2013-09-181-1/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+44
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+0
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-5/+4
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-0/+15
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+1
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-5/+5
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* Rename loadedObject to loadedRecord and specifically MatchDetails::loadedObje...Aaron2012-03-221-3/+3
* Make MatchDetails a class.Aaron2012-03-221-1/+1
* move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to qu...Aaron2012-01-181-2/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+157