summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/index_entry_comparison.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-26050 Add CollationKey(..) to hex-encoded index keys when using collationIvan Fefer2023-03-311-3/+5
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-11/+10
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-5/+8
* SERVER-68815: Fix coverity dereference after null checkWill Buerger2022-11-171-2/+3
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-64830 Simplify exclusivity tracking in IndexSeekPointDan Larkin-York2022-04-011-24/+4
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-241-4/+18
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-1/+2
* SERVER-50454 Avoiding sending the "keyValue" field to drivers on duplicate ke...Denis Grebennicov2021-05-201-1/+2
* SERVER-55681 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-1/+4
* Revert "SERVER-55342 Clustered collections should reject duplicate _id values"Louis Williams2021-04-071-4/+1
* SERVER-55342 Clustered collections should reject duplicate _id valuesLouis Williams2021-04-071-1/+4
* SERVER-54552 [SBE] Reverse index scan may produce wrong resultsMickey. J Winters2021-03-101-5/+13
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-4/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-0/+19
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-151-7/+46
* SERVER-42973 Remove IndexEntryComparison::makeQueryObjectHaley Connelly2019-09-101-57/+37
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-4/+16
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-0/+13
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-161-0/+12
* SERVER-42285 Add index field names to keyValue when constructing DuplicateKey...James Wahlin2019-07-221-2/+3
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38461 Limit upsert retry to DuplicateKey violations with matching valuesJames Wahlin2018-12-121-1/+1
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-141-0/+30
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-119/+115
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-0/+6
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-5/+6
* SERVER-13635: hook up mmap_v1 to SortedDataInterface test harness and fix mma...Eliot Horowitz2014-09-171-2/+4
* SERVER-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-121-0/+162