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
2023-04-03
[4.2.x] Updated translations from Transifex.
Mariusz Felisiak
2023-02-07
[4.2.x] Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with...
Nils VAN ZUIJLEN
2023-01-17
[4.2.x] Updated source translation catalogs.
Mariusz Felisiak
2022-12-20
Updated translations from Transifex.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.
Florian Apolloner
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-10
Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...
James Gillard
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-12-01
Refs #33308 -- Added get_type_oids() hook and simplified registering type han...
Daniele Varrazzo
2022-11-18
Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...
Ben Cail
2022-11-10
Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...
Márton Salomváry
2022-11-03
Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...
Ion Alberdi
2022-10-05
Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.
Jack Linke
2022-09-17
Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...
Alexander Kerkum
2022-08-11
Replaced Expression.replace_references() with .replace_expressions().
Simon Charette
2022-08-11
Optimized ExclusionConstraint.validate() a bit.
Mariusz Felisiak
2022-08-11
Used F.replace_references().
Mariusz Felisiak
2022-08-09
Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
David Sanders
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-03
Updated translations from Transifex.
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-07-08
Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...
Stéphane "Twidi" Angel
2022-06-17
Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...
Matt Brewer
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
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
[next]