Ceci est une ancienne révision du document !
<html>
<p><strong>Nouvelles hebdomadaires de PostgreSQL - 24 mai 2009</strong></p>
<p>1°) Publication de la beta 2 de la version 8.4 de PostgreSQL, 2°) Tests :
<a target=“_blank” href=“http://www.postgresql.org/developer/beta”>http://www.postgresql.org/developer/beta</a></p>
<p>PgCon fut un nouveau succès, avec une affluence accrue à contre-pied des autres conférences. Publication prochaine des vidéos des présentations :
<a target=“_blank” href=“http://www.pgcon.org/2009/”>http://www.pgcon.org/2009/</a></p>
<p>La vidéo de la réunion SFPUG du 23 mai 2009 : “BIRT & PostgreSQL” est à présent disponible en lecture et téléchargement sur le serveur media.postgresql.org :
<a target=“_blank” href=“http://media.postgresql.org/sfpug/sfpug-birt-20090512.mov”>http://media.postgresql.org/sfpug/sfpug-birt-20090512.mov</a></p>
<p>La conférence-anniversaire (10ème) du JPUG a lancé son appel à participation :
<a target=“_blank” href=“http://archives.postgresql.org/pgsql-announce/2009-05/msg00018.php”>http://archives.postgresql.org/pgsql-announce/2009-05/msg00018.php</a></p>
<p>La communauté PostgreSQL/PostGIS se réunira à Zurich le 6 juin 2009. Détails (de_CH) :
<a target=“_blank” href=“http://gis.hsr.ch/wiki/PostgreSQL-PostGIS-H%C3%B6ck”>http://gis.hsr.ch/wiki/PostgreSQL-PostGIS-Höck</a></p>
<p><strong>Les nouveautés des produits dérivés</strong></p>
<ul>
<li>MicroOLAP Database Designer 1.2.8beta1, un système de conception de BD pour PostgreSQL :
<a target=“_blank” href=“http://microolap.com/products/database/postgresql-designer/”>http://microolap.com/products/database/postgresql-designer/</a></li>
</ul>
<p><strong>La fonctionnalité 8.4 de la semaine</strong></p>
<p>Warm Standby : si, auparavant, configurer une reprise à chaud vous effrayait : re-tentez avec la 8.4, la prise en main est à présent facilitée.</p>
<p><strong>L'astuce de la semaine</strong></p>
<p>En attendant que les expressions de tables communes de la 8.4 et que le SQL/MED de la 8.5 soient disponibles, <em>Until 8.4's Common Table Expressions and 8.5's SQL/MED come out, you can use the “tablefunc” contrib module includes functions for connect_by() joins and querying one database from another, respectively.</em></p>
<p>(<a target=“_blank” href=“http://www.postgresql.org/community/weeklynews/pwn20090524”>lien vers l'article original</a>)</p>
<p><strong>Offres d'emplois autour de PostgreSQL en mai</strong></p>
<ul>
<li><a target=“_blank” href=“http://archives.postgresql.org/pgsql-jobs/2009-05/threads.php”>http://archives.postgresql.org/pgsql-jobs/2009-05/threads.php</a></li>
</ul>
<p><strong>PostgreSQL Local</strong></p>
<ul>
<li>Le PGDay de Junin / Buenos Aires aura lieu le 6 juin à l'Unnoba :
<a target=“_blank” href=“http://www.arpug.com.ar/trac/wiki/PgDayUnnoba”>http://www.arpug.com.ar/trac/wiki/PgDayUnnoba</a></li>
<li>Notez la date : pgDay San Jose, dimanche 19 juillet juste avant l'OSCON. Appel à conférenciers, plus d'infos sous peu !</li>
<li>La “PGCon Brazil” prendra place à l'Unicamp de Campinas (État de São Paulo) les 23 & 24 octobre 2009.</li>
<li>Le PGDay.EU 2009 est programmé pour les 6 & 7 novembre 2009 à Telecom ParisTech (ndt: ENST ?) :
<a target=“_blank” href=“http://www.pgday.eu/”>http://www.pgday.eu/</a></li>
</ul>
<p><strong>PostgreSQL dans les média</strong></p>
<ul>
<li>Planet PostgreSQL :
<a target=“_blank” href=“http://planet.postgresql.org/”>http://planet.postgresql.org/</a></li>
</ul>
<p><i>PostgreSQL Weekly News / les nouvelles hebdomadaires vous sont offertes cette semaine par David Fetter et Josh Berkus. La traduction en est assurée par l'équipe PostgreSQLFr.</i></p>
<p><i>Proposez vos articles ou annonces avant dimanche 15:00 (heure du Pacifique). Merci de les envoyer en anglais à david (a) fetter.org, en allemand à pwn (a) pgug.de, en italien à pwn (a) itpug.org.</i></p>
<p><strong>Correctifs appliqués</strong></p>
<p>Peter Eisentraut a commité :</p>
<ul>
<li>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.</li>
<li>Refer to tables by id, not by “the following table”, because tables are in theory floating elements.</li>
<li>In pgsql/src/backend/catalog/sql_features.txt, update SQL conformance entries for window functions functionality</li>
<li>In pgsql/src/tools/editors/emacs.samples, add some instructions on how to customize emacs for working on the SGML sources.</li>
<li>Add documentation string for LDFLAGS_SL in configure –help output.</li>
<li>In pgsql/src/tools/editors/emacs.samples, fix sgml-mode example. Thanks, Andrew Dunstan.</li>
<li>In pgsql/src/bin/pg_dump/pg_dump.c, convert some messages to use ngettext(). Author: Euler Taveira de Oliveira.</li>
</ul>
<p>Tom Lane a commité :</p>
<ul>
<li>In pgsql/src/interfaces/libpq/fe-connect.c, make pwdfMatchesString() a little more careful about matching * fields.</li>
<li>Fix bug #4814 (wrong subscript in consistent-function call), and add some minimal regression test coverage for matchPartialInPendingList().</li>
<li>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.</li>
<li>Use more-portable coding for the check on handing out the last available relopt_kind value in add_reloption_kind(). Per Zdenek Kotala.</li>
</ul>
<p>Heikki Linnakangas a commité :</p>
<ul>
<li>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.</li>
<li>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.</li>
</ul>
<p>Michael Meskes a commité :</p>
<ul>
<li>Removed some unneeded variables and comparisons.</li>
<li>More variables gcc moans about.</li>
<li>Removed unsigned/signed mismatches.</li>
<li>Removed comparison of unsigned expression < 0.</li>
</ul>
<p>Teodor Sigaev a commité :</p>
<ul>
<li>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.</li>
</ul>
<p><strong>Correctifs rejetés (à ce jour)</strong></p>
<ul>
<li>Pas de déception cette semaine </li>
</ul>
<p><strong>Correctifs en attente</strong></p>
<ul>
<li>Simon Riggs sent in two patches to improve read-only scalability.</li>
<li>Pavel Stehule sent in another revision of the GROUPING SETS patch.</li>
<li>Jim Nasby sent in a patch to add a feature to vacuumdb that allows analyze-only as an option.</li>
<li>Robert Haas sent in a patch to add parenthesized options to EXPLAIN.</li>
<li>Pavel Stehule sent in a patch to clean up some syntax warnings in tsquery_op.c</li>
<li>Zdenek Kotala sent in two patches to do some cleanup to help pg_migrator.</li>
<li>Tatsuhito Kasahara sent in a patch to fix ja.po.</li>
<li>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.</li>
<li>Dimitri Fontaine sent in a document patch for GiST extensions.</li>
<li>Adriano Lange sent in a patch implementing 2PO, an alternative to the GEQO for optimizing large joins.</li>
<li>Andres Freund sent in a patch to allow EXPLAIN ANALYZE to show counts of discarded tuples.</li>
</ul>
</html>