summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_geo_near.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* Rename SplittableDocumentSource::getRouterSource to getMergeSourceMathias Stearn2013-10-211-1/+1
* SplittableDocumentSource shouldn't inherit from DocumentSourceMathias Stearn2013-10-211-1/+1
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-13/+15
* Make ExpressionContext a simple structMathias Stearn2013-08-091-2/+2
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-2/+0
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-091-27/+13
* Make DocumentSource handling more genericMathias Stearn2013-08-081-3/+3
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-3/+5
* SERVER-7781 add $geoNear pipeline stageMathias Stearn2012-12-141-0/+219