summaryrefslogtreecommitdiff
path: root/src/mongo/db/record_id.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70040 Revert RecordId unique buffer to use shared bufferJordi Olivares Provencio2022-11-041-44/+83
* SERVER-68350 Disable GCC warning for freeing in RecordId destructorJordi Olivares Provencio2022-07-271-0/+11
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-68/+155
* SERVER-62369 Remove RecordId deserialization compatibility with 5.X formatSulabh Mahajan2022-06-101-5/+0
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-4/+4
* SERVER-61630 support a string form of RecordIdMartin Neupauer2022-01-141-0/+33
* SERVER-61011 Serialize RecordId to BinData and increase size limit to 8MBDaniel Gómez Ferro2022-01-141-4/+13
* SERVER-60245 Reduce RecordId copying in classic query engine collection scansLouis Williams2021-10-151-19/+40
* SERVER-60015 Remove unused optional<RecordId> printerLouis Williams2021-09-221-4/+0
* SERVER-59945 RecordId relops should take objects by const referenceAndrew Morrow2021-09-161-6/+6
* SERVER-59946 Zero initialize buffer in RecordIdAndrew Morrow2021-09-161-2/+5
* SERVER-58949 RecordId supports long stringsLouis Williams2021-09-081-54/+121
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-36/+12
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-107/+144
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-4/+4
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-129/+105
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-62/+194
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-6/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+3
* SERVER-45375 Support logging RecordId in logv2Henrik Edin2020-01-091-0/+10
* 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-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-1/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-7/+39
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-2/+2
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-81/+105
* Fix typo in RecordId relational opsMathias Stearn2015-03-051-6/+6
* SERVER-8994: Boost 1.56 fixesMark Benvenuto2015-01-151-0/+5
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-2/+106
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-0/+33