summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-143-13/+133
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-133-3/+3
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-133-3/+3
* SERVER-26067 Fix ViewDefinition access outside of lockJames Wahlin2016-09-131-8/+9
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-57/+5
* SERVER-26047 Assert that fail point is configured successfully in write_conce...Randolph Tan2016-09-121-0/+5
* SERVER-25741 Move check for "collation" option into CmdCreate::run().Max Hirschhorn2016-09-091-0/+12
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-2/+2
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-072-4/+11
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-077-0/+110
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-062-2/+67
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-0219-53/+53
* SERVER-25903 Use correct client in currentop listMark Benvenuto2016-09-011-1/+1
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-011-87/+67
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-313-0/+87
* SERVER-25798 return appropriate views error when validating a viewKyle Suarez2016-08-291-0/+5
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-263-16/+29
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-263-43/+6
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-4/+4
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-5/+3
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-252-80/+8
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-245-31/+31
* SERVER-25739 set_feature_compatibility_version.js should not use 3.4 mongos t...Tess Avitabile2016-08-241-1/+1
* SERVER-25155 featureCompatibilityVersion document should be created at replic...Tess Avitabile2016-08-242-25/+24
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-243-18/+52
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+2
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-222-58/+119
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-194-0/+460
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-191-8/+6
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-27/+40
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-5/+13
* SERVER-24496: Add collStats command output to $collStats stageKevin Albertson2016-08-161-65/+5
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-152-2/+2
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-121-9/+20
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-111-20/+9
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-9/+20
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-112-27/+66
* SERVER-24724 authz for viewsKyle Suarez2016-08-111-13/+72
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-0/+74
* SERVER-24497 Linearizable read concern implementedhari devaraj2016-08-101-24/+37
* SERVER-25466 Add MessageCompressor stats to server statusJonathan Reams2016-08-102-0/+3
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-102-66/+27
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-093-0/+132
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-092-27/+66
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-0840-141/+136
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-042-10/+57
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-044-4/+15
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-3/+2
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-021-22/+18