== Notiziario settimanale PostgreSQL - 24 maggio 2009 ==

From: Gianni Ciolli <gianni(dot)ciolli(at)2ndquadrant(dot)it>
To: pgsql-it-generale <pgsql-it-generale(at)postgresql(dot)org>
Subject: == Notiziario settimanale PostgreSQL - 24 maggio 2009 ==
Date: 2009-06-11 08:06:00
Message-ID: 20090611080600.GA5897@eee.gi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-it-generale

== Notiziario settimanale PostgreSQL - 24 maggio 2009 ==

(Traduzione parziale in lingua italiana delle PostgreSQL Weekly News a
cura di Gianni Ciolli <gianni(dot)ciolli(at)2ndquadrant(dot)it>)

Rilasciata la versione 8.1 beta 2 di PostgreSQL. Provatela!
http://www.postgresql.org/developer/beta

La PgCon è stata un grande successo, e ha visto un numero crescente di
partecipanti, al contrario di altre conferenze. Presto saranno
disponibili i video delle presentazioni.
http://www.pgcon.org/2009/

Il video dal meeting di SFPUG del 12 maggio 2009, "BIRT & PostgreSQL,"
è adesso disponibile per essere visto o scaricato dal server
media.postgresql.org:
http://media.postgresql.org/sfpug/sfpug-birt-20090512.mov

Gli organizzatori della conferenza per il decimo anniversario di JPUG
stanno chiedendo proposte:
http://archives.postgresql.org/pgsql-announce/2009-05/msg00018.php

La comunità PostgreSQL/PostGIS si incontrerà in Zurigo il 6 giugno
2009. Dettagli (de_CH) qui:
http://gis.hsr.ch/wiki/PostgreSQL-PostGIS-Höck

== Novità sul prodotto PostgreSQL ==

Rilasciata la versione 1.2.8beta1 di MicroOLAP Database Designer, un
programma di progettazione di database per PostgreSQL basato su
Windows.
http://microolap.com/products/database/postgresql-designer/

== La novità della settimana di PostgreSQL 8.4 ==

Warm Standby: se in passato hai avuto difficoltà nel configurare una
replica Warm Standby, adesso puoi riprovare, in quanto con la 8.4 la
configurazione è user-friendly.

== Il suggerimento della settimana ==

Prima dell'arrivo delle Common Table Expression con la 8.4 e di
SQL/MED on la 8.5, puoi usare il modulo contrib "tablefunc" che
include funzioni per fare joins con connect_by() e fare le query
attraverso più database.

== Offerte di lavoro su PostgreSQL per maggio 2009 ==

http://archives.postgresql.org/pgsql-jobs/2009-05/threads.php

== Notizie locali su PostgreSQL ==

Il PGDay Junin / Buenos Aires Unnoba si terrà il 6 giugno 2009.
http://www.arpug.com.ar/trac/wiki/PgDayUnnoba

Il pgday di San Jose (USA) si terrà domenica 19 luglio 2009, dando il
via ad OSCON. Inviate la vostra proposta entro l'8 giugno 2009 a
conference-sf-speakers AT pgfoundry DOT org, e scoprirete entro il 20
giugno 2009 se è stata accettata.
http://www.postgresql.org/about/news.1082

Il 23 e 24 ottobre 2009 si svolgerà PGCon Brazil, presso Unicamp,
nella città di Campinas, stato di San Paolo.

Il PGDay.EU 2009 si terrà a Telecom ParisTech in Parigi nei giorni 6 e
7 novembre 2009.
http://www.pgday.eu/

== Rassegna stampa su PostgreSQL ==

Planet PostgreSQL: http://planet.postgresql.org/

Questo notiziario settimanale PostgreSQL è stato realizzato da David
Fetter e Josh Berkus; traduzione parziale in lingua italiana a cura di
Gianni Ciolli.

Notizie o annunci destinati a questo notiziario dovranno pervenire
entro la mezzanotte di domenica (le 15 nel fuso orario della
California). I comunicati in lingua italiana dovranno essere inviati a
pwn(at)itpug(dot)org; per le lingue inglese o tedesca, si scriva
rispettivamente a david(at)fetter(dot)org o a pwd(at)pgug(dot)de(dot)

== Patch applicate ==

Peter Eisentraut committed:

- Some documentation cleanup for the addition of the KOI8U encoding.
Change all (remaining) mentions of KOI8 to the new canonical form
KOI8R. Add information about the available conversions for KOI8U.

- Refer to tables by id, not by "the following table", because tables
are in theory floating elements.

- In pgsql/src/backend/catalog/sql_features.txt, update SQL
conformance entries for window functions functionality

- In pgsql/src/tools/editors/emacs.samples, add some instructions on
how to customize emacs for working on the SGML sources.

- Add documentation string for LDFLAGS_SL in configure --help output.

- In pgsql/src/tools/editors/emacs.samples, fix sgml-mode example.
Thanks, Andrew Dunstan.

- In pgsql/src/bin/pg_dump/pg_dump.c, convert some messages to use
ngettext(). Author: Euler Taveira de Oliveira.

Tom Lane committed:

- In pgsql/src/interfaces/libpq/fe-connect.c, make pwdfMatchesString()
a little more careful about matching * fields.

- Fix bug #4814 (wrong subscript in consistent-function call), and add
some minimal regression test coverage for matchPartialInPendingList().

- Fix LIKE's special-case code for % followed by _. I'm not entirely
sure that this case is worth a special code path, but a special code
path that gets the boundary condition wrong is definitely no good.
Per bug #4821 from Andrew Gierth. In passing, clean up some minor
code formatting issues (excess parentheses and blank lines in odd
places). Back-patch to 8.3, where the bug was introduced.

- Use more-portable coding for the check on handing out the last
available relopt_kind value in add_reloption_kind(). Per Zdenek
Kotala.

Heikki Linnakangas committed:

- In pgsql/src/backend/commands/analyze.c, update relpages and
reltuples estimates in stand-alone ANALYZE, even if there's no
analyzable attributes or indexes. We also used to report 0 live and
dead tuples for such tables, which messed with autovacuum threshold
calculations. This fixes bug #4812 reported by George Su. Backpatch
back to 8.1.

- In pgsql/src/backend/commands/tablecmds.c, silence a gcc compiler
warning about non-literal format string with no args when compiling
with -Wformat-security. Fujii Masao.

Michael Meskes committed:

- Removed some unneeded variables and comparisons.

- More variables gcc moans about.

- Removed unsigned/signed mismatches.

- Removed comparison of unsigned expression < 0.

Teodor Sigaev committed:

- In pgsql/src/backend/utils/adt/tsvector.c, re-sort tsvector's
lexemes in tsvectorrecv instead of emitting an error. Basically,
it's needed to support binary dump from 8.3 because the ordering
rule was changed. Per discussion with Bruce Momjian.

== Patch rifiutate (per adesso) ==

No one was disappointed this week :-)

== Patch in coda ==

Simon Riggs sent in two patches to improve read-only scalability.

Pavel Stehule sent in another revision of the GROUPING SETS patch.

Jim Nasby sent in a patch to add a feature to vacuumdb that allows
analyze-only as an option.

Robert Haas sent in a patch to add parenthesized options to EXPLAIN.

Pavel Stehule sent in a patch to clean up some syntax warnings in
tsquery_op.c

Zdenek Kotala sent in two patches to do some cleanup to help
pg_migrator.

Tatsuhito Kasahara sent in a patch to fix ja.po.

Steve Prentice sent in two versions of a patch to supplement Pavel
Stehule's patch for named and mixed notation support in 8.5. Pavel
sent in a followup that touches the main parser. Steve sent an
updated patch.

Dimitri Fontaine sent in a document patch for GiST extensions.

Adriano Lange sent in a patch implementing 2PO, an alternative to
the GEQO for optimizing large joins.

Andres Freund sent in a patch to allow EXPLAIN ANALYZE to show
counts of discarded tuples.

Browse pgsql-it-generale by date

  From Date Subject
Next Message Gianni Ciolli 2009-06-11 08:06:45 == Notiziario settimanale PostgreSQL - 31 maggio 2009 ==
Previous Message Gianni Ciolli 2009-05-18 21:06:56 == Notiziario settimanale PostgreSQL - 17 maggio 2009 ==