[ANNOUNCE] PL/Proxy 2.8

2017-10-08 Thread Marko Kreen
PL/Proxy v2.8 release is out. It mainly contains support for PostgreSQL v10. Download: https://plproxy.github.io/ -- marko -- Sent via pgsql-announce mailing list (pgsql-announce@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-announce

[ANNOUNCE] PgBouncer 1.7.2

2016-02-26 Thread Marko Kreen
PgBouncer 1.7.2 maintenance release is out. Main fixes are for problems with online restart and crash on stale pidfile removal introduced in 1.7.1. Downloads: https://pgbouncer.github.io About - PgBouncer is lightweight connection pooler for PostgreSQL. -- Sent via pgsql-announce

[ANNOUNCE] PgBouncer 1.7.1

2016-02-18 Thread Marko Kreen
Maintentance release, contains mainly TLS-related bugfixes. Full details: https://pgbouncer.github.io/changelog.html Warning --- Since v1.7, pgbouncer does not run DISCARD ALL (server_reset_query) when in transaction-pooling mode. If your apps depend on that, old behaviour can be resored

[ANNOUNCE] PgBouncer 1.7

2015-12-21 Thread Marko Kreen
PgBouncer v1.7 is out. Main news is support for TLS connections, HBA control file and authentication via unix peer uid. Changes: https://pgbouncer.github.io/changelog.html#pgbouncer-17x Download: https://pgbouncer.github.io/downloads/ About - PgBouncer is lightweight connection pooler for

[ANNOUNCE] PgBouncer 1.6.1

2015-09-04 Thread Marko Kreen
PgBouncer 1.6.1 bugfix release is out, with one critical security fix for setups that have auth_user functionality enabled: https://pgbouncer.github.io/2015/09/pgbouncer-1-6-1/ It does not affect setups that do not use auth_user. About - PgBouncer is lightweight connection pooler for

[ANNOUNCE] PL/Proxy 2.6

2015-08-26 Thread Marko Kreen
New version of PL/Proxy is out. Includes support for language validator, Postgres 9.5. Several query canceling related bugfixes. Details: https://plproxy.github.io/changelog.html Download: https://plproxy.github.io/downloads/files/2.6/plproxy-2.6.tar.gz About PL/Proxy --

[ANNOUNCE] PgBouncer 1.5.5

2015-04-09 Thread Marko Kreen
This is a hotfix release with single fix only: * Fix remote crash - invalid packet order causes lookup of NULL pointer. Not exploitable, just DoS. PgFoundry is mostly dead, at the moment downloads are set up here: https://pgbouncer.github.io/downloads/ -- marko -- Sent via

[ANNOUNCE] PgBouncer 1.5.4

2012-12-02 Thread Marko Kreen
Fix leaks in UDNS and glibc DNS backend code. Plus few other minor fixes. Full details: http://pgfoundry.org/frs/shownotes.php?release_id=2000 About PgBouncer is lightweight connection pooler for PostgreSQL. Download: http://pgfoundry.org/projects/pgbouncer/ Homepage:

[ANNOUNCE] PL/Proxy 2.5

2012-11-27 Thread Marko Kreen
New version of PL/Proxy is out. Support for RETURNS TABLE, range types, Postgres 9.3 Proper handling of cancel requests and altered return types. Details: http://pgfoundry.org/frs/shownotes.php?release_id=1999 Downloads: http://pgfoundry.org/projects/plproxy/ About PL/Proxy --

[ANNOUNCE] Skytools 3.1.2

2012-11-02 Thread Marko Kreen
Few features and various bugfixes. --find-copy-node might be the most interesting feature - it will search for node that has table available. PgFoundry is down against, so download again on github. Get it -- Download: https://github.com/downloads/markokr/skytools/skytools-3.1.2.tar.gz

[ANNOUNCE] PgBouncer 1.5.3

2012-09-12 Thread Marko Kreen
This fixes a critical problems when autodbs are used - this feature is activated by '*' in [databases] section, so the databases are automatically added. The bugs allows remote shutdown of pgbouncer process. Full details: http://pgfoundry.org/frs/shownotes.php?release_id=1981 About

[ANNOUNCE] PL/Proxy 2.4

2012-05-07 Thread Marko Kreen
New version of PL/Proxy is out. Main change is that default remote username is now taken from current_user, not session_user. Also internal connection cache now supports having connections to same cluster under different usernames. Both changes together make SECURITY DEFINER functions work

[ANNOUNCE] Skytools 3.0.1

2012-04-18 Thread Marko Kreen
Minor bugfix release. Main fix is the workaround for broken BOM handling in Python's logging.handlers.SysLogHandler. [ http://bugs.python.org/issue14452 ] Get it -- Downloads: http://pgfoundry.org/projects/skytools Github: https://github.com/markokr/skytools Changes --- =

Re: [ANNOUNCE] PgBouncer 1.5.1

2012-04-18 Thread Marko Kreen
[Re-reply to keep -announce in the loop..] On Wed, Apr 18, 2012 at 12:42 AM, Mark Felder f...@feld.me wrote: I just realized that PgBouncer 1.5 and 1.5.1 have identical checksums, which I noticed after I already reported to the maintainer the issue with the extracted folder being named

[ANNOUNCE] PgBouncer 1.5.1

2012-04-17 Thread Marko Kreen
Fix various portability and correctness bugs: http://pgfoundry.org/frs/shownotes.php?release_id=1863 About PgBouncer is lightweight connection pooler for PostgreSQL. Download: http://pgfoundry.org/projects/pgbouncer/ Homepage: http://wiki.postgresql.org/wiki/PgBouncer

[ANNOUNCE] Skytools 3.0

2012-03-17 Thread Marko Kreen
Major new features compared to 2.1 -- * Cascaded queuing * Parallel copy * Multi-database ticker * Londiste handler modules for custom processing Release notes: http://skytools.projects.postgresql.org/skytools-3.0/doc/skytools3.html Documentation:

[ANNOUNCE] SkyTools 2.1.13

2012-03-13 Thread Marko Kreen
Bugfix release for skytools_2_1_stable branch. Details: http://pgfoundry.org/frs/shownotes.php?release_id=1932 Downloads: http://pgfoundry.org/projects/skytools About Skytools -- This is a package of tools developed by Skype for replication and failover. It includes a generic

[ANNOUNCE] PgBouncer 1.5

2012-01-05 Thread Marko Kreen
Main new features: * DNS zone serial based connection invalidation. * KILL command * min_pool_size * idle_in_transaction_timeout Full details: http://pgfoundry.org/frs/shownotes.php?release_id=1920 About PgBouncer is lightweight connection pooler for PostgreSQL. Download:

[ANNOUNCE] PL/Proxy 2.3

2011-10-25 Thread Marko Kreen
Changes since v2.2: * Global SQL/MED options * Keepalive options * Fix memory leak in SPLIT statement. Full details: http://pgfoundry.org/frs/shownotes.php?release_id=1903 Downloads: http://pgfoundry.org/projects/plproxy/ About PL/Proxy -- PL/Proxy is database partitioning

[ANNOUNCE] PgBouncer 1.4.2

2011-06-16 Thread Marko Kreen
Mainly portability fixes. Affected OS-es: *BSD, Solaris, Win32. Details: http://pgfoundry.org/frs/shownotes.php?release_id=1863 About PgBouncer is lightweight connection pooler for PostgreSQL. Download: http://pgfoundry.org/projects/pgbouncer/ Homepage:

[ANNOUNCE] PgBouncer 1.4

2011-01-11 Thread Marko Kreen
Features proper async DNS resolution and support for Postgres 9.0 application_name parameter. Various smaller features and internal cleanups. Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1757 Download: http://pgfoundry.org/projects/pgbouncer/ About PgBouncer is lightweight

[ANNOUNCE] SkyTools 2.1.12

2010-11-10 Thread Marko Kreen
Changes --- * Support PostgreSQL 9.0 * Source code is moved into GIT * Lots of fixes Full details: http://pgfoundry.org/frs/shownotes.php?release_id=1731 Downloads: http://pgfoundry.org/projects/skytools Master GIT: git://git.postgresql.org/git/skytools.git

[ANNOUNCE] PgBouncer 1.3.3

2010-05-10 Thread Marko Kreen
Minor bugfixes, also makes listen backlog argument configurable. Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1645 Download: http://pgfoundry.org/projects/pgbouncer/ About PgBouncer is lightweight connection pooler for PostgreSQL. Homepage:

[ANNOUNCE] PL/Proxy 2.1

2010-04-26 Thread Marko Kreen
New major release of PL/Proxy is out. New features * SPLIT statement. This allows to spread either batch updates or big queries across several partitions. The execution happens in parallel as usual. * Support for SQL/MED clusters. This avoids the need to create the callback

[ANNOUNCE] Skype presents: PL/Proxy 2.0 - easy database partitioning

2007-03-15 Thread Marko Kreen
PL/Proxy is a language for creating proxy functions that call actual functions from a partitioned database. The actual query to be executed on partition is constructed by looking proxy function signature. https://developer.skype.com/SkypeGarage/DbProjects/PlProxy So, to call function

[ANNOUNCE] pgcrypto 0.4.2

2001-12-03 Thread Marko Kreen
Hello again, pgcrypto 0.4 had a nasty obscure bug, when after including postgres.h the BYTE_ORDER is not defined, it compiles code for both big-endian and little-endian machines. This makes MD5 and SHA1 algorithms in internal library produce garbage, ofcourse now HMAC and crypt-md5 produce