summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/version.py
Commit message (Collapse)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
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta ↵Russell Keith-Magee2009-05-101-9/+17
| | | | | | series. Thanks to hgdeoro for the report and fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8737 -- Made the PostgreSQL version number detection more flexible.Malcolm Tredinnick2009-03-011-1/+6
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@9931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Do not use savepoints with PostgreSQL prior to 8.0.Malcolm Tredinnick2008-08-121-0/+18
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8317 bcc190cf-cafb-0310-a4f2-bffc1f526a37