index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
2022-08-03
[4.1.x] Updated translations from Transifex.
Mariusz Felisiak
2022-07-08
[4.1.x] Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle...
Stéphane "Twidi" Angel
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-04-15
Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.
Alexandru Mărășteanu
2022-03-31
Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...
Luke Plant
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-03-16
Made BaseConstraint importable from django.db.models.
Gagaro
2022-02-24
Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.
Anders Kaseorg
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-29
Updated translations from Transifex.
Claude Paroz
2022-01-25
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2021-12-27
Refs #33342 -- Deprecated ExclusionConstraint.opclasses.
Hannes Ljungberg
2021-12-24
Fixed #33342 -- Added support for using OpClass() in exclusion constraints.
Hannes Ljungberg
2021-12-06
Updated translations from Transifex.
Mariusz Felisiak
2021-11-23
Refs #33304 -- Enclosed aggregate ordering logic in an expression.
Simon Charette
2021-11-04
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2021-11-04
Fixed #33262 -- Fixed crash of conditional aggregation on Exists().
Hannes Ljungberg
2021-10-01
Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...
Nick Pope
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-10-01
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-10-01
Fixed typo in exception message for GiST indexes and exclusion constraints.
Nick Pope
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-09-27
Fixed #33114 -- Defined default output_field of StringAgg.
ali
2021-09-17
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...
Nikita Marchant
2021-07-19
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
Nick Pope
2021-07-19
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-06
Fixed #32776 -- Added support for Array subqueries on PostgreSQL.
Hannes Ljungberg
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-06-22
Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...
Lucidiot
2021-06-08
Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...
Sanskar Jaiswal
2021-04-07
Refs #32074 -- Made ExclusionConstraint.__repr__() use Deferrable.__repr__().
Mariusz Felisiak
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-14
Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...
Mariusz Felisiak
2021-01-14
Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...
Mariusz Felisiak
2021-01-14
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...
Mariusz Felisiak
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-11-26
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2020-11-04
Fixed #32169 -- Added distinct support to JSONBAgg.
Artur Beltsov
2020-10-21
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
Tom Carrick
2020-10-14
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...
Mariusz Felisiak
2020-09-30
Updated translations from Transifex.
Claude Paroz
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-19
Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.
Maxim Petrov
2020-08-01
Updated translations from Transifex
Claude Paroz
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
[next]