<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/postgres-xc/patches/" rel="alternate"/><link href="https://sourceforge.net/p/postgres-xc/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/postgres-xc/patches/</id><updated>2013-04-04T10:02:15Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Fix schema qualified tables and \COPY</title><link href="https://sourceforge.net/p/postgres-xc/patches/19/" rel="alternate"/><published>2013-04-04T10:02:15Z</published><updated>2013-04-04T10:02:15Z</updated><author><name>Koichi Suzuki</name><uri>https://sourceforge.net/u/koichi-szk/</uri></author><id>https://sourceforge.netcaec96a0e2fb0c4280eb3dddc81d8b7f50b0850b</id><summary type="html">&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;</summary></entry><entry><title>gtm standby crash patch by Nikhil</title><link href="https://sourceforge.net/p/postgres-xc/patches/18/" rel="alternate"/><published>2013-04-04T09:58:09Z</published><updated>2013-04-04T09:58:09Z</updated><author><name>Koichi Suzuki</name><uri>https://sourceforge.net/u/koichi-szk/</uri></author><id>https://sourceforge.net5dd6251c605d798364111fba7e830db1fa5ea807</id><summary type="html">&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;</summary></entry><entry><title>Watchdog</title><link href="https://sourceforge.net/p/postgres-xc/patches/17/" rel="alternate"/><published>2013-03-07T15:28:10Z</published><updated>2013-03-07T15:28:10Z</updated><author><name>Koichi Suzuki</name><uri>https://sourceforge.net/u/koichi-szk/</uri></author><id>https://sourceforge.net249d4411622046ce519ee7cc8ce34286b23eeef9</id><summary type="html">&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;</summary></entry><entry><title>Lock improvement in GTM</title><link href="https://sourceforge.net/p/postgres-xc/patches/16/" rel="alternate"/><published>2013-03-07T05:00:12Z</published><updated>2013-03-07T05:00:12Z</updated><author><name>Koichi Suzuki</name><uri>https://sourceforge.net/u/koichi-szk/</uri></author><id>https://sourceforge.netb7090090749ecdf2cc5ed01147625d159ccfd815</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Submitted by Nikhil.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Patch for JDBC driver: CREATE TABLE</title><link href="https://sourceforge.net/p/postgres-xc/patches/15/" rel="alternate"/><published>2011-05-09T02:01:22Z</published><updated>2011-05-09T02:01:22Z</updated><author><name>Michael Paquier</name><uri>https://sourceforge.net/u/michaelpq/</uri></author><id>https://sourceforge.net52bf5c986e797f27e47401895670eb36e8b70bf2</id><summary type="html">&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;</summary></entry><entry><title>A patch for removing the pgxc_class tuple</title><link href="https://sourceforge.net/p/postgres-xc/patches/14/" rel="alternate"/><published>2011-04-07T01:47:27Z</published><updated>2011-04-07T01:47:27Z</updated><author><name>Koichi Suzuki</name><uri>https://sourceforge.net/u/koichi-szk/</uri></author><id>https://sourceforge.net3687bacd272e39c51a5fd168b0c731b3cabf59ba</id><summary type="html">&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;</summary></entry><entry><title>session and local parameters</title><link href="https://sourceforge.net/p/postgres-xc/patches/13/" rel="alternate"/><published>2011-04-03T16:19:16Z</published><updated>2011-04-03T16:19:16Z</updated><author><name>Michael Paquier</name><uri>https://sourceforge.net/u/michaelpq/</uri></author><id>https://sourceforge.net8e563deb83f7e0ff2ca8a1b3e63ad9840c87742d</id><summary type="html">&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;</summary></entry><entry><title>multiple user support for pooler</title><link href="https://sourceforge.net/p/postgres-xc/patches/12/" rel="alternate"/><published>2011-03-31T15:19:55Z</published><updated>2011-03-31T15:19:55Z</updated><author><name>Michael Paquier</name><uri>https://sourceforge.net/u/michaelpq/</uri></author><id>https://sourceforge.net5520ba0ec377c2620a6008315a6b910b55a3344a</id><summary type="html">&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;</summary></entry><entry><title>patch for 'make -j' issue on current HEAD.</title><link href="https://sourceforge.net/p/postgres-xc/patches/11/" rel="alternate"/><published>2011-03-31T03:00:54Z</published><updated>2011-03-31T03:00:54Z</updated><author><name>Koichi Suzuki</name><uri>https://sourceforge.net/u/koichi-szk/</uri></author><id>https://sourceforge.net6103e4733f39d58bb0dba794dd338d5c89a45d2b</id><summary type="html">&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;</summary></entry><entry><title>Clean up of pgxc_ddl</title><link href="https://sourceforge.net/p/postgres-xc/patches/10/" rel="alternate"/><published>2011-03-22T09:02:35Z</published><updated>2011-03-22T09:02:35Z</updated><author><name>Michael Paquier</name><uri>https://sourceforge.net/u/michaelpq/</uri></author><id>https://sourceforge.nete8b3b3550ec50c37e4cac425c9adbdcddf469a10</id><summary type="html">&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;</summary></entry></feed>