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
/
tests.py
Age
Commit message (
Collapse
)
Author
2019-04-29
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on ↵
kingbuzzman
PostgreSQL.
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on ↵
Simon Charette
initialization. This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long ↵
Jon Dufresne
exception.
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 ↵
Mariusz Felisiak
when 'postgres' db isn't available. Thanks Tim Graham and Claude Paroz for reviews.
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-06-21
Reorganized backends tests.
Mariusz Felisiak