<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/postgresql_psycopg2/base.py, branch 1.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-06-19T15:18:40Z</updated>
<entry>
<title>Removed several unused imports.</title>
<updated>2013-06-19T15:18:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-06-19T15:18:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ffcf24c9ce781a7c194ed8722b850e7873922f6b'/>
<id>urn:sha1:ffcf24c9ce781a7c194ed8722b850e7873922f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabled database-level autocommit for all backends.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-03T14:55:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e27debc5cba30c84f99151a84c5fd846a65b091'/>
<id>urn:sha1:5e27debc5cba30c84f99151a84c5fd846a65b091</id>
<content type='text'>
This is mostly a documentation change.

It has the same backwards-incompatibility consequences as those
described for PostgreSQL in a previous commit.
</content>
</entry>
<entry>
<title>Removed _enter/_leave_transaction_management.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-03T14:48:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfc114e00ebe2ac16c37af2ccee1ed8e47247b7a'/>
<id>urn:sha1:cfc114e00ebe2ac16c37af2ccee1ed8e47247b7a</id>
<content type='text'>
The goal is to make all databases share a common, autocommit-based,
implementation.
</content>
</entry>
<entry>
<title>Added BaseDatabaseWrapper.ensure_connection.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-03T14:43:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1617557ae30001cef8a863687d4bcdc28151cd50'/>
<id>urn:sha1:1617557ae30001cef8a863687d4bcdc28151cd50</id>
<content type='text'>
This API is useful because autocommit cannot be managed without an open
connection.
</content>
</entry>
<entry>
<title>Expressed the dirty flag handling logic in terms of autocommit.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-07T10:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b4815b455fc99a2661492f91f7242cfb09a7017'/>
<id>urn:sha1:7b4815b455fc99a2661492f91f7242cfb09a7017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stopped flipping the uses_savepoints feature at runtime.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-03T14:32:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cd364efa00dba5aa86187aee83e4ed9917e7e93c'/>
<id>urn:sha1:cd364efa00dba5aa86187aee83e4ed9917e7e93c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabled autocommit for PostgreSQL.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-02T20:59:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af9e9386eb6ad22e3fa822574a4f5be4c9c29771'/>
<id>urn:sha1:af9e9386eb6ad22e3fa822574a4f5be4c9c29771</id>
<content type='text'>
For users who didn't activate autocommit in their database options, this
is backwards-incompatible in "non-managed" aka "auto" transaction state.
This state now uses database-level autocommit instead of ORM-level
autocommit.

Also removed the uses_autocommit feature which lost its purpose.
</content>
</entry>
<entry>
<title>Separated autocommit and isolation level handling for PostgreSQL.</title>
<updated>2013-03-11T13:48:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-02T15:57:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8717b0668caf00ec5e81ef5a1e31b4d7c64eee8a'/>
<id>urn:sha1:8717b0668caf00ec5e81ef5a1e31b4d7c64eee8a</id>
<content type='text'>
Autocommit cannot be manipulated independently from an open connection.
This commit introduces a minor change in behavior: entering transaction
management forces opening a databasse connection. This shouldn't be
backwards incompatible in any practical use case.
</content>
</entry>
<entry>
<title>Added an API to control database-level autocommit.</title>
<updated>2013-03-11T13:48:53Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-02T12:47:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5156194945661d217523d6648dfb9b48707ec95'/>
<id>urn:sha1:f5156194945661d217523d6648dfb9b48707ec95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18130 -- Made the isolation level configurable on PostgreSQL.</title>
<updated>2013-03-02T14:05:49Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-02T14:00:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e0449316ebacaa550e9c529f8c9cb9a9b44e3765'/>
<id>urn:sha1:e0449316ebacaa550e9c529f8c9cb9a9b44e3765</id>
<content type='text'>
Thanks limscoder for the report and niwi for the draft patch.
</content>
</entry>
</feed>
