summaryrefslogtreecommitdiff
path: root/django/contrib/postgres
AgeCommit message (Expand)Author
2021-10-01Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope
2021-10-01Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope
2021-10-01Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope
2021-09-29Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Fixed #33114 -- Defined default output_field of StringAgg.ali
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-07-19Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-06Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg
2021-07-02Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette
2021-06-22Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...Lucidiot
2021-06-08Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...Sanskar Jaiswal
2021-04-07Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__().Mariusz Felisiak
2021-04-06Updated translations from Transifex.Claude Paroz
2021-02-19Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg
2021-01-19Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2020-11-26Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg
2020-11-04Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick
2020-10-14Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak
2020-09-30Updated translations from Transifex.Claude Paroz
2020-08-28Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak
2020-08-19Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.Maxim Petrov
2020-08-01Updated translations from TransifexClaude Paroz
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-07-21Refs #31720 -- Defined default output_field of BoolAnd() and BoolOr() aggrega...David Chorpash
2020-07-15Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette
2020-06-16Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg
2020-06-13Fixed #31691 -- Added ordering support to JSONBAgg.John Parton
2020-06-12Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQ...Hannes Ljungberg
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-03Refs #31615 -- Added EXISTS clauses to extension operations.Adam Johnson
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-27Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop
2020-05-14Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak
2020-05-11Updated source translation catalogs.Claude Paroz
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-01Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-01Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...Mariusz Felisiak
2020-03-23Fixed #28194 -- Added support for normalization and cover density to SearchRank.Hannes Ljungberg
2020-03-16Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon
2020-03-13Refs #31340 -- Simplified SearchQuery by making it subclass Func.Baptiste Mispelon
2020-03-13Removed unnecessary SearchQuery._combine().Baptiste Mispelon