summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-4/+4
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-6/+10
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-4/+8
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-241-1/+12
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-20/+12
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-07-021-20/+58
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-11/+14
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-51/+0
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-40024 Only allow collection/index minimum visible snapshots to be move...Dianna Hohensee2019-03-191-0/+6
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-211-7/+4
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-6/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-121-16/+3
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-0/+4
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-4/+0
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-0/+4
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-12/+12
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-07-271-4/+10
* SERVER-35789 check for index catalog isready mismatch for multi-doc txnsEric Milkie2018-06-281-0/+11
* SERVER-34774: Maintain multikey state during multi-statement transaction.Daniel Gottlieb2018-05-161-4/+51
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-15/+16
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-13/+11
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-11/+13
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-13/+11
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-4/+2
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-2/+4
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-4/+2
* SERVER-33106 set multiKeyPaths and clear plan cache in onCommit hookKyle Suarez2018-02-081-12/+17
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-78/+42
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-2/+9
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+2
* SERVER-30658 Add DBLevelLocking to check storage engine APIhaleyConnelly2017-08-181-1/+8
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-1/+7
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-7/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-1/+7
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-281-0/+326