<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql/client.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-02-23T06:49:43Z</updated>
<entry>
<title>Simplified using DATABASES["OPTIONS"].</title>
<updated>2024-02-23T06:49:43Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2024-02-23T06:44:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50e95ad5367a4a93f94a66a645f9c126f0609f0a'/>
<id>urn:sha1:50e95ad5367a4a93f94a66a645f9c126f0609f0a</id>
<content type='text'>
DATABASES["OPTIONS"] are always configured.
</content>
</entry>
<entry>
<title>Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.</title>
<updated>2022-07-18T04:30:20Z</updated>
<author>
<name>Jarrett Keifer</name>
<email>jkeifer@users.noreply.github.com</email>
</author>
<published>2022-07-18T04:30:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3e3e8141662c70d74d3aaef9d4b053c9636ea0d7'/>
<id>urn:sha1:3e3e8141662c70d74d3aaef9d4b053c9636ea0d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL.</title>
<updated>2021-04-27T08:43:35Z</updated>
<author>
<name>Konstantin Alekseev</name>
<email>mail@kalekseev.com</email>
</author>
<published>2021-04-26T12:19:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e742dabc95b00ba896434293556adeb4dbaee8a'/>
<id>urn:sha1:6e742dabc95b00ba896434293556adeb4dbaee8a</id>
<content type='text'>
Regression in bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3.
</content>
</entry>
<entry>
<title>Fixed #32456 -- Added dbshell support for specifying a password file on PostgreSQL.</title>
<updated>2021-03-01T08:33:49Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-02-24T16:16:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8380fe08a025bd41b242c545f7c1b4f333274cbc'/>
<id>urn:sha1:8380fe08a025bd41b242c545f7c1b4f333274cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32292 -- Made dbshell do not use 'postgres' database when service name is set.</title>
<updated>2021-02-26T19:53:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-02-26T19:53:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8908846444156eeae88be70332f96759cfce7740'/>
<id>urn:sha1:8908846444156eeae88be70332f96759cfce7740</id>
<content type='text'>
Regression in dcb3ad3319cad5c270a1856fd5f355e37cf9d474.</content>
</entry>
<entry>
<title>Fixed #32292 -- Added support for connection by service name to PostgreSQL.</title>
<updated>2021-01-20T16:30:37Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-12-23T22:39:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dcb3ad3319cad5c270a1856fd5f355e37cf9d474'/>
<id>urn:sha1:dcb3ad3319cad5c270a1856fd5f355e37cf9d474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32061 -- Unified DatabaseClient.runshell() in db backends.</title>
<updated>2020-10-29T21:22:58Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2020-10-04T22:25:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3'/>
<id>urn:sha1:bbe6fbb8768e8fb1aecb96d51c049d7ceaf802d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29501 -- Allowed dbshell to pass options to underlying tool.</title>
<updated>2020-04-14T13:02:51Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-04-14T07:56:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5b884d45ac5b76234eca614d90c83b347294c332'/>
<id>urn:sha1:5b884d45ac5b76234eca614d90c83b347294c332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.</title>
<updated>2019-04-18T06:10:31Z</updated>
<author>
<name>Oleh Mykytiuk</name>
<email>oleh_mykytiuk@epam.com</email>
</author>
<published>2019-04-16T09:40:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=177fa08339c4908afbefbda5dceabe72641ec915'/>
<id>urn:sha1:177fa08339c4908afbefbda5dceabe72641ec915</id>
<content type='text'>
</content>
</entry>
</feed>
