[ANNOUNCE] == PostgreSQL Weekly News - December 02 2012 ==

2012-12-02 Thread David Fetter
== PostgreSQL Weekly News - December 02 2012 == == PostgreSQL Local == The FOSDEM PGDay conference that will be held before FOSDEM in Brussels, Belgium, on Feb 1st, 2013. The CfP for both this event and for the PG track of FOSDEM are open. http://fosdem2013.pgconf.eu/callforpapers/ PGDay NYC 20

[ANNOUNCE] Postgres Plus Advanced Server 9.2 enhances performance, extends Oracle compatibility and features the upgraded Postgres Enterprise Manager 3.0

2012-12-02 Thread Gary Carter
BEDFORD, Mass. – November 27, 2012 – EnterpriseDB, the leading worldwide provider of enterprise-class Postgres products, Oracle database compatibility solutions and add-on tools for PostgreSQL, today announced the release of Postgres Plus Advanced Server 9.2. The new version of EnterpriseDB’s flags

[ANNOUNCE] EnterpriseDB Enhances Remote Access to Postgres Management Console

2012-12-02 Thread Gary Carter
Pivotal add-on tool for Postgres deepens visibility into deployments, provides new options for remote access and comes with year-end incentives BEDFORD, Mass. – November 27, 2012 – EnterpriseDB, the leading worldwide provider of enterprise-class Postgres products, Oracle database compatibility sol

[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: http://wiki.postgre

[ANNOUNCE] pg_activity 0.1.0

2012-12-02 Thread Julien Tachoires
pg_activity is yet another htop like utility for PostgreSQL server activity monitoring. https://github.com/julmon/pg_activity v0.1 : https://github.com/julmon/pg_activity/archive/v0.1.0.tar.gz Cheers,