index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
/
features.py
Age
Commit message (
Expand
)
Author
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-09-29
Fixed #36277 -- Fixed DatabaseFeatures.supports_virtual_generated_columns on ...
arsalan64
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2025-05-20
Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...
ontowhee
2025-04-30
Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...
Simon Charette
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2024-10-30
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...
Anthony Joseph
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-03-06
Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...
Michail Chatzis
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-02-16
Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.
Simon Charette
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-10-30
Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...
Tom Carrick
2023-09-26
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-08
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
2023-01-27
Refs #34255 -- Skipped test_group_by_nested_expression_with_params test on Po...
Mariusz Felisiak
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
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-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2021-10-28
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
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-08-24
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-10-21
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
Tom Carrick
2020-10-06
Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.
Mariusz Felisiak
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-18
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-07-30
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_require...
Tim Graham
2020-07-28
Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.
Nick Pope
[next]