<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psycopg2.git/lib/errorcodes.py, branch separate-binary</title>
<subtitle>github.com: psycopg/psycopg2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/'/>
<entry>
<title>Error codes updated to PG 10 beta 1</title>
<updated>2017-06-05T11:34:17+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-05T11:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=89169e6e53aaab9a0716b81e1660a4c49dc0cb16'/>
<id>89169e6e53aaab9a0716b81e1660a4c49dc0cb16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errcodes updated to PG 9.6</title>
<updated>2017-06-05T11:18:21+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2017-06-05T11:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=75d84f0b25a9b165e3c2f6977f6726d9b010a173'/>
<id>75d84f0b25a9b165e3c2f6977f6726d9b010a173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python source cleanup using flake8</title>
<updated>2016-10-10T23:11:55+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-10-10T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=91d2158de7954daccb0a22885021c8416d1d5c6c'/>
<id>91d2158de7954daccb0a22885021c8416d1d5c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errorcodes map updated to PostgreSQL 9.5.</title>
<updated>2016-07-01T19:14:30+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2016-07-01T19:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=90ee1ebba5d1da4bd9d8c6e12944308074732f08'/>
<id>90ee1ebba5d1da4bd9d8c6e12944308074732f08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed race condition on import in errorcodes.lookup</title>
<updated>2015-12-16T12:03:10+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2015-12-16T12:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=5fd0f6c4eefecb0d6150179c32c43d16c11b173d'/>
<id>5fd0f6c4eefecb0d6150179c32c43d16c11b173d</id>
<content type='text'>
Fixes #382.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #382.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropped creation of errcodes with missing spec field</title>
<updated>2014-08-28T01:17:57+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-08-28T01:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=6705e4051dc97256fb1d2f59773c84d43dcb0589'/>
<id>6705e4051dc97256fb1d2f59773c84d43dcb0589</id>
<content type='text'>
On further inspection these names are just aliases for values already
defined: we don't need the duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On further inspection these names are just aliases for values already
defined: we don't need the duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few missing errcodes</title>
<updated>2014-07-31T12:34:53+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2014-07-31T12:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=40dca9924d859b893d84673b516ef5dfda896047'/>
<id>40dca9924d859b893d84673b516ef5dfda896047</id>
<content type='text'>
They are used in the code but not defined in the SGML docs so the script
failed to parse them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are used in the code but not defined in the SGML docs so the script
failed to parse them.
</pre>
</div>
</content>
</entry>
<entry>
<title>errorcodes map updated to PostgreSQL 9.2</title>
<updated>2012-09-21T00:59:02+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2012-09-21T00:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=7de86116074d1a0bd630e7222355cbfa1055e484'/>
<id>7de86116074d1a0bd630e7222355cbfa1055e484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all links to PostgreSQL docs to the current version.</title>
<updated>2012-02-28T16:28:07+00:00</updated>
<author>
<name>Marti Raudsepp</name>
<email>marti@juffo.org</email>
</author>
<published>2012-02-28T16:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=b97599166ec218b474f45e9a81ac7f4d58f63b71'/>
<id>b97599166ec218b474f45e9a81ac7f4d58f63b71</id>
<content type='text'>
I also checked all links and anchors to make sure they're still valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I also checked all links and anchors to make sure they're still valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>errorcodes map updated to PostgreSQL 9.1</title>
<updated>2011-08-22T16:29:14+00:00</updated>
<author>
<name>Daniele Varrazzo</name>
<email>daniele.varrazzo@gmail.com</email>
</author>
<published>2011-08-22T16:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psycopg2.git/commit/?id=29932c488f2a3ea771f6b0196b928bcbb0753f94'/>
<id>29932c488f2a3ea771f6b0196b928bcbb0753f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
