<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/postgres-xc/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/postgres-xc/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 04 Apr 2013 10:02:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/postgres-xc/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Fix schema qualified tables and \COPY</title><link>https://sourceforge.net/p/postgres-xc/patches/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Nihil's patch to fix the following issue:&lt;/p&gt;
&lt;p&gt;Looks like \COPY does not handle schema qualified tables properly. The&lt;br /&gt;
COPY command that is sent to the remote nodes forgets to schema&lt;br /&gt;
qualify the table:&lt;/p&gt;
&lt;p&gt;create schema foo;&lt;br /&gt;
create table foo.bar(x int);&lt;br /&gt;
\copy foo.bar (x) FROM 'file.txt' with csv;&lt;/p&gt;
&lt;p&gt;The above fails. The fix is to schema-qualify the table before sending&lt;br /&gt;
it on the wire. We need to be careful about temp tables though. PFA,&lt;br /&gt;
patch against HEAD for the same.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koichi Suzuki</dc:creator><pubDate>Thu, 04 Apr 2013 10:02:15 -0000</pubDate><guid>https://sourceforge.netcaec96a0e2fb0c4280eb3dddc81d8b7f50b0850b</guid></item><item><title>gtm standby crash patch by Nikhil</title><link>https://sourceforge.net/p/postgres-xc/patches/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is Nikhil's patch to fix gtm standby crash both for 1.0 and the head.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koichi Suzuki</dc:creator><pubDate>Thu, 04 Apr 2013 09:58:09 -0000</pubDate><guid>https://sourceforge.net5dd6251c605d798364111fba7e830db1fa5ea807</guid></item><item><title>Watchdog</title><link>https://sourceforge.net/p/postgres-xc/patches/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch was originally rejected because this is a duplicate to PostgreSQL.    We found that XC needs a watchdog timer to monitor if coordinator/datanode is alive.   Traditionally, select 1 or select now is used for this purpose.   In XC, when GTM is down, these command returns error.   We need another method to monitor just if coordinator/datanode is alive, regardless the GTM status.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koichi Suzuki</dc:creator><pubDate>Thu, 07 Mar 2013 15:28:10 -0000</pubDate><guid>https://sourceforge.net249d4411622046ce519ee7cc8ce34286b23eeef9</guid></item><item><title>Lock improvement in GTM</title><link>https://sourceforge.net/p/postgres-xc/patches/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Submitted by Nikhil.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koichi Suzuki</dc:creator><pubDate>Thu, 07 Mar 2013 05:00:12 -0000</pubDate><guid>https://sourceforge.netb7090090749ecdf2cc5ed01147625d159ccfd815</guid></item><item><title>Patch for JDBC driver: CREATE TABLE</title><link>https://sourceforge.net/p/postgres-xc/patches/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fix for bug 3299211.&lt;br /&gt;
Patch is attached.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Paquier</dc:creator><pubDate>Mon, 09 May 2011 02:01:22 -0000</pubDate><guid>https://sourceforge.net52bf5c986e797f27e47401895670eb36e8b70bf2</guid></item><item><title>A patch for removing the pgxc_class tuple</title><link>https://sourceforge.net/p/postgres-xc/patches/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When a table is dropped, the relative distribution information will be kept in pgxc_class catalog now. The patch can fix such a problem. The relative infomation on the table distribution will be removed when drop a table.&lt;/p&gt;
&lt;p&gt;This patch was submitted by Benny, &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koichi Suzuki</dc:creator><pubDate>Thu, 07 Apr 2011 01:47:27 -0000</pubDate><guid>https://sourceforge.net3687bacd272e39c51a5fd168b0c731b3cabf59ba</guid></item><item><title>session and local parameters</title><link>https://sourceforge.net/p/postgres-xc/patches/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Attached is a patch that extends pooler to support LOCAL and SESSION parameters.&lt;br /&gt;
There is still an issue when user logs out. It crashes the server if assertions are enabled.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Paquier</dc:creator><pubDate>Sun, 03 Apr 2011 16:19:16 -0000</pubDate><guid>https://sourceforge.net8e563deb83f7e0ff2ca8a1b3e63ad9840c87742d</guid></item><item><title>multiple user support for pooler</title><link>https://sourceforge.net/p/postgres-xc/patches/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch lights up postgresql.conf by deleting data_node_users, data_node_passwd, coord_user and coord_passwd.&lt;br /&gt;
Patch is attached.&lt;/p&gt;
&lt;p&gt;It may need some extensions to support secured connections and password support.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Paquier</dc:creator><pubDate>Thu, 31 Mar 2011 15:19:55 -0000</pubDate><guid>https://sourceforge.net5520ba0ec377c2620a6008315a6b910b55a3344a</guid></item><item><title>patch for 'make -j' issue on current HEAD.</title><link>https://sourceforge.net/p/postgres-xc/patches/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Wang Diancheng kindly provided this patch to fix make -j break and to improve pgxc header dependencies.  Patch attached.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Koichi Suzuki</dc:creator><pubDate>Thu, 31 Mar 2011 03:00:54 -0000</pubDate><guid>https://sourceforge.net6103e4733f39d58bb0dba794dd338d5c89a45d2b</guid></item><item><title>Clean up of pgxc_ddl</title><link>https://sourceforge.net/p/postgres-xc/patches/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Remove unnecessary dependencies with pgxc_ddl and initdb.&lt;br /&gt;
move pgxc.conf and pgxc_ddl to src/pgxc/bin/pgxc_ddl and addition of a README.&lt;/p&gt;
&lt;p&gt;This is not installed by default now.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Paquier</dc:creator><pubDate>Tue, 22 Mar 2011 09:02:35 -0000</pubDate><guid>https://sourceforge.nete8b3b3550ec50c37e4cac425c9adbdcddf469a10</guid></item></channel></rss>