summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/expression_index.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47994 Fix for numerical overflow in GeoHash (part 2)Svilen Mihaylov2020-05-181-6/+5
|
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
|
* SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon2019-02-221-4/+4
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of ↵Mark Benvenuto2017-01-051-12/+9
| | | | std::atomic
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-5/+6
|
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+2
| | | | | On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-20042 removed unnecessary using statementBenety Goh2015-08-211-1/+0
|
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-111-4/+98
|
* SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang2015-07-201-11/+26
|
* SERVER-18958 Changes geo query covering levelsKevin Albertson2015-07-171-11/+15
|
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-171-74/+4
|
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-10/+2
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-157/+143
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
|
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
|
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-1/+1
|
* SERVER-14981 don't generate cell ids > coarsestIndexedLevel when building ↵Greg Studer2014-08-281-16/+15
| | | | covering
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-0/+209
- additional covering parameters - only project points when required