Entretien de Simon Riggs dans O'Reilly GMT : http://www.oreillygmt.eu/open-sourcefree-software/all-about-postgresql-%E2%80%93-the-world%E2%80%99s-most-advanced-open-source-database/

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en février

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
  • 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/
  • 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.
  • 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

Correctifs appliqués

Heikki Linnakangas a poussé :

Bruce Momjian a poussé :

Andrew Dunstan a poussé :

Simon Riggs a poussé :

Tom Lane a poussé :

ITAGAKI Takahiro 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

  • Greg Smith sent in another revision of the patch to do spread checkpoint syncs.
  • Marko (johto) Tiikkaja sent in another revision of the patch to add transaction-scoped advisory locks.
  • Joachim Wieland sent in another revision of that patch to do parallel pg_dump using a new directory-based format.
  • Simon Riggs sent in a patch to add a FORCE option to DROP DATABASE.
  • ITAGAKI Takahiro sent in another revision of the patch to add MULTISETs.
  • Fujii Masao sent in a patch to change pg_stop_backup so that it only creates the backup history file if archiving is enabled.
  • Alexey Klyukin sent in another revision of the patch to transform between PostgreSQL arrays and Perl arrays in PL/Perl.
  • Hitoshi Harada sent in three more revisions of the patch to add ENCODING to COPY.
  • Euler Taveira de Oliveira sent in another revision of the patch to add named restore points.
  • Peter Eisentraut sent in another revision of the patch to add per-column collations.
  • ITAGAKI Takahiro and Dimitri Fontaine traded patches to add support for EXTENSIONs to pg_dump.
  • Kevin Grittner sent in another revision of the patch to add SSI (serializable snapshot isolation).
  • Heikki Linnakangas sent in a patch to add regression tests for SSI.
  • YAMAMOTO Takahashi sent in another revision of the patch to avoid de-TOAST'ing large objects.
  • Andrew Dunstan sent in a patch to the docs to describe how to build PostgreSQL for Win64 using certain toolkits.
  • Dimitri Fontaine sent in another revision of the ALTER EXTENSION patch.
  • Tomas Vondra and Greg Smith traded patches to keep the timestamp of the latest stats reset.
  • Magnus Hagander sent in three revisions of a patch to move the WAL warning.
  • Bruce Momjian sent in a patch to simplifiy the pg_upgrade executable checks per suggestion from Robert Haas.
  • Robert Haas sent in another revision of the patch to limit hint bit I/O.
  • Bruce Momjian sent in two more revisions of the patch to fix is_absolute_path on Windows.
  • ITAGAKI Takahiro sent in a patch to implement a jagged row CSV API, to be applied atop Andrew Dunstan's patch to expose the COPY API.
  • Thom Brown sent in a patch to fix an issue where generate_series() misbehaved by returning if the series hits either the upper or lower boundary during increment, or goes beyond it, none of which should happen.
  • Jan Urbanski sent in another flock of patches to improve PL/Python.
  • Robert Haas sent in another revision of the patch to skip table rewrites in cases where it can be proven that this will not actually change anything when someone issues an ALTER TABLE.
  • Alex Hunsaker sent in another revision of the patch to convert between PostgreSQL arrays an Perl arrays in PL/Perl.
  • Stephen Frost sent in another revision of the patch to allow logging the current role.
  • Jeff Davis sent in another revision of the patch to add range types.
  • Simon Riggs sent in a patch to fix commit performance in SAVEPOINTs, which had O(n2) behavior.
  • Bruce Momjian sent in a doc patch for Streaming Replication.