summaryrefslogtreecommitdiff
path: root/src/mongo/db/queryutil.h
Commit message (Expand)AuthorAgeFilesLines
* Fix definitions of FieldBound and FieldInterval.Aaron2012-03-221-3/+3
* SERVER-4150 use ints to count buffered matches, long longs to count explain m...Aaron2012-03-051-0/+7
* SERVER-4150 commentsAaron2012-02-291-0/+2
* SERVER-4150 fix two Windows build warningsTad Marshall2012-02-251-1/+1
* SERVER-4150 just use a normal set for hybrid reorder dupsAaron2012-02-241-51/+5
* SERVER-4150 move response build strategy classes into query header, move smal...Aaron2012-02-241-0/+56
* ensure field range set owns its attributesAaron2012-02-241-2/+2
* SERVER-4150 mergeAaron2012-02-241-5/+1
* SERVER-4150 move explain recording strategy class definitions into query headerAaron2012-02-241-6/+10
* 4150 explain implementation checkpointAaron2012-02-241-1/+1
* SERVER-4669 added basic toString() functions for queryutil and queryoptimizer...Aaron2012-02-241-0/+5
* SERVER-4150 reimplement query using query optimizer cursor one checkpointAaron2012-02-241-0/+207
* Calculating which shard(s) to send $in queries to was taking a long time. Thi...Spencer T Brody2012-02-081-2/+0
* SERVER-4554 for shard selection, treat empty ranges separately from universal...Aaron2012-02-061-3/+7
* clean queryutil, replace orFinished() and moreOrClauses() with orRangesExhaus...Aaron2012-01-181-8/+3
* move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to qu...Aaron2012-01-181-0/+2
* SERVER-4556 remove concept of a 'nontrivial' range in FieldRange; use 'univer...Aaron2012-01-181-17/+16
* SERVER-4556 fix fairly recent, incorrect comment about nontrivial rangesAaron2011-12-251-1/+1
* SERVER-4555 commentAaron2011-12-251-1/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+443