django1/django/db/backends/postgresql
Ian Foote 38cada7c94 Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Thanks Vinay Karanam for the initial patch.
2018-06-29 17:00:28 -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 #29015 -- Added an exception if the PostgreSQL database name is too long. 2018-04-27 21:37:42 -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 #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
features.py Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
introspection.py Refs #27098 -- Removed unused introspection queries. 2018-05-26 16:29:02 +02:00
operations.py Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
schema.py Fixed #28077 -- Added support for PostgreSQL opclasses in Index. 2018-06-29 17:00:28 -04:00
utils.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00