django1/django/db/backends/postgresql
Mariusz Felisiak b3eb6eaf1a Refs #27859 -- Added DatabaseWrapper.display_name.
Thanks Tim Graham for the review.
2017-05-23 09:09:35 -04:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Refs #27859 -- Added DatabaseWrapper.display_name. 2017-05-23 09:09:35 -04:00
client.py Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell. 2017-04-01 21:01:08 -04:00
creation.py Fixed #28116 -- Used error code filtering in PostgreSQL test database creation. 2017-04-25 06:01:25 +02:00
features.py Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. 2017-01-15 13:37:18 +01:00
introspection.py Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 2017-05-15 08:33:31 -04:00
operations.py Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL. 2017-04-07 16:47:52 -04: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