Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-psycopg2 - A PostgreSQL database adapter for Python
- Description:
psycopg is a PostgreSQL database adapter for the Python programming
language (just like pygresql and popy.) It was written from scratch
with the aim of being very small and fast, and stable as a rock. The
main advantages of psycopg are that it supports the full Python
DBAPI-2.0 and being thread safe at level 2.
Packages
python-psycopg2-2.0.14-2.el6.i686
[96 KiB] |
Changelog
by Tom Lane (2012-09-14):
- Fix reference-leak issues in typecast.c
Resolves: #843723
|
python-psycopg2-2.0.14-1.el6_2.1.i686
[96 KiB] |
Changelog
by Tom Lane (2012-02-02):
- Update to 2.0.14 to get the last few upstream fixes in this release series,
and to not be behind what MRG has shipped for RHEL-5
- Fix refcount leaks in _mogrify()
Resolves: #787164
|
python-psycopg2-2.0.13-2.el6_1.1.i686
[95 KiB] |
Changelog
by Tom Lane (2011-07-11):
- Fix failure to increment the refcount on an object during COPY operations
Resolves: #720306
|