summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-4/+9
* SERVER-17436 Don't try to access collection pointer if it gets deleted during...Kaloian Manassiev2015-03-021-0/+1
* SERVER-17205 check for primary step down after obtaining write lockBenety Goh2015-02-111-0/+16
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+12
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-271-7/+10
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-271-6/+2
* SERVER-17061 Properly handle WriteConflictException in "createIndexes" command.Andy Schwerin2015-01-271-4/+12
* SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesA...Benety Goh2015-01-211-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-1/+2
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-2/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-1/+2