summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit ba1704f7cbc0b9a03a181df145f75f433a59b7df.
* 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
| | | | Reinstated after revert in a1c67941bf08c69cab04eba20bc9ce9a763e1c7f
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending ↵Geert Bosch2017-07-151-27/+27
| | | | | | collections" This reverts commit d8afe01c37aa24bef255e8aea4ec6882df71b1dd.
* 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
| | | | | Also hooks it with the replication subsystem and ensures the collection is created on promotion to primary.
* 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
| | | | | | This function is used by renameCollection() to validate the target namespace. Indexes in a collection have implicit namespaces and are subject to the same length constraints as the collection namespace.
* 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
| | | | | | Moves registration of aggregation cursors to the global cursor manager. This simplifies the logic for acquiring locks and resolving view namespaces within the getMore and killCursors commands.
* 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
| | | | Avoids unnecessary copies when passing result to a function.
* 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
| | | | Replace StringData("foo", StringData::LiteralTag()) with "foo"_sd
* SERVER-18038 added minvalid and initial sync flag support to repl storage ↵Benety Goh2016-04-181-0/+7
| | | | interface
* SERVER-19934 Move system namespaces to NamespaceStringKaloian Manassiev2015-10-071-8/+18
|
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-8/+8
| | | | Implementing the killCursors command in mongos and the mongo shell is further work.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-72/+72
|
* SERVER-16741 Add escape sequence to directoryperdb paths in KV Storedaveh862015-05-121-0/+44
|
* Revert "SERVER-16741 Add escape sequence to directoryperdb paths in KV Store"Adam Midvidy2015-05-111-44/+0
| | | | This reverts commit e45ec68181c5d27074c75be6627f9660f75cf484.
* SERVER-16741 Add escape sequence to directoryperdb paths in KV Storedaveh862015-05-111-0/+44
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
|
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-0/+18
|
* SERVER-13084: move legalClientSystemNS into namespace_stringEliot Horowitz2014-04-101-0/+51