summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/index_access_method_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-8/+8
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-87/+84
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-16/+15
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-031-11/+11
* SERVER-62004 Enable regular indexes to reject duplicate keys when enforcing d...Yuhong Zhang2022-01-191-2/+96
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-191-0/+33
* Revert "SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_inse...Yuhong Zhang2021-11-111-33/+0
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-041-0/+33
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-12/+11
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-71/+73
* 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-8/+10
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-11/+11
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-42/+58
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+4
* SERVER-23974 Add clang 3.4 with libc++ canary builderWaley Chen2016-06-221-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-10/+8
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-051-0/+212