summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/storage_timestamp_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-081-4416/+0
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-1/+3
* SERVER-62447 Add collectionUUID parameter to Indexes commandsMoustafa Maher Khalil2022-01-251-2/+2
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-66/+5
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-27/+34
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-13/+13
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-17/+9
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-5/+5
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-6/+15
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-0/+225
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-6/+13
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-12/+12
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-291-2/+3
* SERVER-54778: Use the same writer thread to write noop entries for donor oplo...Lingzhi Deng2021-03-021-1/+1
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-13/+2
* SERVER-54003 Validate BSON type to be array when parsing BSON object to ArrayMoustafa Maher2021-01-261-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-47642 Ensure no active snapshot before acquiring collection X lockBrian DeLeonardis2020-10-151-0/+1
* SERVER-51330 SecondarySetWildcardIndexMultikeyOnInsert should prevent insert ...Louis Williams2020-10-051-7/+22
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-35/+30
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-3/+2
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-4/+4
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-66/+68
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-0/+198
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-6/+6
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-32/+34
* SERVER-50602 make StorageTimestampTests provide commit quorum to createIndexe...Benety Goh2020-08-281-51/+38
* SERVER-50054 Advance logicalClock on transactionParticipant to commitTimestam...Tommaso Tocci2020-08-261-5/+7
* SERVER-50366 fix StorageTimestampTests for resumable index buildsBenety Goh2020-08-181-0/+29
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+4
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-77/+88
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-2/+83
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-151-6/+6
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-57/+212
* SERVER-48510 fix race in StorageTimestampTest::TimestampIndexOplogApplication...Benety Goh2020-06-011-4/+21
* SERVER-40894 Remove unused setGhostCommitTimestampForWrite() and TimestampInd...Gregory Noma2020-05-271-157/+0
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-121-7/+15
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-92/+29
* SERVER-47635 remove index build from config.system.indexBuilds after completi...Benety Goh2020-05-061-2/+2
* SERVER-47635 add tests to check config.system.indexBuilds after completing in...Benety Goh2020-05-061-0/+58
* SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=falseMaria van Keulen2020-04-271-0/+3
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-241-29/+42
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-8/+12
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-0/+7
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1