== Wöchentlicher PostgreSQL Newsletter - 06. Januar 2008 ==

From: Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de>
To: pgsql-de-allgemein(at)postgresql(dot)org <pgsql-de-allgemein(at)postgresql(dot)org>
Cc: pgusers(at)postgres(dot)de <pgusers(at)postgres(dot)de>
Subject: == Wöchentlicher PostgreSQL Newsletter - 06. Januar 2008 ==
Date: 2008-01-07 11:42:24
Message-ID: 20080107124224.7e22bf51@iridium.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-de-allgemein


Der Originalartikel befindet sich unter:
http://people.planetpostgresql.org/dfetter/index.php?/archives/153-Postgres-Weekly-News-January-06-2008.html

== Wöchentlicher PostgreSQL Newsletter - 06. Januar 2008 ==

Diese Woche wird es einen wichtigen Sicherheitshinweis geben.

== PostgreSQL Produkt Neuigkeiten ==

GNUmed 0.2.8.1 erschienen.
http://wiki.gnumed.de

pgAdmin III 1.8.1 erschienen.
http://www.pgadmin.org/

PostgreSQL backend für Phorum 5 ist jetzt in BETA:
http://www.phorum.org/phorum5/read.php?14,126510

== PostgreSQL Jobs im Januar ==

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

== PostgreSQL Lokal ==

Der Call for Papers für die OSCON vom 21. bis 25. Juli 2008 ist
eröffnet. Bitte reich einen Talk ein, wenn du in Portland sein kannst.

PGCon 2008 wird vom 20-23. Mai in Ottawa sein, Talks werden ab jetzt
akzeptiert.
http://www.pgcon.org/2008/papers.php

Die BSD und PostgreSQL Teams haben einen gemeinsamen Developer Room auf
der FOSDEM 2008 in Brüssel. Wenn du einen Vortrag halten möchtest oder
beim Managing des Rooms helfen möchtest, kontaktiere fosdem(at)pgug(dot)eu(dot)
Für mehr Informationen siehe:
http://fosdem.org/2008/schedule/devroom/bsdpostgresql

PostgreSQL Conference East '08 ist am 29. und 30. März an der
Universität von Maryland, College Park. Call for Papers ist jetzt
eröffnet.
http://www.postgresqlconference.org/

FISL 9.0 findet vom 17. bis 19. April 2008 auf der PUCRS in Porto
Alegre, Brasilien statt. Vorträge sind bis zum 11. Januar 2008
einzureichen.
https://fisl.softwarelivre.org/9.0/

== PostgreSQL in den News ==

Planet PostgreSQL: http://www.planetpostgresql.org/

General Bits, Archive und gelegentliche News Artikel:
http://www.varlena.com/GeneralBits/

Dieser wöchentliche PostgreSQL Newsletter wurde erstellt von David
Fetter

Sende Neuigkeiten und Ankündigungen bis Sonntag, 15 Uhr Pazifischer
Zeit. Bitte sende englische Beiträge an david(at)fetter(dot)org, deutsche an
pwn(at)pgug(dot)de, italienische an pwn(at)itpug(dot)org(dot)

== Angewandte Patches ==

Peter Eisentraut committed:

- Put spaces after "RFC".

Magnus Hagander committed:

- In pgsql/doc/src/sgml/datatype.sgml, fix invalid ipv6 address in
example. Per doc comment 7211. Back-patch to 7.4.

Tom Lane committed:

- Fix some missed copyright updates.

- Update time zone data files to tzdata release 2007k.

- Fix plpython's overoptimistic caching of information about the
rowtype of a trigger's target table. The rowtype could change from
one call to the next, so cope in such cases, while avoiding doing
repetitive catalog lookups. Per bug #3847 from Mark Reid.
Backpatch to 8.2.x. Likely this fix should go further back, but I
can't test it because I no longer have a machine with a pre-2.5
Python installation. (Maybe we should rethink that idea about not
supporting Python 2.5 in the older branches.)

- Insert ARST into the list of known timezone abbreviations.
Back-patch to 7.4.

- Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger
events in the current backend for the target table. These
operations move tuples around and would thus invalidate the TIDs
stored in the trigger event records. (We need not worry about
events in other backends, since acquiring exclusive lock should be
enough to ensure there aren't any.) It might be sufficient to
forbid only the table-rewriting variants of ALTER TABLE, but in the
absence of any compelling use-case, let's just be safe and simple.
Per follow-on investigation of bug #3847, though this is not
actually the same problem reported therein. Possibly this should be
back-patched, but since the case has never been reported from the
field, I didn't bother.

- Stamp release 8.3RC1.

- A long time ago, Peter pointed out that ruleutils.c didn't dump
simple constant ORDER/GROUP BY entries properly:
http://archives.postgresql.org/pgsql-hackers/2001-04/msg00457.php
The original solution to that was in fact no good, as demonstrated
by today's report from Martin Pitt:
http://archives.postgresql.org/pgsql-bugs/2008-01/msg00027.php We
can't use the column-number-reference format for a constant that is
a resjunk targetlist entry, a case that was unfortunately not
thought of in the original discussion. What we can do instead
(which did not work at the time, but does work in 7.3 and up) is to
emit the constant with explicit ::typename decoration, even if it
otherwise wouldn't need it. This is sufficient to keep the parser
from thinking it's a column number reference, and indeed is probably
what the user must have done to get such a thing into the querytree
in the first place.

Bruce Momjian committed:

- In pgsql/configure.in, provide a more helpful error message when
there is an autoconf version mismatch. Back-patch to 7.3.

- In pgsql/doc/src/sgml/release.sgml, 8.3 is possible release on
2008-01-??, not 2007.

- In pgsql/doc/src/sgml/release.sgml, update release notes to match
CVS HEAD.

- In pgsql/doc/src/sgml/release.sgml, move a few release note items
from "Utility Commands" to "Object Manipulation".

- In pgsql/src/tools/copyright, modify copyright script to handle
cases where there is only one year in the copyright.

- Correct two more copyrights found by updated script.

- Add to TODO: "Allow multiple identical NOTIFY events to always be
communicated to the client, rather than sent as a single
notification to the listener."

- Add URL to TODO: 'Allow AS in "SELECT col AS label" to be optional
(not wanted)'

== Abgelehnte Patches (bis jetzt) ==

No one was disappointed this week :-)

== Eingesandte Patches ==

Simon Riggs sent in a patch which changes the behavior of the archiver
on shutdown.

Tom Lane sent in a patch to fix some OUTER JOIN misbehavior.

--
Andreas 'ads' Scherbaum
Deutsche PostgreSQL User Group: http://www.pgug.de
DPWN: http://ads.wars-nicht.de/blog/categories/18-PWN

Browse pgsql-de-allgemein by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2008-01-14 10:50:35 == Wöchentlicher PostgreSQL Newsletter - 13. Januar 2008 ==
Previous Message Andreas 'ads' Scherbaum 2008-01-01 12:35:07 == Wöchentlicher PostgreSQL Newsletter - 30. Dezember 2007 ==