== Wöchentlicher PostgreSQL Newsletter - 28. Dezember 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 - 28. Dezember 2008 ==
Date: 2008-12-29 10:19:01
Message-ID: 20081229111901.7eb06b13@iridium.wars-nicht.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-de-allgemein

Der Originalartikel befindet sich unter:
http://www.postgresql.org/community/weeklynews/pwn20081228

== Wöchentlicher PostgreSQL Newsletter - 28. Dezember 2008 ==

Hitoshi Harada und andere haben OLAP Funktionen zu PostgreSQL
hinzugefügt. Danke!

Stefan Kaltenbrunner und Susanne Ebrecht werden auf dem 25. Chaos
Communication Congress in Berlin vom 27-30. Dezember 2008 präsent
sein.
http://events.ccc.de/congress/2008/

== PostgreSQL Produkt Neuigkeiten ==

GNUmed 0.3.8 erschienen.
http://wiki.gnumed.de/bin/view/Gnumed

== PostgreSQL Jobs im Dezember ==

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

== PostgreSQL Lokal ==

Das erste Treffen der ArPug wird am 30. Dezember 2008 um 19:00 Uhr
im Globant Costa Salguero Büro und online
<irc://irc.freenode.net/arpug> stattfinden.
http://www.arpug.com.ar/trac/wiki/Reunion1

Der Call for Papers für FOSDEM 2009 hat begonnen. PostgreSQL hat einen
eigenen Stand und zusammen mit den BSD Gruppen einen Developer Room.
Reich deine Vorträge bis zum 02.01.2009 ein unter
"fosdem (at) postgresql (dot) eu"

SYDPUG wird sich am 3. Februar 2009 um 18:30 Uhr treffen. Achte hier
auf weitere Details.
http://archives.postgresql.org/sydpug/

Andreas 'ads' Scherbaum wird einen Vortrag auf dem Perl Workshop 2009
am 25. Februar in Frankfurt am Main, Deutschland, halten.
http://www.perl-workshop.de/talks/151/view

PGCon 2009 wird vom 21. bis 22. Mai 2009 in Ottawa an der Universität
von Ottawa stattfinden. Dem gehen zwei Tage mit Tutorials vom 19. bis
20. Mai 2009 voraus.
http://www.pgcon.org/2009/papers.php

PGCon Brasilien wird am 23.-24. Oktober 2009 auf dem Unicamp in
Campinas, Sao Paulo, stattfinden.

== PostgreSQL in den News ==

Planet PostgreSQL: http://planet.postgresql.org/

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 ==

Bruce Momjian committed:

- Change the name of dtrace wal tracepoints to
TRACE_POSTGRESQL_WAL_BUFFER_WRITE_DIRTY. Robert Lor.

Tom Lane committed:

- Remove unused include file pgsql/src/include/storage itempos.h, per
ITAGAKI Takahiro. AFAICT this has been dead code since Postgres95.

- Make a couple of small changes to the tuplestore API, for the
benefit of the upcoming window-functions patch. First,
tuplestore_trim is now an exported function that must be explicitly
invoked by callers at appropriate times, rather than something that
tuplestore tries to do behind the scenes. Second, a read pointer
that is marked as allowing backward scan no longer prevents
truncation. This means that a read pointer marked as having
BACKWARD but not REWIND capability can only safely read backwards as
far as the oldest other read pointer. (The expected use pattern for
this involves having another read pointer that serves as the
truncation fencepost.)

- Support window functions a la SQL:2008. Hitoshi Harada, with some
kibitzing from Heikki and Tom.

- Tighten up a couple of regression test cases that can have
platform-dependent results due to underspecified ordering. Per
report from buildfarm member pika.

== Abgelehnte Patches (bis jetzt) ==

No one was disappointed this week :-)

== Eingesandte Patches ==

Alvaro Herrera sent in another revision of his patch to improve
reloption handling.

Robert Lor sent in a patch atop his DTrace probes patch to change some
names.

Bernd Helmle sent in another revision of his writable views patch.

Heikki Linnakangas sent in a patch to fix some issues around the new
visibility map and VACUUM.

Kenneth Marshall sent in another revision of his internal hash
function patch.

Heikki Linnakangas sent in another revision of his infrastructure
patch for recovery.

Fujii Masao sent in three revisions of a patch to skip checkpoint at
pg_start_backup.

KaiGai Kohei sent in another revision of his SE-PostgreSQL patches.

Fujii Masao sent in a patch to support archive control for synchronous
replication.

ITAGAKI Takahiro sent in another revision of his pg_stat_statements
patch.

Hiroshi Inoue sent in a patch intended to fix bug 4186 (set
lc_messages does not work).

Koichi Suzuki sent in another revision of his patch to improve PITR
performance.

Erik Rijkers sent in a patch which clarifies the --help message for
the -c option in pg_restore.

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

Browse pgsql-de-allgemein by date

  From Date Subject
Next Message Tim Landscheidt 2008-12-29 16:23:29 Re: Implizite lossy Typecasts bei INSERTs
Previous Message Peter Eisentraut 2008-12-27 11:28:21 Re: Implizite lossy Typecasts bei INSERTs