Félicitations aux nouveaux commiteurs : Jeff Davis, Stephen Frost, Fujii Masao et Noah Misch !

Nous aurons un stand lors de l'OSCON cette année. N'hésitez pas à vous inscrire et y passer une heure ou deux : https://wiki.postgresql.org/wiki/Oscon_2013_signup

L'appel à conférenciers pour le PGConf.DE est lancé. Date limite : 15 septembre 2013 : https://www.postgresql.eu/events/speakerprofile/pgconfde2013/

PGDay UK 2013 est maintenant ouvert aux inscriptions : http://postgresqlusergroup.org.uk

L'appel à conférenciers pour le pgconf.eu 2013 est lancé : http://2013.pgconf.eu/

[ndt: stand PostgreSQLFr aux solutions Linux ces 28 et 29 mai. Passez nous voir ! ]

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en mai

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

Heikki Linnakangas a poussé :

  • Fix escaping in generated recovery.conf file. In the primary_conninfo line that "pg_basebackup -R" generates, single quotes in parameter values need to be escaped into \\'; the libpq parser requires the quotes to be escaped into \', and recovery.conf parser requires the \ to be escaped into \\. Also, don't quote parameter values unnecessarily, to make the connection string prettier. Most options in a libpq connection string don't need quoting. Reported by Hari Babu, closer analysis by Zoltan Boszormenyi, although I didn't use his patch. http://git.postgresql.org/pg/commitdiff/30b5ede7157e34e77c7914b8ecfd55aa8da6edc3
  • Print line number correctly in COPY. When COPY uses the multi-insert method to insert a batch of tuples into the heap at a time, incorrect line number was printed if something went wrong in inserting the index tuples (primary key failure, for exampl), or processing after row triggers. Fixes bug #8173 reported by Lloyd Albin. Backpatch to 9.2, where the multi- insert code was added. http://git.postgresql.org/pg/commitdiff/e2ef289363f52b9dd5950c88a65803b585d86ad8
  • Remove pageinspect--1.0.sql We're not installing it anymore. Michael Paquier http://git.postgresql.org/pg/commitdiff/230e92c82b9b911ea743dce7ab7a1abcd0250f30

Peter Eisentraut a poussé :

Bruce Momjian a poussé :

Simon Riggs a poussé :

Robert Haas a poussé :

Correctifs rejetés (à ce jour)

  • No one was disappointed this week

Correctifs en attente

  • Chris Farmiloe sent in a WIP patch to implement ASYNC privileges.
  • Dean Rasheed sent in another revision of a patch to make views atop foreign tables writeable in the cases where they would have been writeable as local tables.
  • Heikki Linnakangas sent in another revision of a patch to improve LWLocks by using the native compare-and-swap instruction on the architectures where it is available.
  • Simon Riggs sent in a patch to make it possible to set work_mem in TB.
  • Robert Haas sent in two revisions of a patch to implement MVCC catalog access.
  • Robins Tharakan sent in a patch to add more regression tests for CREATE OPERATOR.
  • Robins Tharakan sent in a patch to add more regression tests for ALTER OPERATOR FAMILY.. ADD / DROP.
  • Robins Tharakan sent in a patch to add more regression tests for LOCK TABLE.
  • Fabrízio de Royes Mello sent in a patch to make .gitignore ignore tags and .swp files.
  • Jon Nelson sent in another revision of a patch to use fallocate or posix_fallocate, depending which one is available, to speed new WAL file creation.
  • Gurjeet Singh sent in two revisions of a patch to make large chains of AND and OR not break the parser.
  • Robins Tharakan sent in a patch to add more regression tests for SET.
  • Maciej Gajewski sent in a patch to enable searching through the history of prior results in psql.