index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
1
-1
/
+1
*
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-04-07
1
-9
/
+8
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-17
1
-3
/
+16
*
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Mariusz Felisiak
2023-01-17
1
-3
/
+3
*
Fixed #34200 -- Made the session role configurable on PostgreSQL.
Mike Crute
2023-01-03
1
-5
/
+20
*
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
1
-1
/
+7
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
1
-48
/
+114
*
Refs #33308 -- Added psycopg_any.IsolationLevel.
Florian Apolloner
2022-12-12
1
-6
/
+15
*
Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.
Florian Apolloner
2022-12-06
1
-6
/
+5
*
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
1
-3
/
+8
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-0
/
+8
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-99
/
+114
*
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-12-22
1
-2
/
+2
*
Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...
Daniel Hahler
2021-10-01
1
-0
/
+3
*
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-10
1
-6
/
+1
*
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-02-02
1
-0
/
+3
*
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-20
1
-6
/
+19
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-1
/
+0
*
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-11-19
1
-6
/
+6
*
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-28
1
-1
/
+4
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+1
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
1
-3
/
+5
*
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-06
1
-6
/
+11
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-2
/
+1
*
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-29
1
-1
/
+1
*
Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.
Aymeric Augustin
2019-12-04
1
-2
/
+4
*
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
1
-0
/
+2
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+1
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-2
/
+28
*
Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...
kingbuzzman
2019-04-29
1
-0
/
+16
*
Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...
Simon Charette
2019-02-20
1
-4
/
+1
*
Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-14
1
-1
/
+0
*
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
1
-2
/
+2
*
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
2019-01-14
1
-1
/
+5
*
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-11-01
1
-1
/
+1
*
Refs #29015 -- Added database name to PostgreSQL database name too long excep...
Jon Dufresne
2018-08-17
1
-3
/
+7
*
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-27
1
-0
/
+6
*
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-04-03
1
-9
/
+9
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-1
/
+2
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-1
/
+1
*
Removed DatabaseWrapper.psycopg2_version.
Sergey Fedoseev
2017-09-06
1
-4
/
+0
*
Removed unneeded __init__() in PostgreSQL DatabaseWrapper.
Mads Jensen
2017-09-05
1
-4
/
+2
*
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-13
1
-1
/
+2
*
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-23
1
-0
/
+1
*
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-21
1
-2
/
+2
*
Removed PostgreSQL version detection for psycopg2 < 2.0.12.
Tim Graham
2017-03-01
1
-2
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-2
/
+2
*
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-30
1
-2
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-2
/
+2
[next]