summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28271 Improve handling of invalid view pipeline defsJames Wahlin2017-04-122-1/+23
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-3/+3
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-052-0/+45
* SERVER-27761 track collation in ViewGraphKyle Suarez2017-04-045-106/+429
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-2/+6
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-0/+1
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-152-0/+10
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-135-135/+61
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-131-2/+12
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-075-88/+89
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-0/+4
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-132-21/+37
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+19
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-056-75/+1
* SERVER-26800 unit tests for ViewDefinitionKyle Suarez2016-11-226-26/+225
* 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