summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27761 track collation in ViewGraphr3.4.4-rc0Kyle Suarez2017-04-145-107/+428
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-281-2/+12
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-221-4/+19
* SERVER-25599 unit tests for ResolvedViewKyle Suarez2016-11-014-27/+279
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-0/+1
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-2/+4
* SERVER-26090 Propagate aggregate options through view resolution.Charlie Swanson2016-10-141-1/+10
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-2/+2
* SERVER-26267 forbid creating views starting with 'system.'Kyle Suarez2016-09-281-0/+5
* SERVER-25444 Enforce max size of view pipelineSam Rossi2016-09-224-48/+192
* SERVER-26023 Add unit tests for ViewCatalogSam Rossi2016-09-212-0/+367
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-4/+4
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-082-7/+7
* SERVER-26022 collMod should copy ViewDefinition before modifyingJames Wahlin2016-09-082-0/+10
* SERVER-25979 View graph invalid on WUOW rollbackJames Wahlin2016-09-081-0/+1
* SERVER-25186 fix comment for ViewCatalog::modifyViewKyle Suarez2016-09-061-1/+1
* SERVER-25186 check view collation during create/collModKyle Suarez2016-09-062-0/+30
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-068-45/+108
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+3
* SERVER-25937 Writing to system.views collection should not error when feature...Tess Avitabile2016-09-022-14/+0
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-311-1/+1
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-313-11/+29
* SERVER-25802 DurableViewCatalog::iterate must check pipelineKyle Suarez2016-08-261-0/+6
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-243-6/+33
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-192-9/+21
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-192-14/+11
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-1/+2
* SERVER-25467 Non-materialized views enabled by defaultJames Wahlin2016-08-091-1/+1
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-045-24/+458
* SERVER-25428 Initialize bool in DurableViewCatalog upsertKevin Albertson2016-08-041-0/+1
* Revert "SERVER-24768 Add view cycle and depth checking"Siyuan Zhou2016-08-035-451/+24
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-035-24/+451
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-021-0/+5
* SERVER-24767 Replicate viewsGeert Bosch2016-08-014-44/+228
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-297-61/+382
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-247-16/+266
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-144-0/+95
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-075-0/+308