summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/embedded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-271-2/+0
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-4/+3
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-1/+10
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-6/+1
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51134 ensure that RSASR has no services when destroyed, and embedded m...Kevin Pulo2020-09-281-3/+3
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-3/+6
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+0
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+4
* SERVER-49301 repairDatabasesAndCheckVersion() accepts previous server shutdow...Benety Goh2020-07-301-1/+2
* SERVER-49301 initializeStorageEngine() returns previous server shutdown state...Benety Goh2020-07-301-1/+3
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-8/+6
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-10/+5
* SERVER-47922 move embedded config from argv[0] to a StaticImmortalGabriel Russell2020-07-181-3/+4
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-5/+4
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-1/+2
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-7/+6
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-0/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-5/+8
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+14
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-0/+3
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-6/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-0/+2
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-1/+3
* SERVER-41399 embedded should create dbholder before storage engineXiangyu Yao2019-05-301-1/+1
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-3/+10
* SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue2019-05-161-3/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-1/+0
* SERVER-39102 Fix embedded and stitch unittests so logging and time reporting ...Henrik Edin2019-04-041-7/+11
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-17/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-301-5/+0
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-1/+6
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-1/+1
* SERVER-38128 Start periodic runner before the storage engineGregory Wlodarek2018-12-111-5/+6
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-0/+7
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-28/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-0/+7