summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.L2022-04-261-0/+12
* Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.Alexandru Mărășteanu2022-04-151-0/+16
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-3/+4
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-0/+3
* Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.Anders Kaseorg2022-02-241-0/+5
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-3/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-075-29/+60
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0726-2361/+3414
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg2021-12-271-64/+179
* Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg2021-12-241-0/+47
* Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak2021-12-221-3/+0
* Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.David Smith2021-11-051-4/+4
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti2021-11-044-5/+107
* Refs #29738 -- Added test for serializing psycopg2's NumericRange with Decima...Guilherme Martins Crocetti2021-11-041-1/+5
* Refs #27694 -- Added more tests for chaining lookups with HStoreField key tra...Sarah Abderemane2021-10-041-3/+55
* Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope2021-10-011-22/+104
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-013-2/+29
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-3/+31
* Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope2021-10-012-2/+2
* Fixed SpGistIndex tests on PostgreSQL 14+.Nick Pope2021-10-011-11/+11
* Fixed #33114 -- Defined default output_field of StringAgg.ali2021-09-273-1/+17
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant2021-09-173-3/+40
* Fixed #32906 -- Added docs and tests for using key and index lookups on JSONB...abhiabhi942021-07-261-1/+44
* Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope2021-07-191-1/+46
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-0/+64
* Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg2021-07-061-1/+62
* Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.Hannes Ljungberg2021-06-301-1/+18
* Refs #26430 -- Added tests for PostgreSQL-specific aggregates on EmptyQuerySe...Mariusz Felisiak2021-06-291-99/+59
* Removed unnecessary json.loads() call in test_json_agg_empty().Nick Pope2021-06-281-3/+1
* Ensured that empty result test for JSONBAgg executes a query.Nick Pope2021-06-281-2/+3
* Corrected test method and variable names for JSONBAgg.Nick Pope2021-06-281-24/+24
* Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...Mariusz Felisiak2021-06-221-1/+1
* Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...Lucidiot2021-06-221-1/+16
* Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...Sanskar Jaiswal2021-06-081-4/+106
* Refs #24121 -- Improved Value.__repr__().Mariusz Felisiak2021-05-241-9/+9
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-2/+31
* Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg2021-02-191-10/+14
* Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.Tilman Koschnick2021-01-292-3/+14
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-192-29/+0
* Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak2021-01-141-18/+0
* Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...Mariusz Felisiak2021-01-141-20/+0
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-18/+0
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-132-6/+159
* Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak2020-12-033-6/+8
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-272-1/+24
* Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg2020-11-261-8/+29
* Added test for ArrayField's __contains lookup with subqueries.Hannes Ljungberg2020-11-261-1/+14
* Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov2020-11-041-0/+12
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-211-5/+203