<?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; postgresql</title>
	<atom:link href="http://www.piware.de/tag/postgresql/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>New PostgreSQL releases need testing</title>
		<link>http://www.piware.de/2009/12/new-postgresql-releases-need-testing/</link>
		<comments>http://www.piware.de/2009/12/new-postgresql-releases-need-testing/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:16:40 +0000</pubDate>
		<dc:creator>pitti</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[proposed]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.piware.de/?p=255</guid>
		<description><![CDATA[Yesterday PostgreSQL released new security/bug fix microreleases 8.4.2, 8.3.9, and 8.1.19, which fix two security issues and a whole bunch of bugs. Updates for all supported Ubuntu releases are built in the ubuntu-security-proposed PPA. They pass the upstream and postgresql-common test suites, but more testing is heavily appreciated! Please give feedback in bug LP#496923. Thanks!]]></description>
			<content:encoded><![CDATA[<p>Yesterday PostgreSQL <a href="http://www.postgresql.org/about/news.1170">released new security/bug fix microreleases</a> 8.4.2, 8.3.9, and 8.1.19, which fix two <a href="http://www.postgresql.org/support/security">security issues</a> and a whole bunch of bugs.</p>
<p>Updates for all supported Ubuntu releases are built in the <a href="https://launchpad.net/~ubuntu-security-proposed/+archive/ppa/+packages">ubuntu-security-proposed PPA</a>. They pass the upstream and postgresql-common test suites, but more testing is heavily appreciated! Please give feedback in <a href="https://launchpad.net/bugs/496923">bug LP#496923</a>.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piware.de/2009/12/new-postgresql-releases-need-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PostgreSQL security/bug fix update, please test</title>
		<link>http://www.piware.de/2009/09/postgresql-securitybug-fix-update-please-test/</link>
		<comments>http://www.piware.de/2009/09/postgresql-securitybug-fix-update-please-test/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 22:39:33 +0000</pubDate>
		<dc:creator>pitti</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[proposed]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.piware.de/?p=146</guid>
		<description><![CDATA[PostgreSQL recently published new point releases which fix the usual range of important bugs (data loss/wrong results, etc.) and additionally fix another case of insecure &#8220;security definer&#8221; functions (the analogon to setuid programs in file system space for SQL functions) (CVE-2007-6600). Please see the complete changes for 8.1.18 (Ubuntu 6.06 LTS), 8.3.8 (Ubuntu 8.04 LTS, [...]]]></description>
			<content:encoded><![CDATA[<p>PostgreSQL recently published new point releases which fix the usual range of important bugs (data loss/wrong results, etc.) and additionally fix another case of insecure &#8220;security definer&#8221; functions (the analogon to setuid programs in file system space for SQL functions) (CVE-2007-6600). Please see the complete changes for <a href="http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-18">8.1.18</a> (Ubuntu 6.06 LTS), <a href="http://www.postgresql.org/docs/8.3/static/release-8-3-8.html">8.3.8</a> (Ubuntu 8.04 LTS, 8.10, and 9.04), and <a href="http://www.postgresql.org/docs/8.4/static/release-8-4-1.html">8.4.1</a> (Ubuntu 9.10).</p>
<p>8.4.1 is already in Ubuntu 9.10 and in my <a href="https://launchpad.net/~pitti/+archive/postgresql">PostgreSQL Backports PPA</a> for Ubuntu 8.04 LTS and 9.04. Updates for the other supported Ubuntu releases are currently in -proposed, waiting for testing feedback.</p>
<p>If you use PostgreSQL, please give the -proposed packages some testing and report back in <a href="https://launchpad.net/bugs/430544">Ubuntu bug #430544</a>. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piware.de/2009/09/postgresql-securitybug-fix-update-please-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PostgreSQL 8.4beta1 available for testing</title>
		<link>http://www.piware.de/2009/04/postgresql-84beta1-available-for-testing/</link>
		<comments>http://www.piware.de/2009/04/postgresql-84beta1-available-for-testing/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 15:04:39 +0000</pubDate>
		<dc:creator>pitti</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://martinpitt.wordpress.com/?p=61</guid>
		<description><![CDATA[Some days ago, the first public beta of PostgreSQL 8.4 was announced. I uploaded a CVS snapshot to Debian experimental two weeks ago, but it didn&#8217;t make it out of NEW yet. Packaging the actual 8.4 bits was actually pretty easy, just took me half a day to adapt the 8.3 packaging and eventually figuring [...]]]></description>
			<content:encoded><![CDATA[<p>Some days ago, the first public beta of <a href="http://www.postgresql.org/about/news.1074">PostgreSQL 8.4 was announced</a>. I uploaded a CVS snapshot to Debian experimental two weeks ago, but it didn&#8217;t make it out of NEW yet.</p>
<p>Packaging the actual 8.4 bits was actually pretty easy, just took me half a day to adapt the 8.3 packaging and eventually  figuring out how to build the entire documentation from SGML sources with Debian/Ubuntu&#8217;s <a>broken</a> <a>docbook-utils</a>.</p>
<p>I spent much more work work on supporting 8.4 in <a href="http://people.debian.org/~mpitt/architecture.html">postgresql-common</a>, especially with the new per-database locales, migrating changed postgresql.conf parameters in pg_upgradecluster, and so on. Now almost all of the &gt; 1000 tests pass, so I believe it is pretty solid now.</p>
<p>The only exception is the changed behaviour in verifying the server side&#8217;s SSL certificate from the client side. At first I thought it was a bug, and <a href="http://archives.postgresql.org/pgsql-bugs/2009-04/msg00072.php">reported it to upstream</a>, but it evolved into a pretty lengthy and interesting discussion about the right defaults for SSL verification. I&#8217;ll work on better defaults, and the test suite to pass 100% soon.</p>
<p>I invite you give the beta a good beating. Packages for Ubuntu 8.04 LTS and 9.04 are in my<br />
<a href="https://launchpad.net/~pitti/+archive/postgresql">postgresql PPA</a>. Due to postgresql-common, you can safely run 8.4 in parallel with existing 8.3 instances, test-upgrade your 8.3 ones to 8.4 and compare them, etc.</p>
<p>Feedback appreciated!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piware.de/2009/04/postgresql-84beta1-available-for-testing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
