summaryrefslogtreecommitdiff
path: root/src/mongo/db/record_id_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-65527 Use range bounded cursors in place of prefix search_near on uniq...Gregory Wlodarek2022-10-261-1/+13
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-6/+5
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-18/+30
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-17/+21
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-4/+13
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-10/+13
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-051-0/+6
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-0/+31
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+44
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-0/+84