index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
system_index.cpp
Age
Commit message (
Expand
)
Author
2024-06-03
SERVER-90797 tighten and document fassert, fix broken calls (#22895)
Billy Donahue
2023-12-26
SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.h
Silvia Surroca
2023-11-18
SERVER-78744 Access Locker through locker_api.h
Silvia Surroca
2023-10-18
SERVER-80660 Log a summary of where mongodb spent time during startup
Evelyn Wu
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-11
SERVER-79186 Make createSystemIndexes interruptible
Yu Jin Kang Park
2023-07-21
SERVER-34156 Consolidate to a single replication API method for checking if a...
Kaitlin Mahar
2023-07-18
SERVER-77542 Make internal ops handle TemporarilyUnavailable and TransactionT...
Josef Ahmad
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-05-12
SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...
mathisbessamdb
2023-02-26
SERVER-73112 Avoid constructing global namespaces directly
jannaerin
2022-05-31
SERVER-63865 Handle missing index idents during standalone startup recovery
Gregory Noma
2022-05-10
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-04-22
SERVER-60761 Move the global read-only flag to be an OperationContext function
Gregory Wlodarek
2022-03-29
SERVER-63838 expose createIndexes and create events from chunkMigration only ...
Misha Tyulenev
2021-04-02
SERVER-55708 remove unused parameter from index_key_validate::validateIndexSp...
Benety Goh
2020-12-08
SERVER-40811 make initializers throwy
Billy Donahue
2020-10-26
SERVER-50031 createSystemIndexes should allow WriteConflictExceptions to escape
Benety Goh
2020-10-08
SERVER-50145 Collection instances are modified using copy-on-write
Henrik Edin
2020-09-26
SERVER-50984 Add CollectionPtr to replace usage of const Collection*
Henrik Edin
2020-09-03
SERVER-50408 Change NotMaster error name to NotWritablePrimary
Pavi Vetriselvan
2020-09-02
SERVER-50317 Const correct uses of Collection
Henrik Edin
2020-06-04
SERVER-47182 IndexBuildsCoordinator::createIndexes() accepts single index spec
Benety Goh
2020-05-15
SERVER-48148 Cleanup of execution logs in db/
Henrik Edin
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-07
SERVER-47358 Take collection MODE_X locks instead of database MODE_X lock in ...
Gregory Noma
2020-03-24
SERVER-47040 LOGV2_FATAL also fasserts
Henrik Edin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2019-11-26
SERVER-43859: Take MODE_IX locks for collection creation.
Daniel Gottlieb
2019-11-20
SERVER-43642 IndexBuildsCoordinator::createIndexes() accepts index constraints
Benety Goh
2019-11-05
SERVER-43697 build system indexes for auth using IndexBuildsCoordinator index...
Benety Goh
2019-09-30
SERVER-43323 All replicated index builds should write startIndexBuild
Louis Williams
2019-09-30
SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...
Evgeni Dobranov
2019-07-29
SERVER-41696 Remove the 'ns' field from index specs
Gregory Wlodarek
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-07-19
SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...
Benety Goh
2019-07-15
SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)
Xiangyu Yao
2019-02-22
SERVER-37954 Thread commitQuorum through the createIndexes command into the C...
Gregory Wlodarek
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-02-12
SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entrires
Louis Williams
2019-02-09
SERVER-39086 Refactor system_index.cpp to build indexes using the IndexBuilds...
Gregory Wlodarek
2018-12-19
SERVER-38091 IndexCatalog iterators and accessors should return const entries
Louis Williams
2018-12-10
SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImpl
Benety Goh
2018-11-20
SERVER-37763 MultiIndexBlock::commit() returns Status
Benety Goh
2018-10-26
SERVER-37589 add library for MultiIndexBlock
Benety Goh
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-12
SERVER-36889 unshim MultiIndexBlock
Benety Goh
[next]