== Wöchentlicher PostgreSQL Newsletter - 28. November 2010 ==
== PostgreSQL Produkt Neuigkeiten ==
DiffKit 0.8.2, ein Vergleichswerkzeug für Tabellen mit Support
für PostgreSQL, ist erschienen.
http://www.diffkit.org
PostgreDAC 2.6.0, ein Delphi/C++ Builder für PostgreSQL,
ist erschienen.
http://microolap.com/products/connectivity/postgresdac/downl oad/
== PostgreSQL Jobs im November ==
http://archives.postgresql.org/pgsql-jobs/2010-11/threads.ph p
== PostgreSQL Lokal ==
Der Call für Projekte des PostgreSQLFr hat begonnen. Projekte müs=
sen
sich um PostgreSQL drehen und die französisch-sprechende Community
betreffen. Maile Projektvorschläge an appel-projets-2010
AT postgresql DOT fr.
http://www.postgresql.fr/appel_a_projets_2010:call_for_proje cts
Registrierung für PGDay.EU 2010 vom 6. bis 8. Dezember in
Stuttgart, Deutschland ist bis zum 4. Dezember offen.
http://2010.pgday.eu/register
Registrierung für PGDay.IT am 10. Dezember 2010 in Rom,
Italien ist jetzt offen und der Vortragsplan ist online.
http://2010.pgday.it/
FOSDEM ist eine der gröÃten Freien und Open Source Veranstaltungen
und findet jährlich in Brüssel, Belgien statt, nächstes Jahr=
am
5. und 6. Februar 2011. Ungefähr 4.000 Besucher finden sich dort ein.
Sende deine Vorträge an fosdem AT postgresql DOT eu.
http://andreas.scherbaum.la/blog/archives/749-PostgreSQLFOSD EM-2011-Call-fo=
r-talks.html
PGDay findet dieses Jahr während der südkalifornischen Linux Auss=
tellung
(SCALE) im LAX Hilton Hotel in Los Angeles, Kalifornien am Freitag dem
25. Februar 2011 statt. Vorträge kannst du unter pgday-submissions AT
googlegroups DOT com einreichen.
PGCon will be May 19-20, 2011 at the University of Ottawa, preceded by
two days of tutorials on May 17-18.
http://www.pgcon.org/2011/
== PostgreSQL in den News ==
Planet PostgreSQL: http://planet.postgresql.org/
Dieser wöchentliche PostgreSQL Newsletter wurde erstellt von David Fet=
ter.
Sende Neuigkeiten und Ankündigungen bis Sonntag, 15 Uhr Pazifischer
Zeit. Bitte sende englische Beiträge an david@fetter.org, deutsche an
pwn@pgug.de, italienische an pwn@itpug.org, spanische an pwn@arpug.com.ar.
== Reviews ==
Magnus Hagander reviewed the patch to add getrusage tracking to
EXPLAIN ANALYZE and found some breakage on Windows.
Steve Singer reviewed another revision of Gurjeet Singh's patch to
allow ALTER TABLE to create a primary key from an existing index.
ITAGAKI Takahiro reviewed the pg_execute_from_file patch and found an
OID collision, a compiler warning and some English, access control and
internationalization issues.
== Angewandte Patches ==
Alvaro Herrera pushed:
- Remove GucContext parameter from ParseConfigFile.
=20
http://git.postgresql.org/gitweb?p=3Dpostgresql.git;a=3Dcomm itdiff;h=3D5272=
d7987506554f6b2bde740e1b4d7e4a0b8608
Robert Haas pushed:
- Centralize some ALTER .. SET SCHEMA checks. Any flavor
of ALTER .. SET SCHEMA fails if (1) the object is already
in the new schema, (2) either the old or new schema is a temp
schema, or (3) either the old or new schema is the TOAST schema.
Extraced from a patch by Dimitri Fontaine, with additional hacking
by me.
=20
http://git.postgresql.org/gitweb?p=3Dpostgresql.git;a=3Dcomm itdiff;h=3D4447=
5e782f4674d257b9e5c1a3930218a4b4deea
- Remove belt-and-suspenders guards against buffer pin leaks.
Forcibly releasing all leftover buffer pins should be unnecessary
now that we have a robust ResourceOwner mechanism, and it
significantly increases the cost of process shutdown. Instead, in
an assert-enabled build, assert that no pins are held; in a
non-assert-enabled build, do nothing.
=20
http://git.postgresql.org/gitweb?p=3Dpostgresql.git;a=3Dcomm itdiff;h=3Dc228=
1ac87cf4828b6b828dc8585a10aeb3a176e0
- Add inet_net_ntop.c to .gitignore.
=20
http://git.postgresql.org/gitweb?p=3Dpostgresql.git;a=3Dcomm itdiff;h=3D2d1e=
426650fc93e5dfdd0178023485d38b03b102
- Object access hook framework, with post-creation hook. After a SQL
object is created, we provide an opportunity for security or logging
plugins to get control; for example, a security label provider could
use this to assign an initial security label to newly created
objects. The basic infrastructure is (hopefully) reusable for other
types of events that might require similar treatment. KaiGai Kohei,
with minor adjustments.
=20
http://git.postgresql.org/gitweb?p=3Dpostgresql.git;a=3Dcomm itdiff;h=3Dcc1e=
d40d57aa68322e43a7b0a3320a6c5aff010a