Le PUG de Portland organise un PGDay le 10 septembre 2018 à Portland, Oregon. L'appel à conférenciers se passe par là : https://goo.gl/forms/E0CiUQGSZGMYwh922 https://pdx.postgresql.us/pdxpgday2018

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en avril

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. La version originale se trouve à l'adresse suivante : http://www.postgresql.org/message-id/20180429222104.GA25267@fetter.org

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.

Correctifs appliqués

Magnus Hagander pushed:

Heikki Linnakangas pushed:

Teodor Sigaev pushed:

Álvaro Herrera pushed:

Peter Eisentraut pushed:

Tom Lane pushed:

Robert Haas pushed:

Noah Misch pushed:

Bruce Momjian pushed:

Correctifs en attente

Heikki Linnakangas sent in a patch to tighten the movedpartitions magic value.

Michaël Paquier sent in a patch to fix gaps in modules with handling of partitioned indexes.

Michaël Paquier sent in a patch to format waldump flags %X.

Kyotaro HORIGUCHI and Alexander Kuzmenkov traded patches to make pg_ctl work better with logrotate.

Robert Haas, Amit Langote, and Etsuro Fujita traded patches to fix tuple routing for foreign partitions.

Thomas Munro sent in patches to use signals for postmaster death on Linux and FreeBSD.

Ildus Kurbangaliev sent in a patch to add PRIx64 macros.

Ashutosh Bapat sent in two more revisions of a patch to fix some expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.

Mark Dilger sent in a patch to remove some redundancies from bootstrap data.

David Rowley sent in a patch to further document partition pruning.

Dmitry Dolgov sent in another revision of a patch to implement generic type subscripting and use same for arrays and JSONB.

Álvaro Herrera sent in a patch to accept TEXT and CDATA nodes in XMLTABLE's column_exp.

Kyotaro HORIGUCHI sent in a patch to fix an issue which caused subscriber corruption after the publisher is restarted.

David Rowley and Amit Langote traded patches to remove from the docs the no-longer-true assertion that foreign keys on partitioned tables are not supported.

Peter Eisentraut sent in a patch to prevent infinity and NaN in jsonb/plperl transform.

Tom Dunstan sent in a patch to enable auto_explain to log to NOTICE.

Ashutosh Bapat sent in another revision of a patch to add tests to show problem when foreign table points to a partitioned table or inheritance table on the foreign server, error out if one iteration of non-direct DML affects more than one row on the foreign server, and and properly handle the fact that DML on a foreign table pointing to an inherited or a partitioned table may affect multiple rows on the foreign server.

Aleksandr Parfenov sent in a patch to add a range phrase operator to tsquery.

Fabien COELHO sent in another revision of a patch to pgbench to enable storing SELECT results into variables.

Stas Kelvich sent in a patch to add a HOLD_INTERRUPTS section to FinishPreparedTransaction.

Peter Eisentraut sent in a patch to fix some new warnings from GCC 8.

Teodor Sigaev sent in two more revisions of a patch to fix predicate locking on GIN indexes.

Pavel Stěhule sent in another revision of a patch to implement schema variables.

Joe Wildish sent in another revision of a patch to implement ASSERTIONs.