summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27175 Improve performance of planSummary string generationJames Wahlin2016-12-271-13/+21
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-272-0/+4
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-093-14/+11
* SERVER-26960 don't convert find to aggregation if sort contains $naturalKyle Suarez2016-12-091-1/+9
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-082-0/+49
* SERVER-27300 delete dead function shouldUseCollationIndexKey()David Storch2016-12-073-33/+12
* SERVER-27197 fix BSONType::Code comparison to not use collatorDavid Storch2016-12-061-0/+103
* SERVER-27200 fix CodeWScope comparison to not use collatorDavid Storch2016-12-062-0/+116
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-19/+20
* SERVER-27030 Improve error for legacy find/getMore on viewJames Wahlin2016-11-161-2/+21
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-075-8/+27
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-242-3/+3
* SERVER-24512 remove dead Interval codeDavid Storch2016-10-142-55/+0
* SERVER-25821 make max insert batch size on primary tunableSam Rossi2016-10-122-0/+6
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-1/+1
* SERVER-26230 DocumentSourceCursor should reset keysExamined and docsExamined ...Tess Avitabile2016-09-301-0/+3
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-282-5/+6
* SERVER-26331 Skip computing plan cache key for idhack queriesTess Avitabile2016-09-271-10/+13
* SERVER-24755 fix explain to handle collection drop during yieldDavid Storch2016-09-263-1/+16
* SERVER-26072 add collation support for 59 new localesDavid Storch2016-09-163-407/+929
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-1512-136/+276
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-0/+156
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-085-22/+22
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-062-5/+10
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-0210-75/+75
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-023-5/+11
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-012-0/+5
* SERVER-25683 reject invalid combinations of collation optionsDavid Storch2016-08-302-0/+163
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-2/+2
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-6/+6
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2313-56/+79
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-233-2/+6
* SERVER-25190 unit tests for view query transforms to aggregationKyle Suarez2016-08-195-3/+552
* SERVER-24401 allow DISTINCT_SCAN plans over collator comparison keysDavid Storch2016-08-181-32/+83
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-1822-165/+207
* SERVER-25235: singleBatch special case in QueryRequest::asAggregationCommandKyle Suarez2016-08-162-5/+27
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-2/+3
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-156-54/+217
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-052-0/+13
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-048-86/+193
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-23/+0
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-025-94/+34
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-3/+2
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-294-25/+189
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-292-7/+6
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-2817-216/+248
* SERVER-24320 PlanCacheIndexTree should have same sort order as MatchExpressio...Tess Avitabile2016-07-264-6/+25
* 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