summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-031-1/+1
* SERVER-61184 Add limit to number of compound 2dsphere index keys we may generateHenrik Edin2021-12-221-0/+1
* SERVER-60607 S2AccessMethod handles NaN/out of range values when extracting g...Benety Goh2021-10-121-1/+1
* SERVER-59305 Reject timeseries measurements with array values in indexed fieldsDan Larkin-York2021-09-151-0/+6
* SERVER-57127 AbstractIndexAccessMethod::doGetKeys() accepts OperationContext ...Benety Goh2021-06-041-1/+3
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-1/+2
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-211-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-1/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+4
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+1
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-4/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-27/+9
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-2/+3
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-3/+2
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-1/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-0/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-3/+3
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-3/+3
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-3/+3
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+1
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-031-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-11/+29
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-14/+25
* SERVER-23826 SERVER-24149 Avoid undefined behavior when validating geo index ...Andrew Morrow2016-05-161-6/+14
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-1/+3
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-1/+2
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-5/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-56/+55
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-1/+1
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-131-1/+1
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-2/+2
* Revert "SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than...David Storch2014-06-191-2/+2
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-2/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-2/+2
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-34/+7
* SERVER-9639 For 2dsphere V2 indices don't index any docs missing any geo fieldsHari Khalsa2014-02-191-0/+5
* SERVER-12767 refactored key generation in db/index.Benety Goh2014-02-191-126/+2