summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_geo_near.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63309 Change geoNear user accessible tassert to uassertTed Tuckman2022-02-071-1/+4
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-191-0/+210
* SERVER-58604 Allow $geoNear 'near' argument to be a let variableMilena Ivanova2021-09-061-26/+36
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-31/+11
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-11/+31
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-2/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-2/+1
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-2/+3
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-3/+2
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-3/+3
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-157/+114
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+2
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' fi...David Storch2017-12-011-1/+27
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-3/+3
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-2/+2
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-3/+9
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-1/+0
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-1/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-2/+6
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-2/+2
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-4/+1
* SERVER-23349 add collation support to $geoNear agg stageDavid Storch2016-07-261-0/+16
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-1/+3
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-3/+3
* SERVER-24622 Every DocumentSource should implement detach/reattachToOpCtxCharlie Swanson2016-06-171-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-9/+15
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-4/+0
* SERVER-19105 Define macro for registering DocumentSourcesCharlie Swanson2015-06-241-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-145/+143
* SERVER-14421 Adds minDistance to geoNear aggregate operatorKevin Albertson2015-06-181-0/+10
* SERVER-17835: fix complie for loggingSam Kleinman2015-04-011-0/+3
* SERVER-17835: geoNear pipeline stage no longer needs to specify uniqueDocsSam Kleinman2015-04-011-6/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+3