La version de test PostgreSQL 9.1alpha3 a été publiée ! Retrouvez-la ici : http://developer.postgresql.org/pgdocs/postgres/release-9-1-alpha.html
Et voici un guide de test : http://wiki.postgresql.org/wiki/HowToBetaTest

Les nouveautés des produits dérivés

PostgreSQL Local

  • Le FOSDEM est l'un des plus grand événements autour du Libre et de l'Open Source ; il a lieu annuellement à Bruxelles et rassemble environ 4000 personnes. La prochaine édition est programmée pour les 5 & 6 février 2011. Envoyez vos propositions à l'adresse fosdem AT postgresql POINT eu : http://andreas.scherbaum.la/blog/archives/749-PostgreSQLFOSDEM-2011-Call-for-talks.html
  • L'appel à conférenciers pour l'annuel "Prague PostgreSQL Developers' Day", 4ème édition, est lancé. L'événement sera tenu le 10 février 2011 à l'Universitas Carolinas : http://archives.postgresql.org/pgsql-announce/2010-12/msg00009.php
  • L'appel à projets de PostgreSQLFr a été lancé. Les projets doivent concerner PostgreSQL et la communauté francophone. Mail à appel-projets-2010 (AT) postgresql (DOT) fr. http://www.postgresql.fr/appel_a_projets_2010:call_for_projects
  • Un PGDay.US est au programme du Southern California Linux Exposition (SCALE) de cette année, tenu à l'hôtel LAX Hilton de Los Angeles (Californie) le vendredi 25 février 2011. Proposez vos conférences sur pgday-submissions (AT) googlegroups (DOT) com.
  • PostgreSQL Conference East 2011 : New-York City, du 22 au 25 mars : http://www.postgresqlconference.org
  • PGCon aura lieu les 19 & 20 mai 2011 à l'Université d'Ottawa, précédé par deux jours de tutoriels les 17 & 18 mai . L'appel à conférenciers a été lancé ! http://www.pgcon.org/2011/

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

Alvaro Herrera a poussé :

Tom Lane a poussé :

Bruce Momjian a poussé :

Magnus Hagander a poussé :

Peter Eisentraut a poussé :

Robert Haas a poussé :

Correctifs rejetés (à ce jour)

  • Pas de déception cette semaine :-)

Correctifs en attente

  • Simon Riggs sent in a WIP patch to reduce the lock levels for ADD and DROP COLUMN.
  • Robert Haas sent in another patch implementing core SQL/MED functionality.
  • Magnus Hagander sent another revision of the patch to monitor recovery conflict.
  • Robert Haas sent in two revisions of a patch to rationalize the error reporting for unsupported operations on various types of database object.
  • Peter Geoghegan sent in a patch to change the canonical name of CTEs to CTE rather than "WITH queries."
  • Teodor Sigaev sent in a patch which reworks btree_gist to have a new API.
  • Jan Urbanski sent some Perl programs to generate error codes and documentation for same from a single source.
  • Karl Lehenbauer sent in three revisions of a patch to add table function support to PL/Tcl.
  • Joel Jacobson sent in three revisions of a patch to add a --split option to pg_dump.
  • Mark Kirkwood sent in two revisions of a patch intended to fix some infelicities in cmd_standby.
  • Robert Haas sent in another revision of the patch to future-proof relkind tests.
  • Jan Urbanski sent in a patch which prevents PL/PythonU from removing a function's arguments from its globals dict after calling it.
  • Dimitri Fontaine sent in a patch to implement extension upgrades and a follow-on patch to fix some infelicities in it.
  • Kevin Grittner sent in a patch to make use the SLRU infrastructure in SSI. SSI is how truly SERIALIZABLE isolation will be implemented.
  • Tatsuo Ishii sent in two more revisions of a patch to fix pg_terminate_backend().
  • Jan Urbanski sent in another flock of patches to refactor PL/PythonU.
  • Hannu Valtonen sent in a patch to support negative index values when fetching arrays.