summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_standard_index_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72521 Add sorted_data_interface benchmarksGeert Bosch2023-02-021-116/+2
* SERVER-73019 Eliminate IndexDescriptor* in WiredTigerIndexGregory Wlodarek2023-01-201-3/+10
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-251-4/+0
* SERVER-65102 Add WT column storeIan Boros2022-04-301-2/+2
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-8/+15
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-15/+8
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-8/+15
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-5/+2
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-3/+3
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-2/+5
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-5/+2
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-2/+5
* SERVER-43176 Remove seekExact from SortedDataInterfaceHenrik Edin2021-12-011-48/+0
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-051-2/+2
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-0/+4
* SERVER-55479 Invariant that the first table checked in WiredTigerUtil::setTab...Gregory Wlodarek2021-04-071-0/+4
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-3/+8
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-10/+5
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-12/+12
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-2/+2
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-3/+5
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-3/+5
* SERVER-44577 Ensure WiredTiger RecordStore and SortedDataInterface cursors ha...Louis Williams2020-04-071-0/+142
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-161-7/+7
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-201-0/+24
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38779 Have a session sweep job to close old idle WT sessionsr4.1.7Sulabh Mahajan2019-01-161-1/+4
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-031-1/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-0/+2
* SERVER-34745 Simplify seekExact() and fix restore() for unique indexesSulabh Mahajan2018-08-061-1/+3
* SERVER-31726: Trigger an OplogManager flush directly after transaction comple...Daniel Gottlieb2017-10-271-1/+2
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-0/+113