summaryrefslogtreecommitdiff
path: root/src/mongo/db/system_index.cpp
AgeCommit message (Expand)Author
2024-06-03SERVER-90797 tighten and document fassert, fix broken calls (#22895)Billy Donahue
2023-12-26SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.hSilvia Surroca
2023-11-18SERVER-78744 Access Locker through locker_api.hSilvia Surroca
2023-10-18SERVER-80660 Log a summary of where mongodb spent time during startupEvelyn Wu
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-08-11SERVER-79186 Make createSystemIndexes interruptibleYu Jin Kang Park
2023-07-21SERVER-34156 Consolidate to a single replication API method for checking if a...Kaitlin Mahar
2023-07-18SERVER-77542 Make internal ops handle TemporarilyUnavailable and TransactionT...Josef Ahmad
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-05-12SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb
2023-02-26SERVER-73112 Avoid constructing global namespaces directlyjannaerin
2022-05-31SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma
2022-05-10SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-22SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek
2022-03-29SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev
2021-04-02SERVER-55708 remove unused parameter from index_key_validate::validateIndexSp...Benety Goh
2020-12-08SERVER-40811 make initializers throwyBilly Donahue
2020-10-26SERVER-50031 createSystemIndexes should allow WriteConflictExceptions to escapeBenety Goh
2020-10-08SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin
2020-09-26SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin
2020-09-03SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan
2020-09-02SERVER-50317 Const correct uses of CollectionHenrik Edin
2020-06-04SERVER-47182 IndexBuildsCoordinator::createIndexes() accepts single index specBenety Goh
2020-05-15SERVER-48148 Cleanup of execution logs in db/Henrik Edin
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-07SERVER-47358 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma
2020-03-24SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2019-11-26SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb
2019-11-20SERVER-43642 IndexBuildsCoordinator::createIndexes() accepts index constraintsBenety Goh
2019-11-05SERVER-43697 build system indexes for auth using IndexBuildsCoordinator index...Benety Goh
2019-09-30SERVER-43323 All replicated index builds should write startIndexBuildLouis Williams
2019-09-30SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov
2019-07-29SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-07-19SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh
2019-07-15SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao
2019-02-22SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-12SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams
2019-02-09SERVER-39086 Refactor system_index.cpp to build indexes using the IndexBuilds...Gregory Wlodarek
2018-12-19SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams
2018-12-10SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh
2018-11-20SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh
2018-10-26SERVER-37589 add library for MultiIndexBlockBenety Goh
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-12SERVER-36889 unshim MultiIndexBlockBenety Goh