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
2021-02-02
[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...
Mariusz Felisiak
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
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-08-03
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...
Mariusz Felisiak
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-21
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-11-21
Added assertion helpers for PostgreSQL's server-side cursor tests.
Tim Graham
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-06-21
Reorganized backends tests.
Mariusz Felisiak