Nouveau sondage : Quand passerez-vous en production sur la 9.0 ? http://www.postgresql.org/community

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)

Revues

Hitoshi Harada reviewed Pavel Stehule's WIP patches to add MEDIAN and PERCENTILE.

ITAGAKI Takahiro reviewed SAKAMOTO Masahiko's patch to implement the foreign data wrapper parts of the SQL/MED specification.

Marko (johto) Tiikkaja reviewed Boxuan Zhai's MERGE patch.

Correctifs appliqués

Magnus Hagander a poussé :

Robert Haas a poussé :

Tom Lane a poussé :

Heikki Linnakangas a poussé :

  • In src/bin/pg_dump/pg_dump.c, initialize tableoid field correctly when dumping foreign data wrappers and servers. AFAICT it's harmless at the moment because nothing can depend on either, but as soon as we introduce an object type with such dependencies, tableoid needs to be set or pg_dump will fail to interpret the dependencies correctly. In theory, I guess the uninitialized garbage in tableoid could cause the object to be mistaken for some other object with same OID as well. http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7e8c25c66e9837d5dafeb2b3a0786611226af269

Alvaro Herrera a poussé :

Peter Eisentraut a poussé :

Correctifs rejetés (à ce jour)

  • Pas de déception cette semaine :-)

Correctifs en attente

  • Jesper Krogh sent in a patch to allow the text search parser not to treat _ as a separation character.
  • Jesper Krogh sent in a patch to allow tuning, on a per-table basis, the number of tuples per page before the tupletoaster acts.
  • Pavel Stehule sent in five WIP patches to implement MEDIAN and PERCENTILE aggregates.
  • Peter Eisentraut sent in a patch to trim trailing white space from psql output.
  • Kevin Grittner sent in a patch to create a SHMList, a structure to be used later for, among other things, helping with the performance of truly serializable transctions.
  • ITAGAKI Takahiro sent in another revision of the patch to add JSON support.
  • Robert Haas and KaiGai Kohei traded versions of the security label patch.
  • Ganesh Venkitachalam sent in two proof-of-concept patches to make the latch implementation more efficient.
  • Kevin Grittner sent in another revision of the patch to add truly serializable snapshot isolation.
  • Boxuan Zhai sent in two more revisions of the patch to add MERGE.
  • Robert Haas sent in a patch to remove some faulty intelligence from the planner.
  • Gurjeet Singh sent in a patch to speed up the prep_buildtree script, which is used in VPATH builds.