summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56374: BACKPORT-8902 Add ability to write retryable findAndModify upda...Andrew Shuvalov2021-05-211-0/+3
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40096 Allow setIndexBuildCommitQuorum cmd to write to the config.syste...Dianna Hohensee2019-03-181-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-091-0/+2
* SERVER-39037 Refactor check whether a replica set node is running in standalo...Gregory Wlodarek2019-01-251-0/+2
* SERVER-39032 add str::stream support to NamespaceStringBenety Goh2019-01-241-0/+8
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-29/+0
* SERVER-38548 move IndexDescriptor::makeIndexNamespace() to NamespaceStringBenety Goh2018-12-311-0/+6
* SERVER-37884 Coordinator should make its state durable before sending prepare...Esha Maharishi2018-12-061-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-08-081-0/+2
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-0/+2
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-261-11/+11
* SERVER-34145 Persist database version on shardjannaerin2018-04-051-0/+1
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-7/+1
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-061-0/+6
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-0/+11
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-1/+6
* SERVER-32251: Timestamp drop collection/databaseDaniel Gottlieb2018-01-241-0/+19
* SERVER-32857 move NamespaceString escapeDbName to its user, add warningBilly Donahue2018-01-231-41/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-12/+6
* SERVER-29653 Drop admin.system.keys on CSRS downgrade from 3.6 fcv to 3.4 fcvDianna Hohensee2017-11-071-2/+2
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-1/+2
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-2/+1
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-1/+2
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-0/+2
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-0/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-27/+27
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-27/+27
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-27/+27
* SERVER-29875 Install SessionsTransactionTable on the ServiceContextKaloian Manassiev2017-06-281-31/+30
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-3/+4
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+12
* SERVER-29274 add NamespaceString::checkLengthForRename()Benety Goh2017-05-251-0/+16
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-0/+3
* SERVER-29251 add NamespaceString support for drop-pending collection namespacesBenety Goh2017-05-181-0/+72
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-0/+11
* SERVER-27381 Remove DBConfig::dropDatabaseKaloian Manassiev2016-12-131-0/+1
* SERVER-26248 Make IndexDescriptor string constants constexprKaloian Manassiev2016-09-221-2/+2
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-311-2/+2
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-311-1/+2
* SERVER-23100 Allow StringBuilder and str::stream to return StringData viewsMathias Stearn2016-08-291-3/+2
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-1/+19
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+4
* SERVER-25204 Allow writeConcern w:1 for 'local' on CSRS config serversKaloian Manassiev2016-07-251-0/+3
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-2/+2
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-0/+7
* SERVER-19934 Move system namespaces to NamespaceStringKaloian Manassiev2015-10-071-8/+18