summaryrefslogtreecommitdiff
path: root/src/mongo/db/system_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-2/+9
* 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-2/+2
* SERVER-39086 Refactor system_index.cpp to build indexes using the IndexBuilds...Gregory Wlodarek2019-02-091-35/+45
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-2/+2
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-2/+2
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+1
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-7/+23
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-21/+21
* SERVER-33089 Do not regenerate auth indexes in queryable backup modeSpencer Jackson2018-02-051-0/+8
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-5/+9
* SERVER-31184 Make servers automatically set up config.system.sessionssamantharitter2017-10-111-46/+0
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-58/+70
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-70/+58
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-58/+70
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-6/+4
* SERVER-28344: Implement the admin.system.sessions collectionSpencer Jackson2017-06-201-0/+253