PostgreSQL
La base de données la plus sophistiquée au monde.

Ouverture de session

Navigation

Contactez-nous

Administration du site :
"equipe chez postgresqlfr point org"

Contact presse :
"fr chez postgresql point org"

Contact association :
"bureau chez postgresqlfr point org"

Questions PostgreSQL :
 IRC :
  serveur irc.freenode.net
  canal #postgresqlfr

Recherche

Accéder aux archives

« Octobre 2008  
Lun Mar Mer Jeu Ven Sam Dim
  2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31  

Syndication

Flux XML

Sondage

Quelle est la version de PostgreSQL la plus répandue sur vos serveurs ?
8.3
10%
8.2
42%
8.1
40%
8.0
2%
7.4
6%
7.3 ou antérieure
0%
Nombre de votes: 48

Nouvelles neuves de PostgreSQL

PostgreSQL Weekly News | Nouvelles neuves de PostgreSQL

Par N Bougain le 15/02/2008 - 02:03

Nouvelles hebdomadaires de PostgreSQL - 10 février 2008

  • PostgreSQL 8.3.0 est disponible !
  • Hommage à la "SCALE team" et au LAPUG pour avoir fait de la réunion un succès [ndt: plus d'infos
    ici]
  • PGDG en RPMs pour PostgreSQL 8.3.0 est à présent disponible :
    http://yum.pgsqlrpms.org

Les nouveautés des produits dérivés

Offres d'emplois autour de PostgreSQL en février

http://archives.postgresql.org/pgsql-jobs/2008-02/threads.php

PostgreSQL Local

PostgreSQL dans les média

PostgreSQL Weekly News / les nouvelles hebdomadaires vous sont offertes cette semaine par David Fetter. La traduction en est assurée par l'équipe PostgreSQLFr.

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.

Correctifs appliqués

Magnus Hagander a commité :

  • Handle libraries in directories with spaces in them. Gevik Babakhani.
  • Fix very broken clean.bat for msvc install. The way we used subroutines in .bat simply did not work, and it called them in the wrong order, some several times, and some not at all, so this unrolls all subroutine calls. This should fix the issues with clean deleting the wrong files reported by Dave Page. While at it, add the "clean dist" option to act like "make distclean", and no longer remove the flex/bison output files by default. This should fix the problem reported by Pavel Golub in bug #3909.
  • In pgsql/src/tools/msvc/Install.pm, fix msvc install script to properly install NLS files when built with gettext.
  • In pgsql/src/tools/msvc/Install.pm, fix msvc install for cases where msgfmt (from gettext) is in a directory that contains spaces. Per complaint from Gevik Babakhani, like the last one.

Michael Meskes a commité :

  • Fixed segfault in ecpg when using an array element. Free all memory in auto-prepare mode.

Tom Lane a commité :

  • Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted tablespace permissions failures when copying an index that is in the database's default tablespace. A side-effect of the change is that explicitly specifying the default tablespace no longer triggers a permissions check; this is not how it was done in pre-8.3 releases but is argued to be more consistent. Per bug #3921 from Andrew Gilligan. (Note: I argued in the subsequent discussion that maybe LIKE shouldn't copy index tablespaces at all, but since no one indicated agreement with that idea, I've refrained from doing it.)
  • Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() into an iteration over three parallel lists, I had accidentally put the lnext steps outside the loop. Sigh. Per bug #3938.
  • Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and AlterTSConfigurationStmt. All utility statement node types are expected to be supported here, though they do not have to have outfuncs/readfuncs support. Found by running regression tests with COPY_PARSE_PLAN_TREES enabled.
  • Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and AlterTSConfigurationStmt. All utility statement node types are expected to be supported here, though they do not have to have outfuncs/readfuncs support. Found by running regression tests with COPY_PARSE_PLAN_TREES enabled.
  • Some variants of ALTER OWNER tried to make the "object" field of the statement be a list of bare C strings, rather than String nodes, which is what they need to be for copyfuncs/equalfuncs to work. Fortunately these node types never go out to disk (if they did, we'd likely have noticed the problem sooner), so we can just fix it without creating a need for initdb. This bug has been there since 8.0, but 8.3 exposes it in a more common code path (Parse messages) than prior releases did. Per bug #3940 from Vladimir Kokovic.
  • Avoid misbehavior in foreign key checks when casting to a datatype for which the parser supplies a default typmod that can result in data loss (ie, truncation). Currently that appears to be only CHARACTER and BIT. We can avoid the problem by specifying the type's internal name instead of using SQL-spec syntax. Since the queries generated here are only used internally, there's no need to worry about portability. This problem is new in 8.3; before we just let the parser do whatever it wanted to resolve the operator, but 8.3 is trying to be sure that the semantics of FK checks are consistent. Per report from Harald Fuchs.
  • In pgsql/src/backend/libpq/auth.c, since GSSAPI and SSPI authentication don't work in protocol version 2, issue a helpful error message instead of sending unparsable garbage. (It is clearly a design error that this doesn't work, but fixing it is not worth the trouble at this point.) Per discussion.
  • In pgsql/doc/src/sgml/protocol.sgml, some small editorialization on the protocol documentation for GSSAPI/SSPI authentication.
  • In pgsql/src/backend/storage/page/bufpage.c, fix PageGetExactFreeSpace() so that it actually behaves sensibly if pd_lower > pd_upper, rather than merely claiming to. This would only matter if the page header were corrupt, which shouldn't occur, but ...

Bruce Momjian a commité :

  • In pgsql/doc/src/sgml/release.sgml, add "automatically" to HOT release note description.

Correctifs rejetés (à ce jour)

Pas de déception cette semaine :-)

Correctifs en attente

  • Manolo di Domenico sent in two revisions of a patch intended to refine the external sorting algorithm by using a two-way replacement selection algorithm.
  • Simon Riggs sent in an optimization of TransactionIdIsInProgress().
  • Tom Lane sent in a patch to fix a bug in VACUUM FULL.

© PostgreSQLFr, tous droits rĂ©servĂ©s.
Site déclaré à la CNIL sous le numéro 1074678, conformément à la Loi en vigueur.