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
/
db
/
backends
/
postgresql
Age
Commit message (
Expand
)
Author
2025-12-02
[4.2.x] Fixed CVE-2025-13372 -- Protected FilteredRelation against SQL inject...
Jacob Walls
2023-10-30
[4.2.x] Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index c...
Tom Carrick
2023-09-22
[4.2.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-05-08
[4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condi...
Mariusz Felisiak
2023-04-14
[4.2.x] Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no ...
Scott Macpherson
2023-04-07
[4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
[4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["option...
Anders Kaseorg
2023-04-03
[4.2.x] Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() fro...
Tim Graham
2023-02-06
[4.2.x] Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" ...
Dan Glass
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-27
[4.2.x] Refs #34255 -- Skipped test_group_by_nested_expression_with_params te...
Mariusz Felisiak
2023-01-17
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-17
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Mariusz Felisiak
2023-01-12
Refs #18468 -- Used obj_description() with a catalog name on PostgreSQL.
Mariusz Felisiak
2023-01-03
Fixed #34200 -- Made the session role configurable on PostgreSQL.
Mike Crute
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-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
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 -- Added psycopg_any.IsolationLevel.
Florian Apolloner
2022-12-12
Refs #33308 -- Added psycopg_any.sql.quote() hook.
Florian Apolloner
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-06
Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.
Florian Apolloner
2022-12-01
Refs #33308 -- Used psycopg's errors instead of errorcodes.
Florian Apolloner
2022-11-15
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-10-01
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
2022-09-29
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-25
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-08-17
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
BenoƮt Vinot
2022-08-15
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-07-18
Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.
Jarrett Keifer
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
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 #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-14
Removed unneeded code in explain_query_prefix()
Tim Graham
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-11
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-02-22
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
nabil-rady
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-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
[next]