summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43642 remove IndexBuilderBenety Goh2019-11-211-218/+0
* SERVER-43642 remove IndexBuilder::canBuildInBackground()Benety Goh2019-11-201-4/+0
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+2
* SERVER-43323 All replicated index builds should write startIndexBuildLouis Williams2019-09-301-16/+47
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-21/+6
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-3/+8
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-164/+8
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-7/+7
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-1/+1
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-14/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-6/+11
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-80/+33
* SERVER-39077 IndexBuilder should always relock database on exceptionsLouis Williams2019-01-181-30/+34
* SERVER-38833: Throw a WCE when index completion ghost writes set a bad timest...Daniel Gottlieb2019-01-181-17/+7
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-32/+37
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-0/+15
* SERVER-38712 do not hold collection lock while failing a bg index build on se...Eric Milkie2018-12-281-3/+8
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-2/+4
* SERVER-38617: Do not timestamp ghost writes during rollback via refetch.Daniel Gottlieb2018-12-141-0/+8
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+2
* SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of...Louis Williams2018-12-041-5/+20
* SERVER-38314 IndexBuilder should not be interrupted while reacquiring databas...Benety Goh2018-12-031-1/+8
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-21/+44
* SERVER-37729 background index builds on secondaries cannot be interrupted by ...Benety Goh2018-11-281-1/+9
* SERVER-37729 IndexBuilder updates CurOp using createIndexes formatBenety Goh2018-11-281-1/+17
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-2/+9
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-2/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-111-0/+7
* SERVER-37121 Retry timestamping secondary background index buildsLouis Williams2018-09-201-3/+19
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-2/+0
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-061-0/+1
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-1/+1
* SERVER-34847 Catch all DBExceptions in index builderXiangyu Yao2018-05-161-1/+3
* SERVER-34896: Move timestamping responsibility on index completion to callers.Daniel Gottlieb2018-05-141-1/+43
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-34142: Fix fassert codeDaniel Gottlieb2018-04-061-1/+1
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-061-73/+80