summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2214-251/+279
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-10/+6
* SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate().Justin Seyster2018-09-071-3/+4
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-2/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-2/+2
* SERVER-29908 Move 'updateConfigServerOpTimeFromMetadata' out of ShardingStateKaloian Manassiev2018-08-011-1/+0
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-11/+4
* 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-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-2/+1
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-1/+2
* SERVER-34902 disallow $out in view pipelinesamontea2018-06-122-4/+32
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-073-153/+0
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+2
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-032-3/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-1/+1
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-0/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32436 Add virtual destructor to DurableViewCatalogChibuikem Amaechi2018-03-011-0/+1
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-3/+11
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-0/+1
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-22/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+5
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-175-70/+57
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-0/+5
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-122-149/+13
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-2/+2
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-4/+4
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-1/+0
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-202-5/+194
* SERVER-31313 Prohibit creating a view with $changeStreamBernard Gorman2017-10-104-19/+126
* 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-216-26/+165
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-162-7/+7
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-9/+8
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-092-25/+0
* SERVER-29517 Fix data race by making ViewGraph::_idCounter non-static.David Storch2017-06-082-2/+1
* SERVER-29001 use fewer but larger pipeline stages for views max size testsKyle Suarez2017-05-221-44/+39