Le PUG de New-York se réunira le 15 février 2011 à 18h15 dans les bureaux de Yodle, au 50 de la 23ème rue Ouest à New-York. Plus d'infos et RSVP : http://www.meetup.com/postgresql-3/events/16123790/

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en janvier

PostgreSQL Local

  • Selena Deckelmann parlera de la communauté et du développement PostgreSQL le 7 février 2010 à 16h, à l'université d'état de l'Oregon à Corvallis.
  • 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://www.p2d2.cz
  • 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
  • Le 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
  • L'Open Database Camp aura lieu du 7 au 9 mai 2011 en Sardaigne (Italie) : http://datacharmer.blogspot.com/2011/01/announcing-open-database-camp-sardinia.html
  • 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

  • ITAGAKI Takahiro reviewed the log_csv_options patch.
  • Fujii Masao reviewed the patch to allow base backup to include WALs.
  • ITAGAKI Takahiro reviewed the patch to support EXTENSIONs in pg_dump.
  • Jeff Davis reviewed the patch to add truly SERIALIZABLE transactions.
  • Steve Singer reviewed the patch to use subtransactions in PL/PythonU.

Correctifs appliqués

Magnus Hagander a poussé :

Heikki Linnakangas a poussé :

Robert Haas a poussé :

Peter Eisentraut a poussé :

Bruce Momjian a poussé :

Tom Lane a poussé :

ITAGAKI Takahiro a poussé :

Marc Fournier a poussé :

Andrew Dunstan a poussé :

Correctifs rejetés (à ce jour)

  • Marko (johto) Tiikkaja's patch to add filtering details to EXPLAIN. Not added to enough places -> returned with feedback.

Correctifs en attente

  • Pavel Stehule sent in another revision of the patch to add FOREACH ... IN ARRAY to PL/pgsql.
  • ITAGAKI Takahiro sent in another revision of the patch to add MULTISETs.
  • Dimitri Fontaine and ITAGAKI Takahiro traded revisions of the patch to add EXTENSION support to pg_dump.
  • Magnus Hagander sent in a patch to allow pg_basebackup to send WALs.
  • Heikki Linnakangas sent in two more revisions of the patch to allow multiple concurrent base backups.
  • Noah Misch sent in two more revisions of the patch to turn no-work table rewrites caused by ALTER TABLE into no-ops.
  • Kevin Grittner sent in four more revisions of the patch to add true serializability.
  • Fujii Masao sent in a patch to ensure that logging restartpoints also implies logging WALs created/deleted/recycled, just as log_checkpoints does.
  • KaiGai Kohei sent in two more patches to fix the sepgsql contrib module.
  • Alex Hunsaker sent in two more revisions of the patch to convert between PostgreSQL and Perl arrays in PL/Perl.
  • Jan Urbanski sent in two more revisions of the patch to fix PL/PythonU table functions.
  • Kevin Grittner sent in two revisions of a patch to add .gitignore files appropriate to coverage builds.
  • Jan Urbanski sent in another revision of the PL/Python validator function, per review from Hitoshi Harada.
  • Jan Urbanski sent in five more revisions of the patch to use SPI in PL/Python subtransactions.
  • Jan Urbanski sent in another revision of the patch to have PL/PythonU immediately invalidate functions with composite arguments.
  • Jan Urbanski sent in another revision of the patch to implement tracebacks in PL/PythonU.
  • Jan Urbanski sent in another revision of the patch to implement custom datatype parsers for PL/PythonU.
  • Jan Urbanski sent in another revision of the patch to implement custom exceptions for SPI in PL/PythonU.
  • Jeff Davis sent in two more revisions of the patch to add range types.
  • Marko (johto) Tiikkaja sent in another revision of the patch to add transaction-scope advisory locks.
  • Andrew Dunstan sent in a patch to get PostgreSQL running on the Mingw64 toolset on 64-bit Windows7Pro.
  • Stephen Frost sent in another revision of the patch to allow logging the current role in CSV.
  • Alexander Korotkov sent in two more revisions of the patch to add wildcard searches to the trigram system-supplied module.
  • Robert Haas sent in another revision of the patch to generate error code lists automatically.
  • Joachim Wieland sent in another revision of the patch to allow for synchronized snapshots per suggestions from Noah Misch.
  • Kevin Grittner sent in a patch to track trigger depth for 9.2.
  • Pavel Stehule sent in another patch to add FOREACH ... IN [array] to PL/pgsql.
  • Robert Haas sent in another patch to allow logging of aborted vacuums.
  • Robert Haas sent in another revision of the patch to spread disk syncs.