summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak2021-02-021-1/+49
* Bumped minimum isort version to 5.1.0.David Smith2020-07-302-1/+2
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-38/+4
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-171-0/+84
* 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
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* 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 #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak2018-08-031-3/+10
* 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 #28893 -- Removed unnecessary dict.items() calls.Tim Graham2017-12-062-2/+2
* 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-282-19/+19
* Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...Dražen Odobašić2017-11-211-1/+14
* Added assertion helpers for PostgreSQL's server-side cursor tests.Tim Graham2017-11-211-23/+17
* Refs #27090 -- Added real database sequence introspection.Mariusz Felisiak2017-09-131-0/+23
* Reorganized backends tests.Mariusz Felisiak2017-06-214-0/+324