summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/version.py
Commit message (Expand)AuthorAgeFilesLines
* Removed PostgreSQL version detection for psycopg2 < 2.0.12.Tim Graham2017-03-011-44/+0
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-2/+2
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-0/+44
* Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee2011-04-021-31/+0
* Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...Russell Keith-Magee2009-05-101-9/+17
* Fixed #8737 -- Made the PostgreSQL version number detection more flexible.Malcolm Tredinnick2009-03-011-1/+6
* Do not use savepoints with PostgreSQL prior to 8.0.Malcolm Tredinnick2008-08-121-0/+18