summaryrefslogtreecommitdiff
path: root/src/mongo/db/views
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-28851 Resolve cycles from latest vtables.ADAM David Alan Martin2017-04-241-5/+0
* 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