(Traduzione parziale in lingua italiana delle PostgreSQL Weekly News a cura di Gianni Ciolli gianni.ciolli@2ndquadrant.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
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/
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.
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.
http://archives.postgresql.org/pgsql-jobs/2009-05/threads.php
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/
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@itpug.org; per le lingue inglese o tedesca, si scriva rispettivamente a david@fetter.org o a pwd@pgug.de.
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 2ndquadrant_italia_mod.txt 2ndquadrant_italia.txt da_installare_pandoc hdoisajds.sh risultati step2 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:
No one was disappointed this week :-)
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.
This Post Has 0 Comments