diff options
| -rw-r--r-- | portal/files/weeklynews.xml | 21 | ||||
| -rw-r--r-- | portal/template/en/community/weeklynews.html | 1 | ||||
| -rw-r--r-- | portal/template/en/community/weeklynews/pwn20081228.html | 194 |
3 files changed, 205 insertions, 11 deletions
diff --git a/portal/files/weeklynews.xml b/portal/files/weeklynews.xml index c820583d..74dd8bfd 100644 --- a/portal/files/weeklynews.xml +++ b/portal/files/weeklynews.xml @@ -11,6 +11,16 @@ <language>en</language> <item> +<title>PostgreSQL Weekly News December 28th 2008</title> +<description> +Hitoshi Harada et al. have added OLAP functions to PostgreSQL. Kudos! + + +</description> +<guid isPermaLink="true">http://www.postgresql.org/community/weeklynews/pwn20081228</guid> +<pubDate>Sun, 28 Dec 2008 00:00:00 PST</pubDate> +</item> +<item> <title>PostgreSQL Weekly News December 21st 2008</title> <description> PGCon 2009 will be held 21-22 May 2009, in Ottawa at the University of @@ -110,16 +120,5 @@ fixes in. <guid isPermaLink="true">http://www.postgresql.org/community/weeklynews/pwn20081026</guid> <pubDate>Sun, 26 Oct 2008 00:00:00 PST</pubDate> </item> -<item> -<title>PostgreSQL Weekly News October 19th 2008</title> -<description> -Simon Riggs published two revisions of a complete hot-standby -implementation. - - -</description> -<guid isPermaLink="true">http://www.postgresql.org/community/weeklynews/pwn20081019</guid> -<pubDate>Sun, 19 Oct 2008 00:00:00 PST</pubDate> -</item> </channel> </rss>
\ No newline at end of file diff --git a/portal/template/en/community/weeklynews.html b/portal/template/en/community/weeklynews.html index 81cce89f..829c0772 100644 --- a/portal/template/en/community/weeklynews.html +++ b/portal/template/en/community/weeklynews.html @@ -9,6 +9,7 @@ Weekly News <p>To receive the Weekly News in your inbox, please subscribe to the <a href="/community/lists/subscribe">pgsql-announce@postgresql.org</a> mailing list.</p> <ul> + <li><a href="/community/weeklynews/pwn20081228">December 28th 2008</a></li> <li><a href="/community/weeklynews/pwn20081221">December 21st 2008</a></li> <li><a href="/community/weeklynews/pwn20081214">December 14th 2008</a></li> <li><a href="/community/weeklynews/pwn20081207">December 7th 2008</a></li> diff --git a/portal/template/en/community/weeklynews/pwn20081228.html b/portal/template/en/community/weeklynews/pwn20081228.html new file mode 100644 index 00000000..b51dd097 --- /dev/null +++ b/portal/template/en/community/weeklynews/pwn20081228.html @@ -0,0 +1,194 @@ +<!-- BEGIN page_title_block --> +Weekly News - December 28 2008 +<!-- END page_title_block --> + +<h1>PostgreSQL Weekly News - December 28 2008</h1> + +<p> +Hitoshi Harada et al. have added OLAP functions to PostgreSQL. Kudos! +</p> + +<p> +Stefan Kaltenbrunner and Susanne Ebrecht will be presenting at the +25th Chaos Communication Congress in Berlin, December 27-30, 2008. +<a href="http://events.ccc.de/congress/2008/">http://events.ccc.de/congress/2008/</a> +</p> + +<h2>PostgreSQL Product News</h2> +<p> +GNUmed 0.3.8 released. +<a href="http://wiki.gnumed.de/bin/view/Gnumed">http://wiki.gnumed.de/bin/view/Gnumed</a> +</p> + +<h2>PostgreSQL Jobs for December</h2> +<p> +<a href="http://archives.postgresql.org/pgsql-jobs/2008-12/threads.php">http://archives.postgresql.org/pgsql-jobs/2008-12/threads.php</a> +</p> + +<h2>PostgreSQL Local</h2> +<p> +The ArPug's first meeting will be on December 30, 2008, 19:00 at +Globant Costa Salguero Office and on <irc://irc.freenode.net/arpug>. +<a href="http://www.arpug.com.ar/trac/wiki/Reunion1">http://www.arpug.com.ar/trac/wiki/Reunion1</a> +</p> + +<p> +The Call for Papers for FOSDEM 2009 has begun. PostgreSQL will have a +booth and will share a developer room with the BSD groups. Please +submit your talks to fosdem (at) postgresql (dot) eu. The deadline is +2009-01-02. +</p> + +<p> +SYDPUG will be meeting February 3, 2009 at 6:30pm. Watch this space +for details. +<a href="http://archives.postgresql.org/sydpug/">http://archives.postgresql.org/sydpug/</a> +</p> + +<p> +Andreas 'ads' Scherbaum will be presenting a talk at Perl Workshop +2009 on February 25 in Frankfurt am Main, Germany. +<a href="http://www.perl-workshop.de/talks/151/view">http://www.perl-workshop.de/talks/151/view</a> +</p> + +<p> +PGCon 2009 will be held 21-22 May 2009, in Ottawa at the University of +Ottawa. It will be preceded by two days of tutorials on 19-20 May +2009. +<a href="http://www.pgcon.org/2009/papers.php">http://www.pgcon.org/2009/papers.php</a> +</p> + +<p> +PGCon Brazil will be take place October 23-24 2009 at Unicamp in +Campinas, Sao Paulo state. +</p> + +<h2>PostgreSQL in the News</h2> +<p> +Planet PostgreSQL: <a href="http://planet.postgresql.org/">http://planet.postgresql.org/</a> +</p> + +<p> +PostgreSQL Weekly News is brought to you this week by David Fetter +</p> + +<p> +Submit news and announcements by Sunday at 3:00pm Pacific time. +Please send English language ones to david@fetter.org, German language +to pwn@pgug.de, Italian language to pwn@itpug.org. +</p> + +<h2>Applied Patches</h2> +<p> +Bruce Momjian committed: +</p> + +<p> +- Change the name of dtrace wal tracepoints to + TRACE_POSTGRESQL_WAL_BUFFER_WRITE_DIRTY. Robert Lor. +</p> + +<p> +Tom Lane committed: +</p> + +<p> +- Remove unused include file pgsql/src/include/storage itempos.h, per + ITAGAKI Takahiro. AFAICT this has been dead code since Postgres95. +</p> + +<p> +- 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.) +</p> + +<p> +- Support window functions a la SQL:2008. Hitoshi Harada, with some + kibitzing from Heikki and Tom. +</p> + +<p> +- Tighten up a couple of regression test cases that can have + platform-dependent results due to underspecified ordering. Per + report from buildfarm member pika. +</p> + +<h2>Rejected Patches (for now)</h2> +<p> +No one was disappointed this week :-) +</p> + +<h2>Pending Patches</h2> +<p> +Alvaro Herrera sent in another revision of his patch to improve +reloption handling. +</p> + +<p> +Robert Lor sent in a patch atop his DTrace probes patch to change some +names. +</p> + +<p> +Bernd Helmle sent in another revision of his writable views patch. +</p> + +<p> +Heikki Linnakangas sent in a patch to fix some issues around the new +visibility map and VACUUM. +</p> + +<p> +Kenneth Marshall sent in another revision of his internal hash +function patch. +</p> + +<p> +Heikki Linnakangas sent in another revision of his infrastructure +patch for recovery. +</p> + +<p> +Fujii Masao sent in three revisions of a patch to skip checkpoint at +pg_start_backup. +</p> + +<p> +KaiGai Kohei sent in another revision of his SE-PostgreSQL patches. +</p> + +<p> +Fujii Masao sent in a patch to support archive control for synchronous +replication. +</p> + +<p> +ITAGAKI Takahiro sent in another revision of his pg_stat_statements +patch. +</p> + +<p> +Hiroshi Inoue sent in a patch intended to fix bug 4186 (set +lc_messages does not work). +</p> + +<p> +Koichi Suzuki sent in another revision of his patch to improve PITR +performance. +</p> + +<p> +Erik Rijkers sent in a patch which clarifies the --help message for +the -c option in pg_restore. + +</p> + |
