index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
/
base.py
Age
Commit message (
Expand
)
Author
2022-12-06
Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.
Florian Apolloner
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-10-01
Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...
Daniel Hahler
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-02
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-01-20
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-29
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2019-12-04
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
Aymeric Augustin
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-04-29
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...
kingbuzzman
2019-02-20
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
2019-02-14
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-01-14
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
2018-11-01
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-08-17
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-09-06
Removed DatabaseWrapper.psycopg2_version.
Sergey Fedoseev
2017-09-05
Removed unneeded __init__() in PostgreSQL DatabaseWrapper.
Mads Jensen
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-03-21
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-01
Removed PostgreSQL version detection for psycopg2 < 2.0.12.
Tim Graham
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-16
Refs #16614 -- Called _prepare_cursor() on every created cursor.
François Freitag
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-26
Removed DatabaseError and IntegrityError declarations from database backends.
Adam Chainz
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-08-15
Removed unnecessary registration of psycopg2 unicode extensions on Python 3
Claude Paroz
[next]