django1/django/db/backends/postgresql
Mariusz Felisiak f091ea3515
Refs #29722 -- Added introspection of materialized views for Oracle.
Thanks Tim Graham for the review.
2018-11-26 19:45:05 +01:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_strings option is off. 2018-11-01 11:14:34 -04:00
client.py Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment. 2017-11-26 16:27:37 +01:00
creation.py Fixed F841 flake8 warning. 2018-10-24 09:13:10 -04:00
features.py Refs #29722 -- Added introspection of materialized views for Oracle. 2018-11-26 19:45:05 +01:00
introspection.py Refs #29722 -- Added introspection of partitions for PostgreSQL. 2018-11-19 14:06:01 -05:00
operations.py Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. 2018-08-18 13:09:15 -04:00
schema.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00