summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17425 Disallow creation of v0 indexesDan Pasette2015-09-221-2/+8
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-3/+4
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-291-1/+3
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-2/+3
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-2/+3
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-202/+212
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-6/+4
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-3/+3
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-18/+9
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-7/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3