La cinquième édition du PgDay argentin est programmée pour le 28 novembre 2014 à Santa Fe. L'appel international à conférenciers court jusqu'au 28 septembre : http://www.postgresql.org.ar/pgday2014

Le PgDay Campinas 2014 aura lieu à Campinas le 10 septembre. Les inscriptions sont encore ouvertes : http://pgdaycampinas.com.br/

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en septembre

PostgreSQL Local

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)

Correctifs appliqués

Andres Freund a poussé :

Tom Lane a poussé :

Fujii Masao a poussé :

Heikki Linnakangas a poussé :

Bruce Momjian a poussé :

Robert Haas a poussé :

Peter Eisentraut a poussé :

Stephen Frost a poussé :

Correctifs rejetés (à ce jour)

  • No one was disappointed this week

Correctifs en attente

  • Kyotaro HORIGUCHI sent in a patch to make the local_preload_libraries GUC PGC_USERSET.
  • Kyotaro HORIGUCHI sent in two revisions of a patch to fix some odd behavior in the PostgreSQL FDW.
  • Michael Paquier sent in two related patches: one to refactor the IDENTIFY_SYSTEM and replslot create/drop APIs, the other to add support for --create and --drop in pg_receivexlog.
  • Peter Geoghegan sent in another revision of a patch to add INSERT ... ON CONFLICT {UPDATE | IGNORE}.
  • Alexey Klyukin sent in two more revisions of a patch to implement subject alternative names support for SSL connections.
  • Stepan Rutz and Tom Lane traded patches to help support psql better on OSX and other libedit-based platforms.
  • Petr (PJMODOS) Jelinek sent in two more revisions of a patch to add built-in binning functions.
  • Tomonari Katsumata sent in another revision of a patch to allow rounding up time value less than its unit.
  • David Johnston sent in a patch to reorganize the documentation for server configuration settings.
  • Kyotaro HORIGUCHI and Heikki Linnakangas traded patches to escape from blocked send().
  • Amit Kapila sent in two more revisions of a patch to scale shared buffer eviction.
  • Peter Geoghegan sent in another flock of patches to add B-Tree support function number 3 (strxfrm() optimization).
  • Pavel Stehule and Stephen Frost traded patches to allow row_to_json to ignore nulls.
  • Tomas Vondra sent in two more revisions of a patch to create a memory-bounded HashAgg.
  • Pavel Stehule sent in two more revisions of a patch to add --help=variables to psql.
  • Peter Eisentraut sent in a patch to fix analyze in stages.
  • Bruce Momjian sent in two revisions of a patch to display timestamp in pg_dump custom format.
  • Euler Taveira de Oliveira sent in a patch to treat unset units and empty space units as equivalent for GUCs.
  • Kaigai Kouhei sent in another revision of a patch to create a custom scan API.
  • Furuya Osamu sent in another revision of a patch to add --reply-fsync to pg_receivexlog --status-interval.
  • Marko (johto) Tiikkaja sent in another revision of a patch to add PGP signatures to the pgcrypto contrib extension.
  • Joachim Wieland sent in another revision of a patch to eliminate global variables in pg_dump.
  • Pavel Stehule sent in a WIP patch to allow EXPLAINing a running query.
  • Oskari Saarenmaa sent in a patch to optionally emit warnings when column or table aliases are used without the AS keyword.
  • Adam Brightwell sent in another revision of a patch to implement row-level access controls.
  • Marko (johto) Tiikkaja sent in a patch to allow adding a a nullable DOMAIN column with a CHECK constraint in it.
  • Peter Geoghegan sent in another revision of a patch to state the significance of Lehman & Yao in the nbtree README.
  • Emre Hasegeli sent in another revision of a patch to add selectivity estimation for inet operators.
  • Kostya Kuznetzov sent in a patch to recode vacuum in order to accommodate GiST indexes.