summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/geo_near.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-141-1/+3
* SERVER-58745 Expose computeGeoNearDistance() as an internal-only DocumentSourceRuoxin Xu2021-08-121-74/+2
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-031-4/+4
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-021-3/+18
* Revert "SERVER-52953 $geoNear does not always match coordinate given to 'near...Mihai Andrei2021-01-221-18/+3
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-01-121-3/+18
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+7
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-4/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-56/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-15/+33
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-20/+15
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-17/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-22/+22
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-3/+7
* SERVER-40358 Add assertion helpers like 'StatusOKWithContext' to all macrosEric Cox2019-12-131-3/+3
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-44380 Update computation of _boundsIncrement in GeoNear2DStage::initia...Mihai Andrei2019-11-061-2/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-84/+38
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+9
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-6/+6
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-7/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon2019-02-221-3/+3
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-2/+0
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-131-42/+42
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-4/+4
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-20/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-4/+0
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-10/+4
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-20/+10
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-3/+3
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-3/+1
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+4
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-4/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+4
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-1/+1
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-261-1/+1
* Revert "SERVER-29887 address clang-4.0 warnings in geo code"Mathias Stearn2017-07-141-1/+1
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-131-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-6/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+29