django1/django/db/backends/postgresql
Chris Sinchok 66150f7cf6 Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell.
Thanks Tim Martin for review.
2017-04-01 21:01:08 -04:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 2017-03-21 17:23:17 +01:00
client.py Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell. 2017-04-01 21:01:08 -04:00
creation.py Removed unused variables that are overwritten. 2017-01-25 09:14:05 -05:00
features.py Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. 2017-01-15 13:37:18 +01:00
introspection.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
operations.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
schema.py Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS". 2017-03-03 10:50:34 -05:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00