<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/">
<title>talkaboutdatabases.com Pgsql Hackers</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-07-24T07:07:37+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54187.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54186.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54174.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54173.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54172.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54168.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54165.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54164.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54160.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54150.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54134.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54130.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54128.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54127.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54119.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54118.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54083.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54076.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54072.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54070.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutdatabases.com/group/pgsql.hackers/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutdatabases.com Pgsql Hackers</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/</link>
</image>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54187.html">
<title>Uncopied parameters on CREATE TABLE LIKE</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54187.html</link>
<description>CREATE TABLE LIKE is useful to create a new partition from a template table. We can use 3 options (INCLUDING DEFAULTS, CONSTRAINTS and INDEXES) to copy more parameters from the template, but there are still some uncopied parameters:    1. column stor...</description>
<dc:creator>itagaki.takahiro@[EMAIL PROTECTED]
 (ITA...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-24T19:09:35+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54186.html">
<title>Additional psql requirements</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54186.html</link>
<description>I have some suggestions for additional psql features. Im not planning to work on them myself, just proposing them so others can do so if they agree and wish to do so.  * default values for substitution values Need a command to set the default value o...</description>
<dc:creator>simon@[EMAIL PROTECTED]
 (Simon Riggs)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-24T10:52:11+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54174.html">
<title>issues/experience with building postgres on Windows</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54174.html</link>
<description>Hi,  trying to build postgres on Windows, I ran into a number of problems not covered by the FAQs or the PostgreSQL 8.3.3 documentation:    http://www.postgresql.org/docs/8.3/interactive/install-win32-full.html  In short, its not been an easy experie...</description>
<dc:creator>Martin.Zaun@[EMAIL PROTECTED]
 (Martin Z...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T19:07:52+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54173.html">
<title>Re: PostgreSQL extensions packaging</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54173.html</link>
<description>Oops, sent with wrong from header...   ---------- Forwarded message ---------- From: Tom Dunstan tomdcc@gmail.com To: Dimitri Fontaine dfontaine@hi-media.com Date: Wed, 23 Jul 2008 19:40:30 -0400 Subject: Re: [HACKERS] PostgreSQL extensions packaging...</description>
<dc:creator>pgsql@[EMAIL PROTECTED]
 (Tom Dunstan)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T21:32:28+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54172.html">
<title>Re: [PATCHES] WITH RECUSIVE patches 0723</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54172.html</link>
<description> On Wed, Jul 23, 2008 at 10:59:20AM -0400, Tom Lane wrote:   Tatsuo Ishii ishii@postgresql.org writes:    Reviewers, please let me know if you find problems with the    patches. If none, I would like to commit this weekend.      Has this patch actual...</description>
<dc:creator>ishii@[EMAIL PROTECTED]
 (Tatsuo Ishii)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-24T10:19:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54168.html">
<title>PostgreSQL extensions packaging</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54168.html</link>
<description>-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1  Hi,  I promised to have an in-depth look at the archives before to spend   time on my ideas for $subject, but failed to do so. Here are the ideas   (user level design if you will) :)  As a PostgreSQL ext...</description>
<dc:creator>dfontaine@[EMAIL PROTECTED]
 (Dimitri Fo...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T23:08:19+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54165.html">
<title>Re: [PATCHES] GIN improvements</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54165.html</link>
<description>Tom Lane wrote:  Teodor Sigaev teodor@sigaev.ru writes:   I didnt get much further than that because I got discouraged after  looking at the locking issues around the pending-insertions list.  Its a mess:  These are rather severe problems.  Maybe the...</description>
<dc:creator>alvherre@[EMAIL PROTECTED]
 (Alvaro Herr...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T16:44:30+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54164.html">
<title>Re: [GENERAL] Fragments in tsearch2 headline</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54164.html</link>
<description>On Wed, 23 Jul 2008, Sushant Sinha wrote:   I guess it is more readable to add cover separator at the end of a fragment  than in the front. Let me know what you think and I can update it.  FragmentsDelimiter should *separate* fragments and that says ...</description>
<dc:creator>oleg@[EMAIL PROTECTED]
 (Oleg Bartunov)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-24T00:28:46+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54160.html">
<title>Research/Implementation of Nested Loop Join optimization</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54160.html</link>
<description>------=_Part_4026_32376819.1216844218363 Content-Type: text/plain charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  Hi! I`m a researcher from PUC-Rio (Brazil) and we`re studying about an Joins, and we`d like to implement...</description>
<dc:creator>mhenriquesgbd@[EMAIL PROTECTED]
 (Manoel...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T17:16:58+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54150.html">
<title>Re: [GENERAL] Fragments in tsearch2 headline</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54150.html</link>
<description>------=_Part_23055_20481956.1216829847218 Content-Type: text/plain charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  I guess it is more readable to add cover separator at the end of a fragment than in the front. Let me k...</description>
<dc:creator>sushant354@[EMAIL PROTECTED]
 (Sushant S...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T12:17:26+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54134.html">
<title>Re: [GENERAL] Fragments in tsearch2 headline</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54134.html</link>
<description>btw, is it intentional to have .... in headline ?  =# select ts_headline(1 2 3 4 5 1 2 3 1,14::tsquery,MaxFragments=1)         ts_headline -------------------------   ... b4/b 5 b1/b    Oleg  On Wed, 23 Jul 2008, Teodor Sigaev wrote:   Let me know of...</description>
<dc:creator>oleg@[EMAIL PROTECTED]
 (Oleg Bartunov)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T15:44:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54130.html">
<title>Re: [patch] plproxy v2</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54130.html</link>
<description>On 7/22/08, Marko Kreen markokr@gmail.com wrote:  On 7/22/08, Tom Lane tgl@sss.pgh.pa.us wrote:    Marko Kreen markokr@gmail.com writes:          Also, plroxy does          _nothing_ with passwords.  That means the password for remote          connec...</description>
<dc:creator>markokr@[EMAIL PROTECTED]
 (Marko Kreen)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T12:48:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54128.html">
<title>Postgres-R: internal messaging</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54128.html</link>
<description>Hi,  As you certainly know by now, Postgres-R introduces an additional manager process. That one is forked from the postmaster, so are all backends, no matter if they are processing local or remote transactions. That led to a communication problem, w...</description>
<dc:creator>markus@[EMAIL PROTECTED]
 (Markus Wanner...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T09:17:31+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54127.html">
<title>Re: [PATCH]-hash index improving</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54127.html</link>
<description>On Wed, 2008-07-23 at 10:57 +0800, Xiao Meng wrote:  Well, Ill do it after I finish my second patch.  Hash index should be more efficient than btree when N is big enough.  It seems meaningful to find how big N is in an experiment way.  Agreed.  We sh...</description>
<dc:creator>simon@[EMAIL PROTECTED]
 (Simon Riggs)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T08:07:32+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54119.html">
<title>Re: [PATCH]-hash index improving</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54119.html</link>
<description>Well, Ill do it after I finish my second patch. Hash index should be more efficient than btree when N is big enough. It seems meaningful to find how big N is in an experiment way.  On Fri, Jul 18, 2008 at 6:35 PM, Simon Riggs simon@2ndquadrant.com wr...</description>
<dc:creator>mx.cogito@[EMAIL PROTECTED]
 (Xiao Meng)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T10:57:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54118.html">
<title>Re: [PATCH]-hash index improving</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54118.html</link>
<description>Im sorry for delay reply. I couldnt get access to the internet these days for some reason. I do apologize for my rough work and very bad readability. I posted it in a hurry and I didnt mean to  cause the reader so much inconvenience. Ill NEVER make s...</description>
<dc:creator>mx.cogito@[EMAIL PROTECTED]
 (Xiao Meng)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-23T10:57:12+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54083.html">
<title>Transaction-controlled robustness for replication</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54083.html</link>
<description>One of the cool features of 8.3 was the ability to control at the transaction level whether we would use synchronous or asynchronous commit.  Were planning to add integrated replication features to 8.4, and I think it will be possible to extend the c...</description>
<dc:creator>simon@[EMAIL PROTECTED]
 (Simon Riggs)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-22T19:56:36+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54076.html">
<title>Re: [PATCHES] GIN improvements</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54076.html</link>
<description>Teodor Sigaev teodor@sigaev.ru writes:  Updated: http://www.sigaev.ru/misc/fast_insert_gin-0.9.gz  I still havnt clearness of acceptability for suggested aminsertcleanup  calling.  I started to look at this.  I dont understand why VACUUM does an inse...</description>
<dc:creator>tgl@[EMAIL PROTECTED]
 (Tom Lane)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-22T12:03:25+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54072.html">
<title>Re: [patch] plproxy v2</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54072.html</link>
<description>On 7/22/08, Tom Lane tgl@sss.pgh.pa.us wrote:  Marko Kreen markokr@gmail.com writes:    On 7/21/08, Tom Lane tgl@sss.pgh.pa.us wrote:   I looked through this a bit, and my principal reaction was what are    the security implications?   There are 2 as...</description>
<dc:creator>markokr@[EMAIL PROTECTED]
 (Marko Kreen)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-22T18:47:24+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54070.html">
<title>Plans for 8.4</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.hackers/messages/54070.html</link>
<description>Im looking at shortlisting things that Ill be working on for 8.4. Ive thrown out a few small patches I had, but now am looking at these projects:  * Hot Standby * Logical replication via transaction log * Integration with synchronous replication  * J...</description>
<dc:creator>simon@[EMAIL PROTECTED]
 (Simon Riggs)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-22T16:35:06+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutdatabases.com/group/pgsql.hackers/search.html">
<title>Search talkaboutdatabases.com Pgsql Hackers</title>
<description>Search talkaboutdatabases.com Pgsql Hackers</description>
<name>q</name>
<link>http://talkaboutdatabases.com/group/pgsql.hackers/search.html</link>
</textinput>

</rdf:RDF>
