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://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:appel
  • 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 Marko (johto) Tiikkaja's patch to add transaction-scope advisory locks.
  • Anssi Kaariainen reviewed Dimitri Fontaine's patch to add EXTENSION support to pg_dump, several times.
  • Chris Browne reviewed the patch to compact the fsync request queue.
  • Steve Singer reviewed the patch for log_hostname and pg_stat_activity.
  • Kevin Grittner reviewed the file_fdw patch.
  • Noah Misch reviewed the snapshot synchronization patch.
  • Jan Urbanski reviewed the patch to add wildcard search support for pg_trgm.
  • Dimitri Fontaine reviewed the patch to add FOR KEY LOCK for foreign key checks.
  • Stephen Frost reviewed the patch to add FOREACH ... IN ARRAY to PL/pgsql.
  • Marko (johto) Tiikkaja reviewed the patch to add ALTER TABLE ... ADD FOREIGN KEY ... NOT ENFORCED.

Correctifs appliqués

Heikki Linnakangas a poussé :

Bruce Momjian a poussé :

Alvaro Herrera a poussé :

Tom Lane a poussé :

Peter Eisentraut a poussé :

Magnus Hagander a poussé :

Robert Haas a poussé :

Andrew Dunstan a poussé :

Correctifs rejetés (à ce jour)

  • Pavel Stehule's patch to remove redundant code from PL/pgsql. Too much added complexity for too little benefit.

Correctifs en attente

  • Alexander Korotkov sent in another revision of the patch to add wildcards to contrib/pg_trgm.
  • Heikki Linnakangas sent in a patch to fix some typos, etc., in the SSI patch.
  • Dimitri Fontaine sent in two more revisions of the patch to add extensions.
  • Shigeru HANADA sent in another revision of the patch to add file_fdw, which implements file-based access in SQL/MED.
  • ITAGAKI Takahiro sent in another revision of the MULTISET patch.
  • Magnus Hagander sent in two more revisions of the patch to add pg_basebackup to streaming backups.
  • Shigeru HANADA sent in another revision of the patches to implement the foreign data wrapper API for SQL/MED.
  • Jan Urbanski sent in another revision of the PL/Python validator function.
  • Joachim Wieland sent in another revision of the patch to implement synchronized snapshots.
  • Stephen Frost sent in another revision of the patch to allow logging roles.
  • Fujii Masao sent in another revision of the patch to add "pg_ctl promote," used when the replication origin has failed, or is presumed to have failed.
  • Robert Haas sent in another revision of the patch to limit hint bit I/O.
  • Noah Misch sent in a review and another revision of the patch to add ALTER TABLE...REPLACE WITH.
  • Jan Urbanski sent another flock of patches to refactor PL/PythonU.
  • Stephen Frost sent in another revision of the patch to add FOREACH ... IN ARRAY to PL/pgsql.
  • Jeff Davis sent in another revision of the patch to add range types, this one with generic range functions.
  • Stephen Frost reviewed and revised the patch to add nfiltered to EXPLAIN output.
  • Kevin Grittner sent in another revision of the patch to implement true serializability.
  • Noah Misch sent in another revision of the ALTER TYPE patch.
  • Kris Shannon sent in a patch to fix gripes with an ECPG conversion script, which was using deprecated features in Perl.
  • Per review from Hitoshi Harada, Jan Urbanski sent in another revision of the patch to fix table functions in PL/PythonU.
  • Pavel Stehule sent in another revision of the patch to add FOREACH ... IN ARRAY to PL/pgsql.
  • Fujii Masao sent in another revision of the patch to fix a bug in SignalSomeChildren.