<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martin Pitt &#187; debian</title>
	<atom:link href="http://www.piware.de/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piware.de</link>
	<description>addicted to Ubuntu development</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:55:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Celebrating the 1000th postgresql-common commit</title>
		<link>http://www.piware.de/2010/05/celebrating-the-1000th-postgresql-common-commit/</link>
		<comments>http://www.piware.de/2010/05/celebrating-the-1000th-postgresql-common-commit/#comments</comments>
		<pubDate>Mon, 03 May 2010 15:58:28 +0000</pubDate>
		<dc:creator>pitti</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.piware.de/?p=331</guid>
		<description><![CDATA[I just did the 1000th commit of postgresql-common, the Debian/Ubuntu PostgreSQL management utilities. Wow, what started as a small hack in December 2004 to be able to install several major PostgreSQL versions in parallel has turned out to be a > 600 kB project providing a comprehensive tool set for uniformly setting up, upgrading, and [...]]]></description>
			<content:encoded><![CDATA[<p>I just did the <a href="http://bazaar.launchpad.net/~pitti/postgresql/common/revision/1000">1000th commit</a> of <a href="http://people.debian.org/~mpitt/architecture.html">postgresql-common</a>, the Debian/Ubuntu PostgreSQL management utilities. Wow, what started as a small hack in December 2004 to be able to install several major PostgreSQL versions in parallel has turned out to be a > 600 kB project providing a comprehensive tool set for uniformly setting up, upgrading, and maintaining PostgreSQL database instances from version 7.4 up to the just announced <a href="http://www.postgresql.org/about/news.1198">9.0 beta-1</a>, with a comprehensive test suite that I&#8217;m really proud of (it tests just about every aspect, option, and corner case of the installation, integration, upgrade, locale support, and error handling, and takes about half an hour on my system).</p>
<p>The actual commit is rather dull though, it&#8217;s just the release/upload tag for version 107 which I just uploaded to Debian unstable (it will hit Ubuntu maverick and backports soon). 107 introduces support for PostgreSQL 9.0, and I fixed up the scripts and tests enough so that all the tests pass now, and thus it&#8217;s good for public release.</p>
<p>I also uploaded the 9.0 beta 1 server itself now. It&#8217;ll be in <a href="http://ftp-master.debian.org/new.html">Debian&#8217;s NEW queue</a> for a bit, and hit experimental in a few days (or hours; recently the ftpmasters have been awesome!) It has a few cool new features (see <a href="http://www.postgresql.org/about/news.1198">the announcement</a>), and upstream really appreciates testing and feedback. So, bug reports appreciated!</p>
<p>In particular, if you have existing 8.4 clusters you can just try to <code>pg_upgradecluster</code> them to 9.0 beta 1. Remember, if anything goes wrong, the cluster of the previous version is still intact and untouched, so you can run upgrades as many times as you like and only pg_dropcluster the old one when you’re completely satisfied with the upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piware.de/2010/05/celebrating-the-1000th-postgresql-common-commit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PostgreSQL bug fix releases up for testing in Ubuntu</title>
		<link>http://www.piware.de/2010/04/postgresql-bug-fix-releases-up-for-testing-in-ubuntu/</link>
		<comments>http://www.piware.de/2010/04/postgresql-bug-fix-releases-up-for-testing-in-ubuntu/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 08:08:29 +0000</pubDate>
		<dc:creator>pitti</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[proposed]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.piware.de/?p=298</guid>
		<description><![CDATA[PostgreSQL did microrelease updates three weeks ago: 8.4.3, 8.3.10, and 8.1.20 are the ones relevant for Debian/Ubuntu. There haven&#8217;t been reports about regressions in Debian or the upstream lists so far, so it&#8217;s time to push these into stable releases. The new releases are in Lucid Beta-2, and hardy/jaunty/karmic-proposed. If you are running PostgreSQL, please [...]]]></description>
			<content:encoded><![CDATA[<p>PostgreSQL did microrelease updates three weeks ago: <a href="http://www.postgresql.org/docs/8.4/static/release-8-4-3.html">8.4.3</a>, <a href="http://www.postgresql.org/docs/8.3/static/release-8-3-10.html">8.3.10</a>, and <a href="http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-20">8.1.20</a> are the ones relevant for Debian/Ubuntu. There haven&#8217;t been reports about regressions in Debian or the upstream lists so far, so it&#8217;s time to push these into stable releases.</p>
<p>The new releases are in Lucid Beta-2, and hardy/jaunty/karmic-proposed. If you are running PostgreSQL, please upgrade to the proposed versions and give feedback to <a href="https://bugs.launchpad.net/bugs/557408">LP #557408</a>.</p>
<p>Updates for Debian Lenny are prepared as well, and await <a href="http://lists.debian.org/debian-release/2010/04/msg00053.html">release team ack</a>.</p>
<p>On a related note, I recently fixed quite a major problem in <code>pg_upgradecluster</code> in <code>postgresql-common 106</code>: It did not copy database-level ACLs and configuration settings (<a href="http://bugs.debian.org/543506">Debian #543506</a>). Fixing this required some reenginering of the upgrade process. It&#8217;s all thoroughly test case&#8217;d, but practical feedback would be very welcome! Remember, if anything goes wrong, the cluster of the previous version is still intact and untouched, so you can run upgrades as many times as you like and only <code>pg_dropcluster</code> the old one when you&#8217;re completely satisfied with the upgrade.</p>
<p>Thanks,</p>
<p>Martin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piware.de/2010/04/postgresql-bug-fix-releases-up-for-testing-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNOME commit powers</title>
		<link>http://www.piware.de/2010/01/gnome-commit-powers/</link>
		<comments>http://www.piware.de/2010/01/gnome-commit-powers/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:29:39 +0000</pubDate>
		<dc:creator>pitti</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[upstream]]></category>

		<guid isPermaLink="false">http://www.piware.de/?p=275</guid>
		<description><![CDATA[I finally listened to Sebastien Bacher and applied for GNOME commit rights yesterday, after hassling Seb once more about committing an approved patch for me. Surprisingly, it only took some 4 hours until my application was approved and my account created, wow! Apparently 71 patches are enough. With my new powers, I fixed a crash [...]]]></description>
			<content:encoded><![CDATA[<p>I finally listened to Sebastien Bacher and applied for GNOME commit rights yesterday, after hassling Seb once more about committing an approved patch for me. Surprisingly, it only took some 4 hours until my application was approved and my account created, wow! Apparently <a href="http://tinyurl.com/martinpitt-gnomepatches">71 patches</a> are enough. <img src='http://www.piware.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>With my new powers, I fixed a <a href="http://git.gnome.org/browse/gdm/commit/?id=51669cb03613b36b0b1798b1f8d2bba85b3e2a49">crash in gdm</a>, and applied <a href="http://bugzilla.gnome.org/show_bug.cgi?id=586410">two stragglers</a> into gvfs&#8217; build system today.</p>
<p>More to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piware.de/2010/01/gnome-commit-powers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
