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
(2) |
3
(2) |
4
(2) |
5
|
6
(4) |
7
|
8
|
9
(2) |
10
(1) |
11
(3) |
12
(10) |
13
(2) |
14
|
15
|
16
|
17
(2) |
18
(3) |
19
|
20
|
21
|
22
|
23
(3) |
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Michael P. <mic...@us...> - 2012-07-09 00:56:20
|
Project "Postgres-XC". The branch, master has been updated via cc12ea8e67c46f9782804105915dcc90725a1f66 (commit) from 7cda4f342bd3b9bff628685a2d77505e266295e2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc12ea8e67c46f9782804105915dcc90725a1f66 commit cc12ea8e67c46f9782804105915dcc90725a1f66 Author: Michael Paquier <mi...@ot...> Date: Mon Jul 9 09:40:37 2012 +0900 Fix for bug 3540784: Incorrect COPY for partially distributed tables When a table was distributed on a portion of nodes. COPY process was not correctly choosing the output node during a COPY TO. This problem has been put into light by a case where table was replicated without using the first datanode of the cluster. It happened that there was the same problem for hash/modulo tables as well. A test case in xc_copy has been added to cover this problem, and a small portion managing COPY TO in execRemote.c has been cleaned. M src/backend/pgxc/locator/locator.c M src/backend/pgxc/pool/execRemote.c M src/test/regress/input/xc_copy.source M src/test/regress/output/xc_copy.source ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/locator/locator.c | 4 +- src/backend/pgxc/pool/execRemote.c | 46 ++++++++++++++++---------------- src/test/regress/input/xc_copy.source | 14 +++++++++ src/test/regress/output/xc_copy.source | 19 +++++++++++++ 4 files changed, 58 insertions(+), 25 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-09 00:56:14
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 6ddea3c558a05f92ad66728d8aa5ba4b284dc9ed (commit) from e0150559e02960713e9b7a80e285fd3f87de1e95 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6ddea3c558a05f92ad66728d8aa5ba4b284dc9ed commit cc12ea8e67c46f9782804105915dcc90725a1f66 Author: Michael Paquier <mi...@ot...> Date: Mon Jul 9 09:40:37 2012 +0900 Fix for bug 3540784: Incorrect COPY for partially distributed tables When a table was distributed on a portion of nodes. COPY process was not correctly choosing the output node during a COPY TO. This problem has been put into light by a case where table was replicated without using the first datanode of the cluster. It happened that there was the same problem for hash/modulo tables as well. A test case in xc_copy has been added to cover this problem, and a small portion managing COPY TO in execRemote.c has been cleaned. M src/backend/pgxc/locator/locator.c M src/backend/pgxc/pool/execRemote.c M src/test/regress/input/xc_copy.source M src/test/regress/output/xc_copy.source ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/locator/locator.c | 4 +- src/backend/pgxc/pool/execRemote.c | 46 +++++++++++++------------- src/test/regress/input/xc_copy.source | 49 +++++++++++++++++++++++++++++ src/test/regress/output/xc_copy.source | 54 ++++++++++++++++++++++++++++++++ 4 files changed, 128 insertions(+), 25 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2012-07-06 06:16:36
|
Hi Michael, Thanks for that change. create_table_node isn't a good name though. We are not creating any table node (there is no such thing). It should have been xc_create_table() or create_table_on_nodes() or something more appropriate. On Fri, Jul 6, 2012 at 11:21 AM, Michael Paquier < mic...@us...> wrote: > Project "Postgres-XC". > > The branch, master has been updated > via 249129ee4d405c35c12e911b993eae2a19ba767a (commit) > from 7c113772a540cc2282ecca031cea953f53f0fe88 (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=249129ee4d405c35c12e911b993eae2a19ba767a > > commit 249129ee4d405c35c12e911b993eae2a19ba767a > Author: Michael Paquier <mi...@ot...> > Date: Fri Jul 6 14:52:17 2012 +0900 > > Refactor regression tests xc_misc, xc_FQS and xc_FQS_join > > Those tests are using a similar PL/PGSQL function to create tables with > a node list, being transparent on the cluster structure. This function > was created 3 times. Now this function is created in another test > called xc_create_function launched before all the others. > A table name conflict has been resolved in xc_misc to allow this test > to run in parallel with the other XC-related tests. > > M src/test/regress/expected/xc_FQS.out > M src/test/regress/expected/xc_FQS_join.out > A src/test/regress/expected/xc_create_function.out > M src/test/regress/expected/xc_misc.out > M src/test/regress/parallel_schedule > M src/test/regress/serial_schedule > M src/test/regress/sql/xc_FQS.sql > M src/test/regress/sql/xc_FQS_join.sql > A src/test/regress/sql/xc_create_function.sql > M src/test/regress/sql/xc_misc.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/expected/xc_FQS.out | 64 ++++------------ > src/test/regress/expected/xc_FQS_join.out | 86 > ++++++---------------- > src/test/regress/expected/xc_create_function.out | 44 +++++++++++ > src/test/regress/expected/xc_misc.out | 57 +++----------- > src/test/regress/parallel_schedule | 14 ++- > src/test/regress/serial_schedule | 1 + > src/test/regress/sql/xc_FQS.sql | 50 ++----------- > src/test/regress/sql/xc_FQS_join.sql | 60 +++------------ > src/test/regress/sql/xc_create_function.sql | 45 +++++++++++ > src/test/regress/sql/xc_misc.sql | 54 +++----------- > 10 files changed, 180 insertions(+), 295 deletions(-) > create mode 100644 src/test/regress/expected/xc_create_function.out > create mode 100644 src/test/regress/sql/xc_create_function.sql > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > 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-07-06 06:02:37
|
Project "Postgres-XC". The branch, master has been updated via 7cda4f342bd3b9bff628685a2d77505e266295e2 (commit) from 249129ee4d405c35c12e911b993eae2a19ba767a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7cda4f342bd3b9bff628685a2d77505e266295e2 commit 7cda4f342bd3b9bff628685a2d77505e266295e2 Author: Michael Paquier <mi...@ot...> Date: Fri Jul 6 15:04:27 2012 +0900 Remove duplicated define IsLocatorReplicated in locator.h M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/include/pgxc/locator.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-06 06:02:32
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via e0150559e02960713e9b7a80e285fd3f87de1e95 (commit) from 657b064b9cc5288a6ce593f5fbc2eb749c50cc70 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e0150559e02960713e9b7a80e285fd3f87de1e95 commit 7cda4f342bd3b9bff628685a2d77505e266295e2 Author: Michael Paquier <mi...@ot...> Date: Fri Jul 6 15:04:27 2012 +0900 Remove duplicated define IsLocatorReplicated in locator.h M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/include/pgxc/locator.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-06 05:52:17
|
Project "Postgres-XC". The branch, master has been updated via 249129ee4d405c35c12e911b993eae2a19ba767a (commit) from 7c113772a540cc2282ecca031cea953f53f0fe88 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=249129ee4d405c35c12e911b993eae2a19ba767a commit 249129ee4d405c35c12e911b993eae2a19ba767a Author: Michael Paquier <mi...@ot...> Date: Fri Jul 6 14:52:17 2012 +0900 Refactor regression tests xc_misc, xc_FQS and xc_FQS_join Those tests are using a similar PL/PGSQL function to create tables with a node list, being transparent on the cluster structure. This function was created 3 times. Now this function is created in another test called xc_create_function launched before all the others. A table name conflict has been resolved in xc_misc to allow this test to run in parallel with the other XC-related tests. M src/test/regress/expected/xc_FQS.out M src/test/regress/expected/xc_FQS_join.out A src/test/regress/expected/xc_create_function.out M src/test/regress/expected/xc_misc.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule M src/test/regress/sql/xc_FQS.sql M src/test/regress/sql/xc_FQS_join.sql A src/test/regress/sql/xc_create_function.sql M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_FQS.out | 64 ++++------------ src/test/regress/expected/xc_FQS_join.out | 86 ++++++---------------- src/test/regress/expected/xc_create_function.out | 44 +++++++++++ src/test/regress/expected/xc_misc.out | 57 +++----------- src/test/regress/parallel_schedule | 14 ++- src/test/regress/serial_schedule | 1 + src/test/regress/sql/xc_FQS.sql | 50 ++----------- src/test/regress/sql/xc_FQS_join.sql | 60 +++------------ src/test/regress/sql/xc_create_function.sql | 45 +++++++++++ src/test/regress/sql/xc_misc.sql | 54 +++----------- 10 files changed, 180 insertions(+), 295 deletions(-) create mode 100644 src/test/regress/expected/xc_create_function.out create mode 100644 src/test/regress/sql/xc_create_function.sql hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-04 04:57:01
|
Project "Postgres-XC". The branch, master has been updated via 7c113772a540cc2282ecca031cea953f53f0fe88 (commit) from 4b4722fa21e660511673b00956a35140db0f2c7f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7c113772a540cc2282ecca031cea953f53f0fe88 commit 7c113772a540cc2282ecca031cea953f53f0fe88 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 4 13:59:10 2012 +0900 Activate gtm_ctl status gtm_ctl can control the status of a GTM server like pg_ctl does with PostgreSQL instances (in the case of XC Coordinator and Datanode). Noticed by Koichi Suzuki, formatting of status output to get something consistent with pg_ctl and clean up by me. M src/gtm/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 38 ++++++++++++++++---------------------- 1 files changed, 16 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-04 04:56:55
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 657b064b9cc5288a6ce593f5fbc2eb749c50cc70 (commit) from 1762b2a7cbf7dd1fca7cc633018ff0211fd6066a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=657b064b9cc5288a6ce593f5fbc2eb749c50cc70 commit 7c113772a540cc2282ecca031cea953f53f0fe88 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 4 13:59:10 2012 +0900 Activate gtm_ctl status gtm_ctl can control the status of a GTM server like pg_ctl does with PostgreSQL instances (in the case of XC Coordinator and Datanode). Noticed by Koichi Suzuki, formatting of status output to get something consistent with pg_ctl and clean up by me. M src/gtm/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 38 ++++++++++++++++---------------------- 1 files changed, 16 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-03 02:15:27
|
Project "Postgres-XC". The branch, master has been updated via 4b4722fa21e660511673b00956a35140db0f2c7f (commit) from 8ba4a7c4a424c097f8c372cbdff955735632c0de (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4b4722fa21e660511673b00956a35140db0f2c7f commit 4b4722fa21e660511673b00956a35140db0f2c7f Author: Michael Paquier <mi...@ot...> Date: Tue Jul 3 11:12:58 2012 +0900 Correct headers and copyrights in some XC-related .h and .c files Some headers were missing, some did not follow PostgreSQL format. M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/xc_maintenance_mode/xc_maintenance_mode.c M src/include/pgxc/barrier.h M src/include/pgxc/execRemote.h M src/include/pgxc/groupmgr.h M src/include/pgxc/locator.h M src/include/pgxc/nodemgr.h M src/include/pgxc/pgxc.h M src/include/pgxc/pgxcnode.h M src/include/pgxc/planner.h M src/include/pgxc/poolcomm.h M src/include/pgxc/poolmgr.h M src/include/pgxc/poolutils.h M src/include/pgxc/postgresql_fdw.h M src/include/pgxc/xc_maintenance_mode.h ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 8 ++++---- .../pgxc/xc_maintenance_mode/xc_maintenance_mode.c | 14 +++++++++++++- src/include/pgxc/barrier.h | 5 ++--- src/include/pgxc/execRemote.h | 9 +++------ src/include/pgxc/groupmgr.h | 5 +---- src/include/pgxc/locator.h | 4 +--- src/include/pgxc/nodemgr.h | 5 +---- src/include/pgxc/pgxc.h | 7 +++---- src/include/pgxc/pgxcnode.h | 5 ++--- src/include/pgxc/planner.h | 5 ++--- src/include/pgxc/poolcomm.h | 5 ++--- src/include/pgxc/poolmgr.h | 5 ++--- src/include/pgxc/poolutils.h | 5 ++--- src/include/pgxc/postgresql_fdw.h | 6 +++--- src/include/pgxc/xc_maintenance_mode.h | 13 +++++++++++++ 15 files changed, 54 insertions(+), 47 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-03 02:15:23
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 1762b2a7cbf7dd1fca7cc633018ff0211fd6066a (commit) from 49bc5b84e3004a8fbcf83ce66c6d231a19e4977d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1762b2a7cbf7dd1fca7cc633018ff0211fd6066a commit 4b4722fa21e660511673b00956a35140db0f2c7f Author: Michael Paquier <mi...@ot...> Date: Tue Jul 3 11:12:58 2012 +0900 Correct headers and copyrights in some XC-related .h and .c files Some headers were missing, some did not follow PostgreSQL format. M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/xc_maintenance_mode/xc_maintenance_mode.c M src/include/pgxc/barrier.h M src/include/pgxc/execRemote.h M src/include/pgxc/groupmgr.h M src/include/pgxc/locator.h M src/include/pgxc/nodemgr.h M src/include/pgxc/pgxc.h M src/include/pgxc/pgxcnode.h M src/include/pgxc/planner.h M src/include/pgxc/poolcomm.h M src/include/pgxc/poolmgr.h M src/include/pgxc/poolutils.h M src/include/pgxc/postgresql_fdw.h M src/include/pgxc/xc_maintenance_mode.h ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 6 +++--- .../pgxc/xc_maintenance_mode/xc_maintenance_mode.c | 14 +++++++++++++- src/include/pgxc/barrier.h | 5 ++--- src/include/pgxc/execRemote.h | 9 +++------ src/include/pgxc/groupmgr.h | 5 +---- src/include/pgxc/locator.h | 4 +--- src/include/pgxc/nodemgr.h | 5 +---- src/include/pgxc/pgxc.h | 7 +++---- src/include/pgxc/pgxcnode.h | 5 ++--- src/include/pgxc/planner.h | 5 ++--- src/include/pgxc/poolcomm.h | 5 ++--- src/include/pgxc/poolmgr.h | 5 ++--- src/include/pgxc/poolutils.h | 5 ++--- src/include/pgxc/postgresql_fdw.h | 6 +++--- src/include/pgxc/xc_maintenance_mode.h | 13 +++++++++++++ 15 files changed, 53 insertions(+), 46 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-02 23:45:26
|
Project "Postgres-XC". The branch, master has been updated via 8ba4a7c4a424c097f8c372cbdff955735632c0de (commit) from 0b7f51d36adb7c3daf2a52883a6d89caae32e838 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8ba4a7c4a424c097f8c372cbdff955735632c0de commit 8ba4a7c4a424c097f8c372cbdff955735632c0de Author: Michael Paquier <mi...@ot...> Date: Tue Jul 3 08:46:07 2012 +0900 Clean up docs for HAVING, WITH and window functions They were referenced in XC documentation as not supported what is wrong, as they are supported at the same level as PostgreSQL. M doc-xc/src/sgml/advanced.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/queries.sgmlin M doc-xc/src/sgml/ref/select.sgmlin M doc-xc/src/sgml/syntax.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/advanced.sgmlin | 3 - doc-xc/src/sgml/func.sgmlin | 92 +------------------------ doc-xc/src/sgml/queries.sgmlin | 137 +------------------------------------ doc-xc/src/sgml/ref/select.sgmlin | 115 ------------------------------- doc-xc/src/sgml/syntax.sgmlin | 5 -- 5 files changed, 2 insertions(+), 350 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-02 23:45:22
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 49bc5b84e3004a8fbcf83ce66c6d231a19e4977d (commit) from 6d0c123222898cddbcb10021f00625d27973a840 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=49bc5b84e3004a8fbcf83ce66c6d231a19e4977d commit 8ba4a7c4a424c097f8c372cbdff955735632c0de Author: Michael Paquier <mi...@ot...> Date: Tue Jul 3 08:46:07 2012 +0900 Clean up docs for HAVING, WITH and window functions They were referenced in XC documentation as not supported what is wrong, as they are supported at the same level as PostgreSQL. M doc-xc/src/sgml/advanced.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/queries.sgmlin M doc-xc/src/sgml/ref/select.sgmlin M doc-xc/src/sgml/syntax.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/advanced.sgmlin | 3 - doc-xc/src/sgml/func.sgmlin | 92 +------------------------ doc-xc/src/sgml/queries.sgmlin | 137 +------------------------------------ doc-xc/src/sgml/ref/select.sgmlin | 115 ------------------------------- doc-xc/src/sgml/syntax.sgmlin | 5 -- 5 files changed, 2 insertions(+), 350 deletions(-) hooks/post-receive -- Postgres-XC |