summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/base.py
AgeCommit message (Expand)Author
19 hoursFixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.HEADmainRaoni Timo
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-11-14Refs #24928 -- Added introspection support for PostgreSQL HStoreField.Mariusz Felisiak
2025-08-12Remove unused OneToOneField from DatabaseWrapper.data_types.Tim Graham
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-01-28Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak
2024-08-28Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...Sarah Boyce
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce
2024-02-26Refs #34200 -- Removed unnecessary check in DatabaseWrapper.ensure_role() on ...Florian Apolloner
2024-02-23Simplified using DATABASES["OPTIONS"].Florian Apolloner
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-12Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.Simon Charette
2023-04-07Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak
2023-04-07Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...Anders Kaseorg
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak
2023-01-17Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak
2023-01-03Fixed #34200 -- Made the session role configurable on PostgreSQL.Mike Crute
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-12Refs #33308 -- Added psycopg_any.IsolationLevel.Florian Apolloner
2022-12-06Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.Florian Apolloner
2022-04-13Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.Florian Apolloner
2022-02-18Fixed #33379 -- Added minimum database version checks.Hasan Ramezani
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-22Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-10-01Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-02Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak
2021-01-20Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2020-11-19Fixed #32201 -- Removed obsolete isort:skip's.Seamus Quinn
2020-08-28Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-02-06Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne
2020-02-06Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-29Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2019-12-04Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-04-29Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...kingbuzzman
2019-02-20Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...Simon Charette
2019-02-14Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-01-14Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...Simon Charette
2018-11-01Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...Jayantha Gumballi
2018-08-17Refs #29015 -- Added database name to PostgreSQL database name too long excep...Jon Dufresne
2018-04-27Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena