summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexcatalogtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-3/+3
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-5/+5
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-5/+5
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-3/+3
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+2
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-43/+42
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-041-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-6/+5
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+1
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-131-0/+50
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-5/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-1/+3
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-19/+19
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-271-1/+0
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+21
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-8/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-49/+49
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-6/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-7/+15
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-15/+7
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-7/+15
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-135/+134
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-5/+11
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-7/+7
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-011-6/+71
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-2/+2
* SERVER-15888: fix locking on collection mods in dbtestsEliot Horowitz2014-11-031-2/+4
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-3/+6
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+4
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-11/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-6/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+6
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-4/+4
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+3