summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-071-5/+3
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-063-7/+5
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-0/+33
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-026-22/+21
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-022-2/+8
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-023-3/+6
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-014-2/+290
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-311-0/+8
* SERVER-25675 fix collMod type check for view pipelineKyle Suarez2016-08-301-1/+1
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+3
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-242-14/+16
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-241-1/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+2
* SERVER-21168 Update top on database dropKevin Albertson2016-08-191-0/+4
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-192-3/+2
* SERVER-25585 Delete ClientCursors without holding _mutex to avoid hang.Max Hirschhorn2016-08-191-65/+83
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-182-13/+18
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-2/+7
* SERVER-25115 emptycapped test command doesn't verify argumentsJonathan Abrahams2016-08-151-2/+22
* SERVER-24999 Built _configsvrSplitChunk wrapper around applyOpsJess Fan2016-08-101-6/+8
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-17/+29
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-021-1/+3
* SERVER-25369 Remove unused nss variableGeert Bosch2016-08-021-1/+0
* SERVER-24239 Add support to collMod command for index names.David Hatch2016-08-021-24/+66
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-012-1/+18
* SERVER-24767 Replicate viewsGeert Bosch2016-08-015-23/+35
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-011-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-284-35/+120
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-245-19/+117
* SERVER-25136 allow index types which do not support collation on a collection...David Storch2016-07-201-7/+9
* SERVER-24986 validate() should work with partial indexes and invalid documentsRobert Guo2016-07-191-12/+6
* SERVER-24631: Add TTL collection namespace cacheKevin Albertson2016-07-192-0/+29
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-181-3/+8
* SERVER-23073 Check if either collection is sharded before renaming.Charlie Swanson2016-07-181-1/+12
* SERVER-24935 - Retry failed index builds upon receiving WT_CACHE_FULLDavid Hows2016-07-141-0/+4
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-0/+38
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-0/+6
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-075-27/+152
* SERVER-23750: unit test cleanupScott Hernandez2016-06-301-0/+11
* SERVER-23690 Make applyOps command use the collection default collationTess Avitabile2016-06-221-11/+38
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-173-6/+15
* SERVER-23750: remove init impl from header and add invariant checksScott Hernandez2016-06-172-4/+10
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-152-16/+10
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-152-9/+12
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-102-7/+24
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-093-6/+3
* SERVER-23326 Commit applyOps as single WUOW where possibler3.3.7Geert Bosch2016-06-031-95/+193
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-1/+1
* SERVER-24380 Fix null deref. with coll/index having "simple" collationJ. Rassi2016-06-032-3/+21