summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...Scott Macpherson2023-04-141-0/+10
* Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak2023-04-071-0/+12
* Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...Anders Kaseorg2023-04-071-0/+18
* Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak2023-01-171-0/+19
* Fixed #34200 -- Made the session role configurable on PostgreSQL.Mike Crute2023-01-031-1/+16
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-8/+24
* Refs #33308 -- Added psycopg_any.IsolationLevel.Florian Apolloner2022-12-121-3/+19
* Avoided direct mocking of psycopg2.__version__ in test_correct_extraction_psy...Mariusz Felisiak2022-12-081-4/+6
* Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.Florian Apolloner2022-12-061-1/+1
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+1
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-2/+2
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-2/+2
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-1/+19
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-48/+67
* Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak2021-12-221-4/+1
* Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler2021-10-011-0/+5
* Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak2021-02-021-1/+49
* Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani2021-01-201-0/+30
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne2020-02-061-5/+8
* Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne2020-02-061-9/+21
* Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...kingbuzzman2019-04-291-1/+14
* Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...Simon Charette2019-02-201-0/+6
* Refs #29015 -- Added database name to PostgreSQL database name too long excep...Jon Dufresne2018-08-171-3/+4
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-6/+8
* Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena2018-04-271-0/+13
* Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...Mariusz Felisiak2018-04-031-4/+9
* Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen2017-11-291-0/+4
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-7/+7
* Reorganized backends tests.Mariusz Felisiak2017-06-211-0/+147