summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/view_catalog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38610 Use WithLock in ViewCatalogCharlie Swanson2018-12-131-38/+44
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35929 restart view resolution if catalog is invalidatedKyle Suarez2018-07-101-33/+70
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-3/+3
* SERVER-34902 disallow $out in view pipelinesamontea2018-06-121-4/+17
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+2
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-2/+4
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-3/+11
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+5
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-0/+5
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-121-65/+0
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-2/+2
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-201-3/+70
* SERVER-31313 Prohibit creating a view with $changeStreamBernard Gorman2017-10-101-19/+39
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-211-2/+7
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-17/+0
* SERVER-28271 Improve handling of invalid view pipeline defsJames Wahlin2017-04-121-1/+13
* SERVER-27761 track collation in ViewGraphKyle Suarez2017-04-041-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-43/+44
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+19
* 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-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-221-3/+21
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-4/+4
* SERVER-25979 View graph invalid on WUOW rollbackJames Wahlin2016-09-081-0/+1
* SERVER-25186 check view collation during create/collModKyle Suarez2016-09-061-0/+22
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-12/+56
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-311-9/+13
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-241-3/+24
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-191-0/+8
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-191-6/+7
* SERVER-25467 Non-materialized views enabled by defaultJames Wahlin2016-08-091-1/+1
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-041-19/+83
* Revert "SERVER-24768 Add view cycle and depth checking"Siyuan Zhou2016-08-031-83/+19
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-031-19/+83
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-021-0/+5
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-17/+89
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-41/+3
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-7/+41
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-141-0/+59
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-0/+80