L'appel à conférenciers a été lancé pour le FLOSS UK, programmé du 20 au 22 mars 2012 à Edimbourg. La date limite de dépôt des candidatures est fixée au 18 novembre 2011 et les conférenciers sélectionnés seront informés avant le 25 novembre. Les propositions sont à envoyer à postgresql2012 AT flossuk POINT org. Plus d'informations via le lien suivant : http://www.flossuk.org/Events/Spring2012

Nouveau sondage : Quand pensez-vous mettre à jour vers la 9.1 ? http://www.postgresql.org/community

Le PUG de New-York présente "PostgreSQL 9.1 Overview" avec Bruce Momjian à 18h30, le 22 septembre au Yodle. RSVP et détails ci-après : http://www.nycpug.org/events/32571952/

[ndt: sortie de PostgreSQL 9.1, la dépêche en français : http://blog.postgresql.fr/index.php?post/2011/09/12/Sortie-de-PostgreSQL-9.0]

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en septembre

PostgreSQL Local

  • Postgres Open 2011, conférence ayant pour thème les évolutions brutales dans l'industrie de la base de données, aura lieu du 14 au 16 septembre 2011 à Chicago (Illinois, États-Unis) à l'hôtel "Westin Michigan Avenue" : http://postgresopen.org
  • PostgreSQL Conference West (#PgWest) aura lieu du 27 au 30 septembre 2011 au centre des conventions de San José (Californie, États-Unis) : http://www.postgresqlconference.org
  • La "PostgreSQL Conference Europe 2011" se tiendra à Amsterdam, du 18 au 21 octobre : http://2011.pgconf.eu/
  • Le PG-Day Denver 2011 aura lieu le vendredi 21 octobre 2011 dans le campus Auraria près de Denver, Colorado : http://pgday.consistentstate.com/
  • pgbr aura lieu à São Paulo (Brésil) les 3 & 4 novembre 2011 : http://pgbr.postgresql.org.br/
  • PGConf.DE 2011 est une conférence germanophone tenue le 11 novembre au musée industriel du Rhin à Oberhausen (Allemagne). L'appel à conférenciers est lancé : http://2011.pgconf.de/
  • La cinquième édition du PGDay italien (PGDay.IT 2011) aura lieu le 25 novembre à Prato : http://2011.pgday.it/

PostgreSQL dans les média

PostgreSQL Weekly News / les nouvelles hebdomadaires vous sont offertes cette semaine par David Fetter. Traduction par l'équipe PostgreSQLFr sous licence CC BY-NC-SA.

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 et en espagnol à pwn (a) arpug.com.ar.

(lien vers l'article original)

Revues de code

Correctifs appliqués

Bruce Momjian a poussé :

Tom Lane a poussé :

Peter Eisentraut a poussé :

Alvaro Herrera a poussé :

Simon Riggs a poussé :

Heikki Linnakangas a poussé :

ITAGAKI Takahiro a poussé :

Correctifs rejetés (à ce jour)

  • Pas de déception cette semaine :-)

Correctifs en attente

  • Heikki Linnakangas and Alexander Korotkov traded new versions of the patch to build GiST indexes quickly.
  • Oleg Bartunov sent in three more revisions of the patch to implement space-partitioned GiST indexes.
  • Marti Raudsepp sent in another revision of the patch to generate more useful column names for subquery expressions.
  • Marti Raudsepp sent in a patch which adds the backend's current running query to the "backend crash" message.
  • Shigeru HANADA sent in two more revisions of a patch to add a "force not null" option to the file FDW.
  • Pavan Deolasee sent in another revision of the patch to a single-pass VACUUM.
  • Fujii Masao sent in two revisions of a patch to add a pg_last_xact_insert_timestamp.
  • Marko (johto) Tiikkaja sent in a patch to add an nfiltered annotation to EXPLAIN.
  • George Barnett sent in a patch intended to improve the way PostgreSQL runs with NFS data directory on Linux.
  • Tom Lane sent in a WIP patch to bring ECPG in line with the rest of the code, which as of this week has a separate header for the core timestamp definitions and macros.
  • Fujii Masao sent in a patch to unite recovery.conf with postgres.conf.
  • Fujii Masao sent in two revisions of a patch to add a replication option to the createuser utility.
  • Alexey Klyukin sent in another revision of the patch to allow the pg config parser to continue on error.
  • Marti Raudsepp sent in a patch to cache constant stable expressions per execution.
  • Josh Kupershmidt sent in another revision of the patch to allow \dd to show constraint names.
  • Jun Ishiduka sent in another revision of the patch to make it possible to take an on-line base backup from a hot standby.
  • Andrew Dunstan sent in a patch intended to fix the issue where the databse super-user is presumed to be a member of every role.
  • Alexander Korotkov sent in another revision of the patch implementing a double-sorting picksplit implementation for GiST indexes.
  • KaiGai Kohei sent in another flock of patches reworking DROP into a single unified framework.