You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(4) |
3
|
4
(2) |
5
(2) |
6
(2) |
7
|
8
|
9
|
10
(8) |
11
(1) |
12
(1) |
13
(1) |
14
|
15
|
16
(8) |
17
(8) |
18
(3) |
19
(2) |
20
(3) |
21
(3) |
22
(1) |
23
(4) |
24
(11) |
25
(2) |
26
(9) |
27
(6) |
28
|
29
(4) |
30
(6) |
|
|
|
|
|
From: Michael P. <mic...@us...> - 2012-04-10 09:25:52
|
Project "Postgres-XC". The branch, master has been updated via 99f02b8d5241de7de9bd066815861c14e3fcceb7 (commit) from cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=99f02b8d5241de7de9bd066815861c14e3fcceb7 commit 99f02b8d5241de7de9bd066815861c14e3fcceb7 Author: Michael P <mi...@ot...> Date: Tue Apr 10 18:30:50 2012 +0900 Revert "Fix for regression test xc_groupby" This reverts commit cc46dfcc52ff5a60818b168716dab4a6fd9b68d9. Ashutosh will take care of that. M src/test/regress/expected/xc_groupby.out M src/test/regress/sql/xc_groupby.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_groupby.out | 82 +++++++++++++++--------------- src/test/regress/sql/xc_groupby.sql | 22 ++++---- 2 files changed, 52 insertions(+), 52 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2012-04-10 09:17:40
|
Michael, I appreciate your speed of work. But it's sometime really important to get things reviewed before you commit anything. And, I am very serious about it. Regarding this fix of yours, I hope you understand that the GROUP BY optimization that I applied does not get applied when there ORDER BY clause there. The testcase is supposed to test the same optimization. Hence, adding ORDER BY in the testcase, *defeats all the purpose of the testcase*. This isn't the way to fix it. AFAIR, xc_groupby is assigned to me and I will take care of it. Please revert back this commit. On Tue, Apr 10, 2012 at 2:35 PM, Michael Paquier < mic...@us...> wrote: > Project "Postgres-XC". > > The branch, master has been updated > via cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 (commit) > from fd2cc85fd25250b4713b78f6fe7b4b6cc2000cc0 (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 > > commit cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 > Author: Michael P <mi...@ot...> > Date: Tue Apr 10 18:10:08 2012 +0900 > > Fix for regression test xc_groupby > > Results are made cluster-consistent by adding some ORDER BY clauses > on some queries. > > M src/test/regress/expected/xc_groupby.out > M src/test/regress/sql/xc_groupby.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/expected/xc_groupby.out | 82 > +++++++++++++++--------------- > src/test/regress/sql/xc_groupby.sql | 22 ++++---- > 2 files changed, 52 insertions(+), 52 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Michael P. <mic...@us...> - 2012-04-10 09:05:27
|
Project "Postgres-XC". The branch, master has been updated via cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 (commit) from fd2cc85fd25250b4713b78f6fe7b4b6cc2000cc0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 commit cc46dfcc52ff5a60818b168716dab4a6fd9b68d9 Author: Michael P <mi...@ot...> Date: Tue Apr 10 18:10:08 2012 +0900 Fix for regression test xc_groupby Results are made cluster-consistent by adding some ORDER BY clauses on some queries. M src/test/regress/expected/xc_groupby.out M src/test/regress/sql/xc_groupby.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_groupby.out | 82 +++++++++++++++--------------- src/test/regress/sql/xc_groupby.sql | 22 ++++---- 2 files changed, 52 insertions(+), 52 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-10 08:48:45
|
Project "Postgres-XC". The branch, master has been updated via fd2cc85fd25250b4713b78f6fe7b4b6cc2000cc0 (commit) from debcaf7d7a6dc6eaf120cc11573709d81d3ec3ca (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fd2cc85fd25250b4713b78f6fe7b4b6cc2000cc0 commit fd2cc85fd25250b4713b78f6fe7b4b6cc2000cc0 Author: Michael P <mi...@ot...> Date: Tue Apr 10 17:52:33 2012 +0900 Correct the regression test bitmapops An INSERT SELECT that requires a lot of runtime is re-allowed. This query runs slowly as it performs on 70,000 rows from a distributed table to another but test passes. M src/test/regress/sql/bitmapops.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/sql/bitmapops.sql | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-10 04:10:59
|
Project "website". The branch, master has been updated via 79073135d36f45f81815bff1e7bf603c8224d22c (commit) from afda03606e0fc4e55263f8dc60c1bcf6e1ea53fc (commit) - Log ----------------------------------------------------------------- commit 79073135d36f45f81815bff1e7bf603c8224d22c Author: Michael P <mic...@us...> Date: Tue Apr 10 13:16:08 2012 +0900 Update documentation part with 1.0 folder diff --git a/docs/1_0/README_PGXC b/docs/1_0/README_PGXC new file mode 100644 index 0000000..b1dbd35 --- /dev/null +++ b/docs/1_0/README_PGXC @@ -0,0 +1,4 @@ +README, whereabouts of this repository + +Copy here all the html documentation data generated by REL1_0_STABLE +branch in Postgres-XC GIT repository. \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 89601ad..5d1783f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,5 +11,6 @@ <ul> <li><a href="http://postgres-xc.sourceforge.net/docs/0_9_7/">Release 0.9.7</a></li> +<li><a href="http://postgres-xc.sourceforge.net/docs/1_0/">Release 1.0</a></li> </lu> </body> ----------------------------------------------------------------------- Summary of changes: docs/1_0/README_PGXC | 4 ++++ docs/index.html | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 docs/1_0/README_PGXC hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2012-04-10 02:28:29
|
Project "website". The branch, master has been updated via afda03606e0fc4e55263f8dc60c1bcf6e1ea53fc (commit) from 14346e456f41a3fbedd6a0b150a5e31e2cb185a5 (commit) - Log ----------------------------------------------------------------- commit afda03606e0fc4e55263f8dc60c1bcf6e1ea53fc Author: Michael P <mic...@us...> Date: Tue Apr 10 11:33:51 2012 +0900 Update site for release 1.0beta1 diff --git a/download.html b/download.html index 100e00a..a7f5e2e 100755 --- a/download.html +++ b/download.html @@ -36,10 +36,54 @@ the project download page. Please also note tarball files do not include Postgres-XC documents. </p> +<!-- Documents of version 1.0beta1 --> +<h4>Version 1.0beta1</h4> +<p> +<ul> +<!-- tarball of 1.0beta1, main download--> +<li> +<code>pgxc_v1.0beta1.tar.gz</code>: <br> +Latest version of Postgres-XC available.<br> +Please note that Postgres-XC documentation is not included in this file. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_1.0beta1/pgxc_v1.0beta1.tar.gz/download" target="_blank">(download)</a> +</li> + +<!-- License --> +<li> +<code>COPYING</code>: <br> +License description. Postgres-XC is distributed under the PostgreSQL license. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_1.0beta1/COPYING/download" target="_blank"> +(download) +</a> +</li> + +<!-- Files --> +<li> +<code>FILES</code>: <br> +Description of files included in Postgres-XC 1.0beta1 release. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_1.0beta1/FILES/download" target="_blank"> +(download) +</a> +</li> + +<!-- Reference Manual --> +<li> +<code>PG-XC_ReferenceManual_v1_0beta1.pdf</code>: <br> +References of Postgres-XC. +⇒ +<a href="https://sourceforge.net/projects/postgres-xc/files/Version_1.0beta1/PG-XC_ReferenceManual_v1_0beta1.pdf/download" target="_blank"> +(download) +</a> +</li> + +</ul> +</p> + <!-- Documents of version 0.9.7 --> -<h4> -Version 0.9.7 -</h4> +<h4>Version 0.9.7</h4> <p> <ul> diff --git a/events.html b/events.html index ddc1da3..c793489 100755 --- a/events.html +++ b/events.html @@ -15,7 +15,8 @@ <p class="plain"> A lot of opportunities to meet the Core developers!! <ul> -<li>Presentation at PG Session 3 (Paris, France), in February 2012</li> +<li>Tutorial at PGCon on May 2012 at Ottawa,Canada</li> +<li>Presentation at PGCon China in June at Beijing, China</li> </ul> </p> @@ -33,10 +34,10 @@ Description of this event. UPDATES --> <h2 class="plain">Updates</h2> -<!-- Postgres-XC 0.9.7 download --> +<!-- Postgres-XC 1.0beta1 download --> <p class="plain"> -Postgres-XC 0.9.7 is now available!! Download -<a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.7/pgxc_v0.9.7.tar.gz/download" target="_blank"> +Postgres-XC 1.0beta1 is now available!! Download +<a href="https://sourceforge.net/projects/postgres-xc/files/latest/download" target="_blank"> here. </a> </p> diff --git a/roadmap.html b/roadmap.html index 8090193..b726bd7 100755 --- a/roadmap.html +++ b/roadmap.html @@ -32,26 +32,20 @@ At present, Postgres-XC provides major transaction management features similar to PostgreSQL, except for savepoints. </p> <p> -On the other hand, Postgres-XC needs to enhance support for general statements.<br /> -As of Version 0.9.7, Postgres-XC supports statements which can be executed -on a single data node, or on multiple nodes for single and multi step.<br /> -This new version adds support for:</p> +As of Version 1.0beta1, Postgres-XC supports statements which can be executed +and support for identification of expressions non-shippable to remote nodes.<br /> +This new version is centralized on stabilization and adds support for:</p> <ul> -<li>Node subsets and sub clusters (table data distributed in a portion of nodes)</li> -<li>Cluster node management with SQL and catalog extensions</li> -<li>Dynamic reload of pool connection information</li> -<li>Window functions</li> -<li>SELECT INTO/CREATE TABLE AS</li> -<li>INSERT SELECT complete support</li> -<li>DML remote planning (partial expression push-down)</li> -<li>DEFAULT values (non-shippable expressions: volatile functions, etc.)</li> -<li>GTM Standby synchronous, asynchronous recovery</li> +<li>Fast query shipping (FQS)</li> +<li>SERIAL</li> +<li>TABLESPACE</li> +<li>Utility to clean up 2PC transactions in cluster (pgxc_clean)</li> +<li>Utility for initialization of GTM (initgtm)</li> +<li>Relation-size functions</li> +<li>Regression stabilization</li> </ul> -<p>However there are some limitations please refer to <a href="https://sourceforge.net/projects/postgres-xc/files/Version_0.9.7/PG-XC_SQL_Limitations_v0_9_7.pdf/download" target="_blank"> -SQL Limitations </a> document for further details. -</p> -<p>In the next months, we will expand on overall stabilization of Postgres-XC, mainly bug fix and regression diff fix. TABLESPACE, TRIGGER and cluster bootstrap will be additional release guidelines.</p> +<p>Currently in beta1 state, the next effort to a stable version will be stabilization and bug fix.</p> <!-- ==== Planned feature === --> <h3> Upcoming Releases and Features @@ -80,26 +74,37 @@ Driver support (ECPG, JDBC, PHP, etc.)<br> Forward Cursor (w/o <code>ORDER BY</code>)<br> subqueries<br> </p> --> - + +<h4>Next release 1.0.0</h4> +<ul> +<li>Fast query shipping (FQS)</li> +<li>SERIAL</li> +<li>TABLESPACE</li> +<li>Utility to clean up 2PC transactions in cluster (pgxc_clean)</li> +<li>Utility for initialization of GTM (initgtm)</li> +<li>Relation-size functions</li> +<li>Regression stabilization and diff cleanup</li> +<li>Stable regressions</li> +</ul> + <h4> -Next release V??? (April 2012) +Next release V1.1 (October 2012) </h4> <p class="inner"> <ul> -<li>SERIAL</li> -<li>TABLESPACE</li> -<li>TRIGGER</li> -<li>Regression stabilization</li> -<li>Relation-size functions</li> -<li>Fast query shipping</li> +<li>Data redistribution</li> +<li>Tuple relocation (distribute key update)</li> +<li>Online server addition and removal</li> <li>Cluster bootstrap</li> +<li>Rules</li> +<li>Triggers</li> </ul> </p> -<!-- === Beyond Version 1.0 === ---> +<!-- === Beyond Version 1.1 === ---> <h4> -Beyond 1.0 +Beyond 1.1 </h4> <p class="inner"> @@ -110,8 +115,6 @@ Beyond 1.0 <li>Savepoint</li> <li>Batch, statement pushdown</li> <li>Global constraints</li> -<li>Tuple relocation (distribute key update)</li> -<li>Node addition/deletion</li> </ul> </p> ----------------------------------------------------------------------- Summary of changes: download.html | 50 +++++++++++++++++++++++++++++++++++++++++++-- events.html | 9 ++++--- roadmap.html | 61 +++++++++++++++++++++++++++++--------------------------- 3 files changed, 84 insertions(+), 36 deletions(-) hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2012-04-10 01:17:12
|
Project "Postgres-XC". The branch, master has been updated via debcaf7d7a6dc6eaf120cc11573709d81d3ec3ca (commit) via f573a5d2be227f2c2849a583a9a28b2a6edb7d72 (commit) from 79efd8faf958947b1509e814b4dc87faae28706e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=debcaf7d7a6dc6eaf120cc11573709d81d3ec3ca commit debcaf7d7a6dc6eaf120cc11573709d81d3ec3ca Author: Michael P <mi...@ot...> Date: Tue Apr 10 10:21:06 2012 +0900 Stamp HEAD as 1.0beta1. M configure M configure.in M doc-xc/bug.template M doc-xc/src/sgml/Makefile M doc-xc/src/sgml/version.sgmlin M src/include/pg_config.h.win32 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f573a5d2be227f2c2849a583a9a28b2a6edb7d72 commit debcaf7d7a6dc6eaf120cc11573709d81d3ec3ca Author: Michael P <mi...@ot...> Date: Tue Apr 10 10:21:06 2012 +0900 Stamp HEAD as 1.0beta1. M configure M configure.in M doc-xc/bug.template M doc-xc/src/sgml/Makefile M doc-xc/src/sgml/version.sgmlin M src/include/pg_config.h.win32 ----------------------------------------------------------------------- Summary of changes: configure | 20 ++++++++++---------- configure.in | 2 +- doc-xc/bug.template | 2 +- doc-xc/src/sgml/Makefile | 2 +- doc-xc/src/sgml/version.sgmlin | 2 +- src/backend/parser/parse_expr.c | 6 ++++++ src/include/pg_config.h.win32 | 4 ++-- 7 files changed, 22 insertions(+), 16 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-10 01:04:19
|
Project "Postgres-XC". The branch, master has been updated via 79efd8faf958947b1509e814b4dc87faae28706e (commit) from ce001733b43f9e76e6554ffea21fb35385e34db4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=79efd8faf958947b1509e814b4dc87faae28706e commit 79efd8faf958947b1509e814b4dc87faae28706e Author: Michael P <mi...@ot...> Date: Tue Apr 10 10:06:29 2012 +0900 Addition of integer node identifier as part of tuple information This mechanism permits to identify uniquely a tuple fetched from Datanode on Coordinator by adding to the tuple information a field called xc_node_id which is used as a unique node integer identifier. This node ID is calculated at node creation and added in tuple information as a kind of extension of ctid. It can be used in internal XC mechanisms. This commit also includes a fix for round robin tables using remote update and delete plans. This was an old issue that remained in the test xc_remote but there was no way until now to identify the node origin of a tuple with a method which is tuple-based. Original feature is from Abbas. The fix regarding round robin tables is from me. I also did some cleanup and documentation addition on the new column of pgxc_node. M contrib/hstore/hstore_io.c M doc-xc/src/sgml/catalogs.sgmlin M src/backend/access/common/heaptuple.c M src/backend/access/heap/heapam.c M src/backend/access/heap/tuptoaster.c M src/backend/access/index/indexam.c M src/backend/catalog/catalog.c M src/backend/catalog/genbki.pl M src/backend/catalog/heap.c M src/backend/commands/trigger.c M src/backend/executor/execMain.c M src/backend/executor/execQual.c M src/backend/executor/nodeForeignscan.c M src/backend/executor/nodeModifyTable.c M src/backend/executor/spi.c M src/backend/optimizer/plan/createplan.c M src/backend/pgxc/locator/locator.c M src/backend/pgxc/nodemgr/nodemgr.c M src/backend/postmaster/postmaster.c M src/backend/rewrite/rewriteHandler.c M src/backend/utils/adt/rowtypes.c M src/backend/utils/adt/selfuncs.c M src/backend/utils/cache/lsyscache.c M src/backend/utils/cache/syscache.c M src/backend/utils/mmgr/portalmem.c M src/backend/utils/sort/tuplesort.c M src/bin/pg_dump/pg_dump.c M src/include/access/htup.h M src/include/access/sysattr.h M src/include/catalog/indexing.h M src/include/catalog/pgxc_node.h M src/include/pgxc/locator.h M src/include/pgxc/pgxc.h M src/include/utils/lsyscache.h M src/include/utils/syscache.h M src/pl/plpgsql/src/pl_exec.c A src/test/regress/expected/xc_misc.out M src/test/regress/expected/xc_node.out M src/test/regress/expected/xc_remote.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule A src/test/regress/sql/xc_misc.sql M src/test/regress/sql/xc_node.sql M src/test/regress/sql/xc_remote.sql ----------------------------------------------------------------------- Summary of changes: contrib/hstore/hstore_io.c | 6 ++ doc-xc/src/sgml/catalogs.sgmlin | 9 +++ src/backend/access/common/heaptuple.c | 23 +++++++ src/backend/access/heap/heapam.c | 25 ++++++++ src/backend/access/heap/tuptoaster.c | 7 ++ src/backend/access/index/indexam.c | 8 +++ src/backend/catalog/catalog.c | 1 + src/backend/catalog/genbki.pl | 3 + src/backend/catalog/heap.c | 17 +++++ src/backend/commands/trigger.c | 6 ++ src/backend/executor/execMain.c | 3 + src/backend/executor/execQual.c | 9 +++ src/backend/executor/nodeForeignscan.c | 8 +++ src/backend/executor/nodeModifyTable.c | 9 +++ src/backend/executor/spi.c | 4 + src/backend/optimizer/plan/createplan.c | 23 ++++--- src/backend/pgxc/locator/locator.c | 14 ++++- src/backend/pgxc/nodemgr/nodemgr.c | 82 ++++++++++++++++++++++++ src/backend/postmaster/postmaster.c | 6 ++ src/backend/rewrite/rewriteHandler.c | 38 +++++++++-- src/backend/utils/adt/rowtypes.c | 18 ++++++ src/backend/utils/adt/selfuncs.c | 5 ++ src/backend/utils/cache/lsyscache.c | 28 ++++++++- src/backend/utils/cache/syscache.c | 11 +++ src/backend/utils/mmgr/portalmem.c | 18 ++++++ src/backend/utils/sort/tuplesort.c | 4 + src/bin/pg_dump/pg_dump.c | 4 + src/include/access/htup.h | 3 + src/include/access/sysattr.h | 6 ++ src/include/catalog/indexing.h | 5 +- src/include/catalog/pgxc_node.h | 8 ++- src/include/pgxc/locator.h | 1 + src/include/pgxc/pgxc.h | 1 + src/include/utils/lsyscache.h | 1 + src/include/utils/syscache.h | 1 + src/pl/plpgsql/src/pl_exec.c | 9 +++ src/test/regress/expected/xc_misc.out | 103 +++++++++++++++++++++++++++++++ src/test/regress/expected/xc_node.out | 9 +++ src/test/regress/expected/xc_remote.out | 63 ++++++++++++++----- src/test/regress/parallel_schedule | 1 + src/test/regress/serial_schedule | 2 + src/test/regress/sql/xc_misc.sql | 74 ++++++++++++++++++++++ src/test/regress/sql/xc_node.sql | 3 + src/test/regress/sql/xc_remote.sql | 31 ++++----- 44 files changed, 656 insertions(+), 54 deletions(-) create mode 100644 src/test/regress/expected/xc_misc.out create mode 100644 src/test/regress/sql/xc_misc.sql hooks/post-receive -- Postgres-XC |