Le PGDay Italy aura lieu à Prato, Toscane, le 25 octobre 2013. Les informations complémentaires sont en chemin.

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en juin

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

Jeff Davis a poussé :

Peter Eisentraut a poussé :

Simon Riggs a poussé :

Kevin Grittner a poussé :

  • Fix the create_index regression test for Danish collation. In Danish collations, there are letter combinations which sort higher than 'Z'. A test for values > 'WA' was picking up rows where the value started with 'Ants Aasma', causing the test to fail. Backpatch to 9.2, where the failing test was added. Per report from Svenne Krap and analysis by Jeff Janes http://git.postgresql.org/pg/commitdiff/8791627b8f9a9ce44603beec447bc6f18bfd9a36

Bruce Momjian a poussé :

Fujii Masao a poussé :

Tom Lane a poussé :

Correctifs rejetés (à ce jour)

  • No one was disappointed this week

Correctifs en attente

  • David Fetter sent in another revision of a patch to implement makeFuncArgs.
  • Andres Freund sent in a patch to clarify an error message on Linux.
  • Robins Tharakan sent in another revision of a patch to add regression tests for SET xxx.
  • Alexander Korotkov sent in two more revisions of a patch to add more information to GIN indexes.
  • Alexander Korotkov sent in two more revisions of a patch to add ordering in GIN indexes.
  • Alexander Korotkov sent in two more revisions of a patch to add fast scan to GIN indexes.
  • Ian Link sent in a patch to improve the fast GIN cache.
  • Michael Paquier sent in five more revisions of a patch to implement REINDEX CONCURRENTLY.
  • Jeff Davis sent in another revision of a patch to have pg_filedump take checksums, among other things, into account.
  • Amit Langote sent in a patch to correct a comment in heaptuple.c.
  • Cedric Villemain sent in a patch to fix a bug and add new features to pgxs.
  • Etsuro Fujita sent in four more revisions of a patch to remove unused targets.
  • Nicholas White and Troels Nielsen traded patches to allow the SQL standard IGNORE/RESPECT NULLS in lead and lag window functions.
  • Heikki Linnakangas sent in two more revisions of a patch to scale XLogInserts.
  • Amit Kapila sent in another revision of a patch to allow changing GUCs persistently from SQL.
  • Fabien COELHO sent in another revision of a patch to add long options to pgbench.
  • Andres Freund sent in a patch to create a new contrib module: xidfuncs.
  • Jeff Janes sent in another revision of a patch to add a startup option to pgbench.
  • Josh Kupershmidt sent in a patch to rename the specs directory to something that won't interfer with certain OSs.
  • Andres Freund sent in another revision of a patch to create infrastructure for and implement examples of pluggable compressors.
  • Gurjeet Singh sent in a patch to implement a function pg_test_reload_conf() which allows you to know whether the changes you've made to configuration parameters have actually taken effect after a SIGHUP.
  • KONDO Mitsumasa sent in another revision of a patch to add --progress to pgbench.
  • Andres Freund sent in two more revisions of the set of patches to implement WAL decoding.
  • David Fetter sent in another revision of a patch to implement FILTER, this time without the restriction that certain types of subqueries couldn't be in the FILTER clause. Dean Rasheed sent in a patch on top of same to make FILTER an unreserved word.
  • Alexander Korotkov sent in a patch to fix an irregularity in trigram indexes.
  • Andres Freund sent in a WIP patch to fix a corner case in CASE.
  • Andrew Dunstan sent in a patch to fix pg_dump for foreign tables in the pg_upgrade scenario.
  • Fabien COELHO sent in another revision of a patch to implement CREATE CAST...AS EXPLICIT.
  • Simon Riggs and Heikki Linnakangas traded patches to fix how hashes work in some edge cases.
  • Fabien COELHO sent in another revision of a patch to implement pgbench --throttle.
  • Noah Misch sent in another revision of a patch to make Windows behave better with different encodings.