[ANNOUNCE] pg_repack 1.4.2 released

2017-10-14 Thread Daniele Varrazzo
Hello, we have just released pg_repack 1.4.2: * added PostgreSQL 10 support (issue #120) * fixed error DROP INDEX CONCURRENTLY cannot run inside a transaction block (issue #129) You can download the extension from the PGXN network: https://pgxn.org/dist/pg_repack/ Or using the

[ANNOUNCE] pg_repack 1.4.1 released

2017-08-13 Thread Daniele Varrazzo
Hello, we have just released pg_repack 1.4.1, fixing a regression in the previous release: - fixed broken '--order-by' option (issue #138) You can download the extension from the PGXN network: https://pgxn.org/dist/pg_repack/ Or using the pgxn client: sudo pgxn install pg_repack

[ANNOUNCE] Psycopg 2.7.3 released

2017-07-24 Thread Daniele Varrazzo
Hello, A regression has been found in psycopg 2.7.2, which has been addressed and solved in the release 2.7.3. Changes in 2.7.3: - Restored default timestamptz[] typecasting to Python datetime. Regression introduced in Psycopg 2.7.2 (ticket #578). You can install psycopg2 from PyPI or grab

[ANNOUNCE] Psycopg 2.7.2 released

2017-07-22 Thread Daniele Varrazzo
Releasing psycopg2 version 2.7.2: a release fixing a host of bugs found in the last 3-4 months. Summary of changes: - Fixed inconsistent state in externally closed connections (ticket #263, ticket #311, ticket #443). Was fixed in 2.6.2 but not included in 2.7 by mistake. - Fixed Python

[ANNOUNCE] pg_repack 1.4 released

2017-04-26 Thread Daniele Varrazzo
Good morning, we are proud to release pg_repack 1.4, including several new features and bug fixes: - added support for PostgreSQL 9.6, dropped support for versions before 9.1 - use 'AFTER' trigger to solve concurrency problems with 'INSERT CONFLICT' (issue #106) - added

[ANNOUNCE] Psycopg 2.7.1 released

2017-03-13 Thread Daniele Varrazzo
A quick bugfix release to solve some teething problems with some of the changes introduced in 2.7: - Ignore None arguments passed to connect() and make_dsn() (ticket #517). - OpenSSL upgraded from major version 0.9.8 to 1.0.2 in the Linux wheel packages (ticket #518). - Fixed build with libpq

[ANNOUNCE] Psycopg 2.7 released

2017-03-01 Thread Daniele Varrazzo
It's finally here! Thank you very much for waiting so long: we have finally released Psycopg 2.7! Buzzwords: - Faster! Helps generating SQL for repeatedly executed statements and faster Unicode decoding. - Safer! Helps generating dynamic SQL statements with variable table and field names. -

[ANNOUNCE] Psycopg 2.7 beta 2 released

2017-02-17 Thread Daniele Varrazzo
Hello, we have released psycopg2 version 2.7 beta 2. This version comes two years after the previous major release so it is packed with new features and improvements; among the main points: - support for replication protocol - helpers to build dynamically SQL statements and manipulate connection

[ANNOUNCE] Psycopg 2.6.2 released

2016-07-07 Thread Daniele Varrazzo
Psycopg 2.6.2 has been released. You can get it from: http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-2.6.2.tar.gz This is an interim release, packing together one year of bug fixes, before the release 2.7, which will deliver several new features. Thank you very much to everybody

[ANNOUNCE] Psycopg 2.6.1 released

2015-06-16 Thread Daniele Varrazzo
Psycopg 2.6.1 has been released. You can get it from: http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-2.6.1.tar.gz The most important bug fixed in this release is the libcrypto callbacks conflict between libpq and Python (#290), fixed by Jan UrbaƄski: thank you very much. Other bugs

[ANNOUNCE] Psycopg 2.6 and 2.5.5 released

2015-02-09 Thread Daniele Varrazzo
We have just released two Psycopg versions: 2.5.5 containing a few bug fixes and 2.6 introducing some new features. The main new feature in Psycopg 2.6 is the support for the large objects 64 bits API, allowing access to large objects of more than 2GB size. Note that the feature is only supported

[ANNOUNCE] pgmp 1.0.2 released: PostgreSQL-GMP bindings

2015-01-16 Thread Daniele Varrazzo
Hello, pgmp 1.0.2 has been released: this version fixes build problems with PostgreSQL 9.3 and 9.4. pgmp is a PostgreSQL extension module to add support for the arbitrary precision data types offered by the GMP library into the database. The extension adds the types 'mpz' (arbitrary size

[ANNOUNCE] Psycopg 2.5.3 released

2014-05-13 Thread Daniele Varrazzo
Psycopg 2.5.3 has been released. You can get it from: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.3.tar.gz Signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.3.tar.gz.asc This version contains several bug fixes over the previous release 2.5.2: - Work around

[ANNOUNCE] Psycopg 2.5.2 released

2014-01-07 Thread Daniele Varrazzo
Psycopg 2.5.2 has been released. You can get it from: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.2.tar.gz Signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.2.tar.gz.asc This version contains a few bug fixes over the previous release 2.5.1: - Fixed segfault

[ANNOUNCE] pg_repack 1.2.0-beta1 released

2013-11-05 Thread Daniele Varrazzo
We are happy to announce the release of pg_repack 1.2.0-beta1. pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding exclusive locks

[ANNOUNCE] Psycopg 2.5.1 released

2013-06-23 Thread Daniele Varrazzo
Psycopg 2.5.1 has been released. You can get it from: - Source package: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz - Signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz.asc This version contains a few bug fixes over the previous 2.5: - Fixed

[ANNOUNCE] Psycopg 2.5 released

2013-04-07 Thread Daniele Varrazzo
We are happy to announce the release 2.5 of Psycopg. For a detailed list of the release highlights please check the article at http://initd.org/psycopg/articles/2013/04/07/psycopg-25-released/. - Download: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.tar.gz - Signature:

[ANNOUNCE] psycopg 2.4.6 released

2012-12-12 Thread Daniele Varrazzo
I'm happy to announce the release of Psycopg 2.4.6: a huge thank you to the many contributors. This is a bugfix release, introducing no new feature. There are several small corrections in different areas (copy, adaptation, use of extra cursors, stability). The biggest improvements are with the

[ANNOUNCE] pg_repack 1.1.8 released

2012-12-01 Thread Daniele Varrazzo
We are happy to announce the release of pg_repack 1.1.8. This is the first release of pg_repack, a fork of pg_reorg. The reason of the fork is to revive the development of pg_reorg, which has stagnated since the release 1.1.7 in August 2011. pg_repack addresses specifically the missing features

[ANNOUNCE] PGXN Client 1.2 released

2012-09-28 Thread Daniele Varrazzo
The PGXN Client version 1.2 has been released. The PGXN Client is a command line tool designed to interact with the PostgreSQL Extension Network allowing searching, compiling, installing, and removing extensions in a PostgreSQL installation or database. The new features in version 1.2 are: -

[ANNOUNCE] PGXN Client 1.0.3 released

2012-05-20 Thread Daniele Varrazzo
The PGXN Client version 1.0.3 has been released. The new release can deal with extensions whose Makefile is not directly available but is generated by the configure script; it also fixes a bug when the Makefile is not in the project root (ticket #12). Patches provided by Hitoshi Harada: thank you

[ANNOUNCE] Psycopg 2.4.5 released

2012-03-29 Thread Daniele Varrazzo
Hello, Psycopg version 2.4.5 has been released. This is a bugfix release, among the issues fixed: - close() is now idempotent and doesn't raise errors on already closed connections/cursors - exceptions are picklable, making them multiprocess-friendly - fixed multithread problem with commit()

[ANNOUNCE] PGXN Client 1.0.2 released

2012-03-13 Thread Daniele Varrazzo
The PGXN Client version 1.0.2 has been released. The release fixes two issues reported with the previous version 1.0.1: - Correctly handle PostgreSQL identifiers to be quoted (ticket #10). - Don't crash with a traceback if some external command is not found (ticket #11). The PGXN Client is a

[ANNOUNCE] Psycopg 2.4.4 released

2011-12-19 Thread Daniele Varrazzo
Hello, Psycopg 2.4.4 has been released: a quick release where we have reverted the values for the isolation level symbolic constants to what they were before the changes introduced in 2.4.2, to make sure old code using the numeric values instead of the symbolic constants continue to work. A few

[ANNOUNCE] Psycopg 2.4.3 released

2011-12-12 Thread Daniele Varrazzo
Hello, Psycopg 2.4.3 has been released. This is mostly a bugfix release, but there are couple of small features too: - added support for array of hstore and of composite types - the connect() function now accepts any keyword, passing them to the libpq (previously it was possible to

[ANNOUNCE] PGXN Client 1.0 released

2011-11-27 Thread Daniele Varrazzo
I am pleased to announce the first release of the PGXN Client. The PGXN Client is a command line tool designed to interact with the PostgreSQL Extension Network allowing searching, compiling, installing and removing extensions in PostgreSQL databases. For example, to install the semver

[ANNOUNCE] Psycopg 2.4.2 released

2011-06-18 Thread Daniele Varrazzo
Hello, Psycopg 2.4.2 has been released. It brings a few bug fixes (the most important for multithread code and virtualenv interaction) and improvement in the transactions control to enable use of the new features available in PostgreSQL 9.2. More details available on the website:

[ANNOUNCE] PostgreSQL Multiple Precision Arithmetic 1.0b1 available for testing

2011-04-08 Thread Daniele Varrazzo
Hello, just released for testing: pgmp 1.0 beta 1. pgmp is a PostgreSQL extension module to add support for the arbitrary precision data types offered by the GMP library into the database. The extension adds the types 'mpz' (arbitrary size integers) and 'mpq' (arbitrary precision rationals) to

[ANNOUNCE] Psycopg 2.4 beta1 released - with Python 3 support

2011-02-08 Thread Daniele Varrazzo
Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL. Psycopg 2.4 beta1 has been released. The most important features

[ANNOUNCE] New Psycopg Mailing List Online!

2011-01-08 Thread Daniele Varrazzo
After a long while Psycopg has again a Mailing List again! You are welcome to subscribe [1], either if you are an user dealing with the first stumbling blocks (albeit a look at the documentation or the FAQ wouldn't hurt!) or if you want to contribute to the psycopg2 development, about which there

[ANNOUNCE] Psycopg 2.3.1 released

2010-12-07 Thread Daniele Varrazzo
Psycopg 2.3.1 has been released, fixing a build bug reported on CentOS 5.5 x86_64. All the informations and download URLs at http://initd.org/psycopg/articles/2010/12/04/psycopg-231-released/. Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully

[ANNOUNCE] Psycopg 2.3.0 beta 1 released

2010-11-06 Thread Daniele Varrazzo
Today we have released the Psycopg 2.3.0 beta 1 testing package. The 2.3 version introduces several new features to Psycopg: * dict to hstore adaptation, compatible with both PostgreSQL 9.0 and previous versions * two-phase commit protocol support as per DBAPI specification * support

[ANNOUNCE] Italian Full-Text search for PostgreSQL 8.3 released

2008-03-13 Thread Daniele Varrazzo
in a PostgreSQL 8.3 database. Packages for previous PostgreSQL versions are still available. You can download the package from the page: http://www.develer.com/~piro/ispell-italian/italian-fts.html Regards, -- Daniele Varrazzo - Develer S.r.l. http://www.develer.com

[ANNOUNCE] Italian Full-Text Search Package 1.1 released

2007-07-12 Thread Daniele Varrazzo
locale clusters. You can download the package from the page http://www.develer.com/~piro/ispell-italian/italian-fts.html Regards, -- Daniele Varrazzo - Develer S.r.l. http://www.develer.com ---(end of broadcast)--- -To unsubscribe from this list

[ANNOUNCE] Italian full-text search dictionary.

2007-04-26 Thread Daniele Varrazzo
-fts.html Any feedback is welcome. Regards. -- Daniele Varrazzo - Develer S.r.l. http://www.develer.com ---(end of broadcast)--- -To unsubscribe from this list, send an email to: [EMAIL PROTECTED]