summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_build_entry_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-161-86/+86
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-11/+7
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-66/+87
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-2/+2
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-1/+2
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-4/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-3/+3
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-7/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-5/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63071 Prepared internal transactions for retryable findAndModify can c...Cheahuychou Mao2022-02-041-1/+3
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() requires callers...Benety Goh2021-06-171-5/+2
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() uses DBHelpers::...Benety Goh2021-06-161-4/+2
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() accepts Collecti...Benety Goh2021-06-151-1/+3
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-1/+1
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-47123 remove AutoGetOrCreateDb from IndexBuildsManager::_moveRecordToL...Benety Goh2021-04-291-26/+24
* SERVER-40820 Index builders to support write conflictsBynn Lee2021-02-261-5/+11
* SERVER-54789 indexbuildentryhelpers::getIndexBuildEntry() checks if config db...Benety Goh2021-02-251-0/+7
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-17/+16
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2020-09-161-1/+31
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-15/+9
* SERVER-48171 update fail point usage in indexbuildentryhelpers::getIndexBuild...Benety Goh2020-05-151-1/+1
* SERVER-48197 add fail point to indexbuildentryhelpers::getIndexBuildEntry()Benety Goh2020-05-141-0/+9
* SERVER-47635 improve indexbuildentryhelpers error handling and messagesBenety Goh2020-05-061-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47465 remove unused functions from indexbuildentryhelpers namespaceBenety Goh2020-04-181-159/+4
* SERVER-47630 Reserving a slot in the oplog for addIndexBuildEntry can cause a...Gregory Wlodarek2020-04-171-7/+16
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-51/+50
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-3/+86
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-24/+26
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-2/+2
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-2/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-2/+2
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-11/+11
* SERVER-37979 Fix unittest compilationGregory Wlodarek2019-02-101-2/+2
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-091-0/+376