summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-07-261-8/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29191 Dropping an index named "*" is ambiguous because createIndexes p...Matthew Russotto2017-07-061-0/+5
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-11/+8
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-2/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-5/+2
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-061-1/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27711 Allow maxTimeMS option for createIndexes commandJames Wahlin2017-03-101-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-35/+35
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-4/+4
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-4/+4
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-4/+4
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-4/+2
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-271-8/+51
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-57/+7
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-6/+4
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-7/+15
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-4/+90
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-4/+10
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-011-87/+67
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-7/+5
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-0/+8
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-14/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+5
* SERVER-19642 Fix compileVincent Do2016-05-091-2/+2
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-091-0/+21
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+3
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-151-3/+2
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+3
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-30/+27
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-12747 Add field to command result _after_ collection is created.Max Hirschhorn2016-02-041-2/+4
* SERVER-12941 Improve error messages from "createIndexes" command.Max Hirschhorn2016-02-041-3/+12
* SERVER-20487 w:majority writes that return an error should wait for replicationEric Milkie2015-09-231-2/+9