summaryrefslogtreecommitdiff
path: root/jstests/core/collation.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40546 Fix min/max boundary checkingIan Boros2019-10-291-0/+28
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-08-131-49/+0
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1802/+1766
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-07-081-2/+0
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-2/+8
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-10/+14
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-2/+2
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-2/+2
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-35/+0
* SERVER-35580 Remove ReIndexCmd from mongosCheahuychou Mao2018-06-281-27/+29
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-116/+62
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-35/+47
* SERVER-28524 remove group commandKyle Suarez2018-05-301-78/+0
* SERVER-34991 JS tests doing transaction operations must use majority writeCon...Dianna Hohensee2018-05-251-1/+5
* SERVER-33658 Disable transaction tests on storage engines without document-le...Matthew Russotto2018-03-051-2/+2
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-11/+21
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-011-1/+3
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-24/+24
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+37
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-1/+2
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+16
* SERVER-28533 Have collation.js ignore UUIDs in CollectionInfo comparisonGeert Bosch2017-03-291-1/+3
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-161-0/+8
* SERVER-27525 Use test-specific database to test convertToCapped with collationTess Avitabile2017-01-111-26/+0
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-181-2/+8
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-20/+40
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+4
* SERVER-24401 allow DISTINCT_SCAN plans over collator comparison keysDavid Storch2016-08-181-0/+21
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-8/+14
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-33/+88
* SERVER-24534 Add tests for cloning collections w/ non-simple collations.Max Hirschhorn2016-07-271-0/+86
* SERVER-25136 allow index types which do not support collation on a collection...David Storch2016-07-201-0/+15
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-9/+167
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-2/+176
* SERVER-24405 enable collation.js in sharding passthrough suitesDavid Storch2016-06-221-16/+22
* SERVER-23690 Make applyOps command use the collection default collationTess Avitabile2016-06-221-0/+20
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-0/+46
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-151-2/+12
* SERVER-23611 Collection-default jstests for collation-aware opsJ. Rassi2016-06-131-59/+456
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-7/+26
* SERVER-23611 Add collation tests for non-existent collectionsJ. Rassi2016-06-061-40/+162
* Fixed lint after rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-061-10/+5
* Rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-061-0/+963