summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-24766 don't force a move in ViewResponseFormatter constructor"Kyle Suarez2016-07-221-1/+1
* SERVER-24766 don't force a move in ViewResponseFormatter constructorKyle Suarez2016-07-221-1/+1
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-218-10/+327
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-192-3/+3
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-195-7/+86
* SERVER-24766 find command support for viewsKyle Suarez2016-07-192-0/+125
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-0/+4
* SERVER-23138 make CanonicalQuery normalize $nor with one child to a NOT expre...David Storch2016-07-133-4/+56
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-3/+20
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-2/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-0710-99/+500
* SERVER-23172 Implement nested string translation iteratively.David Hatch2016-07-072-55/+83
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-073-0/+136
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-0710-500/+99
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-0710-99/+500
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-43/+1
* SERVER-24763 Add query_planner dependency to query_commonJames Wahlin2016-07-051-0/+1
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-1/+13
* SERVER-24763 Make parse method for ParsedDistinct a public methodJames Wahlin2016-07-053-1/+120
* SERVER-24645 Make $addToSet respect collation.David Hatch2016-07-013-0/+47
* SERVER-24751 add collation parameter to shardCollection commandDavid Storch2016-06-271-1/+2
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-231-0/+8
* SERVER-24745 added collection scan support to storage interface for findOne a...Benety Goh2016-06-232-11/+63
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-223-23/+26
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-228-167/+228
* SERVER-23974 Add clang 3.4 with libc++ canary builderWaley Chen2016-06-221-1/+1
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-2/+2
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+7
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-177-65/+619
* SERVER-24651 Add and use string data literalsJason Carey2016-06-173-10/+10
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-2/+0
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-2/+0
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-158-493/+337
* SERVER-23611 Distinct use collection default collation, if unspecifiedJ. Rassi2016-06-131-2/+12
* SERVER-23611 Queries use collection default collation, if unspecifiedJ. Rassi2016-06-134-0/+107
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-1010-12/+138
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-101-0/+7
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-1/+2
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-096-56/+60
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-072-1/+17
* SERVER-23611 Improve signature of prepareExecution()J. Rassi2016-06-061-117/+137
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-1/+2
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-063-35/+99
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-8/+6
* SERVER-23791 harden integration testing for commands that accept a collationDavid Storch2016-06-031-0/+1
* SERVER-24272 add invariant() that IndexDescriptors are non-null in StageBuild...David Storch2016-06-031-17/+5
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-0324-1600/+1600
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-034-5/+15
* SERVER-23618 Fix bad rebase in 0d2f72f5471f7c0f283ceea314c48d2e25d7d556Tess Avitabile2016-06-021-0/+6
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-024-9/+72