Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed PostgreSQL version detection for psycopg2 < 2.0.12. | Tim Graham | 2017-03-01 | 1 | -44/+0 |
| | |||||
* | Refs #27656 -- Updated django.db docstring verbs according to PEP 257. | Anton Samarchyan | 2017-02-28 | 1 | -2/+2 |
| | |||||
* | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | 2015-08-07 | 1 | -0/+44 |
| | |||||
* | Deprecated the psycopg-based postgresql database backend. | Russell Keith-Magee | 2011-04-02 | 1 | -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-Magee | 2009-05-10 | 1 | -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 Tredinnick | 2009-03-01 | 1 | -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 Tredinnick | 2008-08-12 | 1 | -0/+18 |
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8317 bcc190cf-cafb-0310-a4f2-bffc1f526a37 |