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
/
tests
/
backends
/
postgresql
Age
Commit message (
Expand
)
Author
2026-04-30
Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.
HEAD
main
initial-branch
Raoni Timo
2026-01-16
Fixed #36822 -- Added parameter limit for PostgreSQL with server-side binding.
JaeHyuck Sa
2025-12-31
Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
Simon Charette
2025-11-14
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.
Mariusz Felisiak
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-10
Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...
Simon Charette
2025-02-01
Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().
Simon Charette
2024-12-11
Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
Simon Charette
2024-08-28
Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...
Sarah Boyce
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-04-10
Made postgresql.tests.Tests.test_connect_pool less flaky by increasing timeou...
Sarah Boyce
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-01-12
Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.
Simon Charette
2023-12-07
Refs #34986 -- Fixed backends.postgresql.test_server_side_cursors.ServerSideC...
Nick Pope
2023-12-06
Fixed typo in tests/backends/postgresql/test_server_side_cursors.py.
Nick Pope
2023-09-22
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
Mariusz Felisiak
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-14
Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...
Scott Macpherson
2023-04-07
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-01-17
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-03
Fixed #34200 -- Made the session role configurable on PostgreSQL.
Mike Crute
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Added psycopg_any.IsolationLevel.
Florian Apolloner
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-08
Avoided direct mocking of psycopg2.__version__ in test_correct_extraction_psy...
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-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-10-01
Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...
Daniel Hahler
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2021-02-02
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-01-20
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-04-29
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...
kingbuzzman
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
[next]