summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26775: Cursors may be on a view namespace.Daniel Gottlieb2016-11-151-1/+1
* SERVER-26958 Fix potential nullptr dereference in WCE retry loopGeert Bosch2016-11-091-1/+1
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-091-3/+1
* SERVER-26243 Allow deletion of system.views and fix/test rollbackGeert Bosch2016-11-091-10/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-084-21/+40
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2016-11-071-2/+33
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-064-40/+21
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-044-21/+40
* Revert "SERVER-23976: Input validate database names for repairDatabase."Dan Pasette2016-11-031-1/+1
* SERVER-23976: Input validate database names for repairDatabase.Daniel Gottlieb2016-11-031-1/+1
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-032-5/+7
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-284-15/+11
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-272-23/+5
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-261-1/+0
* SERVER-26425 perform dropDatabase in WriteConflictException retry loopKyle Suarez2016-10-251-1/+4
* SERVER-26648 tolerate bad collection metadata produced on version 2.4 or earlierDavid Storch2016-10-252-6/+42
* SERVER-26686 make validate command ignore validateFeaturesAsMasterDavid Storch2016-10-241-2/+11
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-2411-183/+772
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-205-56/+185
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-184-63/+180
* SERVER-26571 ignore 'create' field during collection options parsingDavid Storch2016-10-142-5/+26
* Revert "SERVER-26490 Whitelist usePowerOf2Sizes option to create command"Tess Avitabile2016-10-061-4/+0
* SERVER-26490 Whitelist usePowerOf2Sizes option to create commandTess Avitabile2016-10-061-0/+4
* Remove TODO for SERVER-26457Tess Avitabile2016-10-051-2/+0
* SERVER-26450 Whitelist maxTimeMS option to create commandTess Avitabile2016-10-041-0/+4
* SERVER-25459 Create command should reject unknown optionsTess Avitabile2016-10-032-11/+15
* SERVER-26367 index_killop.js should use failpointJames Wahlin2016-10-031-5/+11
* SERVER-24127 Avoid overflow rounding up the capped sizeGeert Bosch2016-09-302-1/+24
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-294-4/+30
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-1/+1
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-233-1/+73
* SERVER-25004 isolate parsing logic in collmodRobert Guo2016-09-234-197/+232
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-211-0/+4
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-206-47/+48
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-161-3/+7
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-161-0/+14
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-147-111/+123
* SERVER-25741 Move check for "collation" option into CmdCreate::run().Max Hirschhorn2016-09-091-8/+0
* SERVER-26022 collMod should copy ViewDefinition before modifyingJames Wahlin2016-09-081-2/+6
* SERVER-25741 Disallow collection default collation if featureCompatibilityVer...Tess Avitabile2016-09-081-0/+8
* Revert "SERVER-25741 Disallow collection default collation if featureCompatib...Tess Avitabile2016-09-071-8/+0
* SERVER-25741 Disallow collection default collation if featureCompatibilityVer...Tess Avitabile2016-09-071-0/+8
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-075-62/+345
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-071-5/+3
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-063-7/+5
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-0/+33
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-026-22/+21
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-022-2/+8
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-023-3/+6
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-014-2/+290