<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/base.py, branch 2.2.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-02-20T10:01:03Z</updated>
<entry>
<title>[2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on initialization.</title>
<updated>2019-02-20T10:01:03Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2019-02-20T09:59:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7f25344c2e69454bb69ec6100a1bc0af6cee6d70'/>
<id>urn:sha1:7f25344c2e69454bb69ec6100a1bc0af6cee6d70</id>
<content type='text'>
This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.
Backport of 7071f8f2729295b0da77b6c651966dc32c71f1ab from master
</content>
</entry>
<entry>
<title>[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.</title>
<updated>2019-02-14T15:05:13Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-02-14T15:04:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37cc6a9dce3354cd37f23ee972bc25b0e5cebd5c'/>
<id>urn:sha1:37cc6a9dce3354cd37f23ee972bc25b0e5cebd5c</id>
<content type='text'>
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.

The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
Backport of 76990cbbda5d93fda560c8a5ab019860f7efaab7 from master.
</content>
</entry>
<entry>
<title>Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connections.</title>
<updated>2019-01-14T21:05:00Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-01-12T19:17:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a96b9019320ed8236659ee520a7a017c1bafbc6f'/>
<id>urn:sha1:a96b9019320ed8236659ee520a7a017c1bafbc6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_strings option is off.</title>
<updated>2018-11-01T15:14:34Z</updated>
<author>
<name>Jayantha Gumballi</name>
<email>jayantha.gumballi@gmail.com</email>
</author>
<published>2018-11-01T15:14:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dfcdc8992f8bbbf072cefa4d325fe5cac5316f3d'/>
<id>urn:sha1:dfcdc8992f8bbbf072cefa4d325fe5cac5316f3d</id>
<content type='text'>
Thanks Tom McClure for the patch.</content>
</entry>
<entry>
<title>Refs #29015 -- Added database name to PostgreSQL database name too long exception.</title>
<updated>2018-08-17T16:43:56Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-08-17T16:43:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf17f5e88466e3f571065345f5b2fea0d8af89fe'/>
<id>urn:sha1:bf17f5e88466e3f571065345f5b2fea0d8af89fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.</title>
<updated>2018-04-28T01:37:42Z</updated>
<author>
<name>priyanshsaxena</name>
<email>geniuspriyansh@gmail.com</email>
</author>
<published>2018-01-18T18:15:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6b3d2920438746d260f7d158a91db53450055ae2'/>
<id>urn:sha1:6b3d2920438746d260f7d158a91db53450055ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db when 'postgres' db isn't available.</title>
<updated>2018-04-03T20:21:47Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-04-03T20:21:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=816b386d41e58c6ae750f2e57b6614310886a61a'/>
<id>urn:sha1:816b386d41e58c6ae750f2e57b6614310886a61a</id>
<content type='text'>
Thanks Tim Graham and Claude Paroz for reviews.</content>
</entry>
<entry>
<title>Fixed hanging indentation in various code.</title>
<updated>2018-03-16T09:54:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-03-16T09:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=362813d6287925b8f63f0b107c55a74d95f5825e'/>
<id>urn:sha1:362813d6287925b8f63f0b107c55a74d95f5825e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.</title>
<updated>2017-12-11T12:08:45Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2017-12-11T12:08:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d13a9e44ded4e93570c6ba42ec84e45ddca2505b'/>
<id>urn:sha1:d13a9e44ded4e93570c6ba42ec84e45ddca2505b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed DatabaseWrapper.psycopg2_version.</title>
<updated>2017-09-06T13:51:56Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-09-06T13:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=690fc30d4426549a7b419e4104449bb2f2226697'/>
<id>urn:sha1:690fc30d4426549a7b419e4104449bb2f2226697</id>
<content type='text'>
Unused since 3adc5f1ee6618a615db07d4a868b366a15c39f82.
</content>
</entry>
</feed>
