<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/base.py, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-04-07T08:12:19Z</updated>
<entry>
<title>[4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.</title>
<updated>2023-04-07T08:12:19Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-07T08:11:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b0d7753d07231fad780de61cd8bfddc5bbd1aa1c'/>
<id>urn:sha1:b0d7753d07231fad780de61cd8bfddc5bbd1aa1c</id>
<content type='text'>
Regression in 6a2165816394ab4bb259f6171e82417e098e97a6.
Backport of 5b8a043bf51ab8bcf4a758d0b4646f30a84be183 from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on PostgreSQL.</title>
<updated>2023-04-07T07:21:54Z</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2023-04-06T19:44:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0bc2bbf041df40a6ecb6262b2e5f3bb659dd8da8'/>
<id>urn:sha1:0bc2bbf041df40a6ecb6262b2e5f3bb659dd8da8</id>
<content type='text'>
Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.

Backport of 73cbb372baa45d1fdafd571e2f430a980831f722 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
</content>
</entry>
<entry>
<title>Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding with psycopg version 3.</title>
<updated>2023-01-17T07:24:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-16T09:22:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e2649fdf40cedc5be7e2c0e5f7711f315e36b84'/>
<id>urn:sha1:0e2649fdf40cedc5be7e2c0e5f7711f315e36b84</id>
<content type='text'>
Thanks Guillaume Andreu Sabater for the report.

Co-authored-by: Florian Apolloner &lt;apollo13@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #34255 -- Bumped required psycopg version to 3.1.8.</title>
<updated>2023-01-17T07:24:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-17T04:21:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8a76059ff6ff37fb51972fe2ba8b9d9464af769'/>
<id>urn:sha1:c8a76059ff6ff37fb51972fe2ba8b9d9464af769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34200 -- Made the session role configurable on PostgreSQL.</title>
<updated>2023-01-03T08:30:53Z</updated>
<author>
<name>Mike Crute</name>
<email>mike@crute.us</email>
</author>
<published>2022-12-06T04:26:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b78ac3fc7bd9f0c57518d0c1a153582318edd59'/>
<id>urn:sha1:0b78ac3fc7bd9f0c57518d0c1a153582318edd59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.</title>
<updated>2022-12-28T11:31:04Z</updated>
<author>
<name>Adrian Torres</name>
<email>atorresj@redhat.com</email>
</author>
<published>2022-11-10T18:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7eee1dca420ee7c4451d24cd32fa08aed0dcbb36'/>
<id>urn:sha1:7eee1dca420ee7c4451d24cd32fa08aed0dcbb36</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #33308 -- Added support for psycopg version 3.</title>
<updated>2022-12-15T05:17:57Z</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2022-12-01T19:23:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca'/>
<id>urn:sha1:09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca</id>
<content type='text'>
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.

Co-authored-by: Florian Apolloner &lt;florian@apolloner.eu&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #33308 -- Added psycopg_any.IsolationLevel.</title>
<updated>2022-12-12T09:36:42Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-12T08:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1d90c9b1132482d446ca8375c151e894002c9e8d'/>
<id>urn:sha1:1d90c9b1132482d446ca8375c151e894002c9e8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.</title>
<updated>2022-12-06T11:48:16Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-12-06T10:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a2165816394ab4bb259f6171e82417e098e97a6'/>
<id>urn:sha1:6a2165816394ab4bb259f6171e82417e098e97a6</id>
<content type='text'>
- Used connection.info instead of connection.get_parameter_status() and
  connection.server_info which don't exist in psycopg 3.
- Set encoding using the client_encoding connection parameter instead
  of connection.set_client_encoding() that doesn't exist in psycopg 3.
- Used the dbname connection parameter instead of deprecated
  alias - database.
</content>
</entry>
</feed>
