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
|
3
|
4
(16) |
5
(4) |
6
(2) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(1) |
19
|
20
(7) |
21
|
22
|
23
|
24
(5) |
25
|
26
|
27
|
28
(7) |
29
|
30
|
31
|
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2014-03-28 09:50:08
|
Project "Postgres-XC". The branch, master has been updated via e80ae7b5bfffcae1b43e206bab903d432b00d659 (commit) from bac0b461699111f023647817b865bcd739dcfe30 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e80ae7b5bfffcae1b43e206bab903d432b00d659 commit e80ae7b5bfffcae1b43e206bab903d432b00d659 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:48:45 2014 +0900 Fixes incorrest nodePing() return value evaluation when initializing a coordinator slave. M contrib/pgxc_ctl/coord_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-28 09:50:06
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via add83f1e92f837cd0243611d6addfe4b0d18e222 (commit) from 8c10dbca4fcbfa60e85eaea48357c3727bd5f6ec (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=add83f1e92f837cd0243611d6addfe4b0d18e222 commit e80ae7b5bfffcae1b43e206bab903d432b00d659 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:48:45 2014 +0900 Fixes incorrest nodePing() return value evaluation when initializing a coordinator slave. M contrib/pgxc_ctl/coord_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-28 09:45:31
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via bbe5f08c711be586542d378aec20a974ba9aa38e (commit) from 00afe247d1439615079bc7ba2a6009a4789b40a9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bbe5f08c711be586542d378aec20a974ba9aa38e commit bac0b461699111f023647817b865bcd739dcfe30 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:26:00 2014 +0900 Improves pgxc_ctl behavior to 1) When issuing pg_ctl start. Added -w option for better synchronization. 2) At pinging coordinator/datanode, when ping does not detect the node, retries three times with 100 millisecond interval just in case. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/utils.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 12 ++++++------ contrib/pgxc_ctl/datanode_cmd.c | 10 +++++----- contrib/pgxc_ctl/utils.c | 36 ++++++++++++++++++++++++++++++------ 3 files changed, 41 insertions(+), 17 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-28 09:29:20
|
Project "Postgres-XC". The branch, master has been updated via bac0b461699111f023647817b865bcd739dcfe30 (commit) via 6f57d03c64b4d2a91a08621392fde1c82294d37b (commit) from 11637f5333c0c3f75c24c6aa60ea3f7db8024b65 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bac0b461699111f023647817b865bcd739dcfe30 commit bac0b461699111f023647817b865bcd739dcfe30 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:26:00 2014 +0900 Improves pgxc_ctl behavior to 1) When issuing pg_ctl start. Added -w option for better synchronization. 2) At pinging coordinator/datanode, when ping does not detect the node, retries three times with 100 millisecond interval just in case. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/utils.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6f57d03c64b4d2a91a08621392fde1c82294d37b commit bac0b461699111f023647817b865bcd739dcfe30 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:26:00 2014 +0900 Improves pgxc_ctl behavior to 1) When issuing pg_ctl start. Added -w option for better synchronization. 2) At pinging coordinator/datanode, when ping does not detect the node, retries three times with 100 millisecond interval just in case. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/utils.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 14 +++++++------- contrib/pgxc_ctl/datanode_cmd.c | 10 +++++----- contrib/pgxc_ctl/utils.c | 36 ++++++++++++++++++++++++++++++------ src/include/nodes/nodes.h | 14 +++++++------- 4 files changed, 49 insertions(+), 25 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-28 09:29:17
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 8c10dbca4fcbfa60e85eaea48357c3727bd5f6ec (commit) via b0d60cfa7952568bdced43fa093b5c1850766a3d (commit) from 0e66c1be4399685b9376cdd33ed1d6d0568854f5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c10dbca4fcbfa60e85eaea48357c3727bd5f6ec commit bac0b461699111f023647817b865bcd739dcfe30 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:26:00 2014 +0900 Improves pgxc_ctl behavior to 1) When issuing pg_ctl start. Added -w option for better synchronization. 2) At pinging coordinator/datanode, when ping does not detect the node, retries three times with 100 millisecond interval just in case. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/utils.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b0d60cfa7952568bdced43fa093b5c1850766a3d commit bac0b461699111f023647817b865bcd739dcfe30 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 18:26:00 2014 +0900 Improves pgxc_ctl behavior to 1) When issuing pg_ctl start. Added -w option for better synchronization. 2) At pinging coordinator/datanode, when ping does not detect the node, retries three times with 100 millisecond interval just in case. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/utils.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 14 +++++++------- contrib/pgxc_ctl/datanode_cmd.c | 10 +++++----- contrib/pgxc_ctl/utils.c | 36 ++++++++++++++++++++++++++++++------ src/include/nodes/nodes.h | 14 +++++++------- 4 files changed, 49 insertions(+), 25 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-28 02:26:20
|
Project "Postgres-XC". The branch, master has been updated via 11637f5333c0c3f75c24c6aa60ea3f7db8024b65 (commit) from fac6a27cee230dcdc01033c1c475bb18217361a5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=11637f5333c0c3f75c24c6aa60ea3f7db8024b65 commit 11637f5333c0c3f75c24c6aa60ea3f7db8024b65 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 11:24:18 2014 +0900 This fixes coordinator planner to geenrate operator to go to datanodes. Submitted by Abbas But. M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/include/optimizer/pgxcplan.h ----------------------------------------------------------------------- Summary of changes: src/backend/nodes/copyfuncs.c | 3 ++- src/backend/nodes/outfuncs.c | 3 ++- src/backend/optimizer/plan/pgxcplan.c | 12 ++++++++++++ src/backend/pgxc/pool/execRemote.c | 15 +++++++++++++-- src/include/optimizer/pgxcplan.h | 12 ++++++++++++ 5 files changed, 41 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-28 02:26:18
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 0e66c1be4399685b9376cdd33ed1d6d0568854f5 (commit) from 260bcae67af8f0c84669eba1fb77db77a307ee69 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0e66c1be4399685b9376cdd33ed1d6d0568854f5 commit 11637f5333c0c3f75c24c6aa60ea3f7db8024b65 Author: Koichi Suzuki <koi...@gm...> Date: Fri Mar 28 11:24:18 2014 +0900 This fixes coordinator planner to geenrate operator to go to datanodes. Submitted by Abbas But. M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/include/optimizer/pgxcplan.h ----------------------------------------------------------------------- Summary of changes: src/backend/nodes/copyfuncs.c | 3 ++- src/backend/nodes/outfuncs.c | 3 ++- src/backend/optimizer/plan/pgxcplan.c | 12 ++++++++++++ src/backend/pgxc/pool/execRemote.c | 15 +++++++++++++-- src/include/optimizer/pgxcplan.h | 12 ++++++++++++ 5 files changed, 41 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-24 14:59:08
|
Project "Postgres-XC". The tag, XC1_2_0_PG9_3 has been created at 260bcae67af8f0c84669eba1fb77db77a307ee69 (commit) - Log ----------------------------------------------------------------- commit 260bcae67af8f0c84669eba1fb77db77a307ee69 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 24 23:09:33 2014 +0900 For 1.2 release. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-24 14:10:03
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 260bcae67af8f0c84669eba1fb77db77a307ee69 (commit) from 3b6c45affe8cc7a805de8c256c9027f66025f447 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=260bcae67af8f0c84669eba1fb77db77a307ee69 commit fac6a27cee230dcdc01033c1c475bb18217361a5 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 24 22:11:52 2014 +0900 This is a tentative fix for pgxc_ctl to deal with the following failure in the current Postgres-XC. 1) pg_basebackup does not work with coordinator. 2) ALTER NODE tries to connect to the pooler, which should not happen. Both was caused by unnecessary call to the pooler. This fix will be provided in the separate patch. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: configure | 20 ++++---- configure.in | 2 +- doc-xc/src/sgml/Makefile | 2 +- doc-xc/src/sgml/ref/create_table.sgmlin | 6 +++ doc-xc/src/sgml/release-xc-1.2.sgmlin | 72 ++++++++++++++++++++++++++++++- 5 files changed, 88 insertions(+), 14 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-24 13:27:23
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 3b6c45affe8cc7a805de8c256c9027f66025f447 (commit) from bb80198edaa81397dec9bb3407cf3ef9f3a42489 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3b6c45affe8cc7a805de8c256c9027f66025f447 commit fac6a27cee230dcdc01033c1c475bb18217361a5 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 24 22:11:52 2014 +0900 This is a tentative fix for pgxc_ctl to deal with the following failure in the current Postgres-XC. 1) pg_basebackup does not work with coordinator. 2) ALTER NODE tries to connect to the pooler, which should not happen. Both was caused by unnecessary call to the pooler. This fix will be provided in the separate patch. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 177 +++++++++++++++++++++++++++++++++++---- contrib/pgxc_ctl/datanode_cmd.c | 8 ++- 2 files changed, 168 insertions(+), 17 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-24 13:26:53
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via bb80198edaa81397dec9bb3407cf3ef9f3a42489 (commit) from 5c708565de82141272f539d589952c1b1b01ffb0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bb80198edaa81397dec9bb3407cf3ef9f3a42489 commit fac6a27cee230dcdc01033c1c475bb18217361a5 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 24 22:11:52 2014 +0900 This is a tentative fix for pgxc_ctl to deal with the following failure in the current Postgres-XC. 1) pg_basebackup does not work with coordinator. 2) ALTER NODE tries to connect to the pooler, which should not happen. Both was caused by unnecessary call to the pooler. This fix will be provided in the separate patch. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 6 ++++++ src/backend/pgxc/pool/execRemote.c | 6 ++++++ src/backend/utils/misc/guc.c | 10 ++++++++++ src/include/pgxc/execRemote.h | 1 + src/test/regress/expected/xc_misc.out | 25 ++++++++++++++++++++++++- src/test/regress/pg_regress.c | 18 ++++++++++++++++++ src/test/regress/sql/xc_misc.sql | 28 +++++++++++++++++++++++++++- 7 files changed, 92 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-24 13:25:58
|
Project "Postgres-XC". The branch, master has been updated via fac6a27cee230dcdc01033c1c475bb18217361a5 (commit) from 2c0d2fd6931a26b7ba3ffe0cb5af78560152dd8e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fac6a27cee230dcdc01033c1c475bb18217361a5 commit fac6a27cee230dcdc01033c1c475bb18217361a5 Author: Koichi Suzuki <koi...@gm...> Date: Mon Mar 24 22:11:52 2014 +0900 This is a tentative fix for pgxc_ctl to deal with the following failure in the current Postgres-XC. 1) pg_basebackup does not work with coordinator. 2) ALTER NODE tries to connect to the pooler, which should not happen. Both was caused by unnecessary call to the pooler. This fix will be provided in the separate patch. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 177 +++++++++++++++++++++++++++++++++++---- contrib/pgxc_ctl/datanode_cmd.c | 8 ++- 2 files changed, 168 insertions(+), 17 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-20 09:36:39
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 5c708565de82141272f539d589952c1b1b01ffb0 (commit) from a55ef1d31e4ebfc3ab17a14d4f9ab583ac69eac2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5c708565de82141272f539d589952c1b1b01ffb0 commit 2c0d2fd6931a26b7ba3ffe0cb5af78560152dd8e Author: Koichi Suzuki <koi...@gm...> Date: Thu Mar 20 18:30:51 2014 +0900 Correction of pgbench -k correction commit backport. M contrib/pgbench/pgbench.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-20 09:31:45
|
Project "Postgres-XC". The branch, master has been updated via 2c0d2fd6931a26b7ba3ffe0cb5af78560152dd8e (commit) from c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2c0d2fd6931a26b7ba3ffe0cb5af78560152dd8e commit 2c0d2fd6931a26b7ba3ffe0cb5af78560152dd8e Author: Koichi Suzuki <koi...@gm...> Date: Thu Mar 20 18:30:51 2014 +0900 Correction of pgbench -k correction commit backport. M contrib/pgbench/pgbench.c ----------------------------------------------------------------------- Summary of changes: contrib/pgbench/pgbench.c | 23 ++++++++--------------- 1 files changed, 8 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-20 09:26:03
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via a55ef1d31e4ebfc3ab17a14d4f9ab583ac69eac2 (commit) from 0fb9b63c55d073b944b35731665105c5b9ab63b1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a55ef1d31e4ebfc3ab17a14d4f9ab583ac69eac2 commit c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c Author: Koichi Suzuki <koi...@gm...> Date: Thu Mar 20 17:37:04 2014 +0900 Collection of queries used with -k option. With -k option, all the tables are distributed with bid and queries should have used correct bid value. The commit correct this. Posted by Tetsuo Sakata. M contrib/pgbench/pgbench.c ----------------------------------------------------------------------- Summary of changes: contrib/pgbench/pgbench.c | 23 ++++++++--------------- 1 files changed, 8 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-20 09:00:37
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 00afe247d1439615079bc7ba2a6009a4789b40a9 (commit) from 8e158a6e08942ee98dc34c3ec529ad13d06cbfa9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=00afe247d1439615079bc7ba2a6009a4789b40a9 commit c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c Author: Koichi Suzuki <koi...@gm...> Date: Thu Mar 20 17:37:04 2014 +0900 Collection of queries used with -k option. With -k option, all the tables are distributed with bid and queries should have used correct bid value. The commit correct this. Posted by Tetsuo Sakata. M contrib/pgbench/pgbench.c ----------------------------------------------------------------------- Summary of changes: contrib/pgbench/pgbench.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-03-20 08:58:49
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 0fb9b63c55d073b944b35731665105c5b9ab63b1 (commit) from 08442576f5b8ddf7c574e4e1972dcaabf2662497 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0fb9b63c55d073b944b35731665105c5b9ab63b1 commit c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c Author: Koichi Suzuki <koi...@gm...> Date: Thu Mar 20 17:37:04 2014 +0900 Collection of queries used with -k option. With -k option, all the tables are distributed with bid and queries should have used correct bid value. The commit correct this. Posted by Tetsuo Sakata. M contrib/pgbench/pgbench.c ----------------------------------------------------------------------- Summary of changes: contrib/pgbench/pgbench.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-20 08:39:33
|
Project "Postgres-XC". The branch, master has been updated via c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c (commit) from 6f3f80b979092a808c1d84248602f3ff83976ced (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c commit c7b151411ac453f24cf7bbff17ea2dc1bb48bf9c Author: Koichi Suzuki <koi...@gm...> Date: Thu Mar 20 17:37:04 2014 +0900 Collection of queries used with -k option. With -k option, all the tables are distributed with bid and queries should have used correct bid value. The commit correct this. Posted by Tetsuo Sakata. M contrib/pgbench/pgbench.c ----------------------------------------------------------------------- Summary of changes: contrib/pgbench/pgbench.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-20 02:30:08
|
Project "Postgres-XC". The branch, master has been updated via 6f3f80b979092a808c1d84248602f3ff83976ced (commit) from 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6f3f80b979092a808c1d84248602f3ff83976ced commit 6f3f80b979092a808c1d84248602f3ff83976ced Author: SAITO Masataka <pg...@gm...> Date: Tue Mar 18 11:13:36 2014 +0900 Fix VPATH compiling issue on initgtm. M src/bin/initgtm/Makefile ----------------------------------------------------------------------- Summary of changes: src/bin/initgtm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-18 08:10:25
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 08442576f5b8ddf7c574e4e1972dcaabf2662497 (commit) from 823a5d9cdaf4e6d7a0467206a2e27cf3f4b89de4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=08442576f5b8ddf7c574e4e1972dcaabf2662497 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/bin/initgtm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-06 03:21:03
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 823a5d9cdaf4e6d7a0467206a2e27cf3f4b89de4 (commit) via 35e45dbec8cf0fb07ec94b7b8f3493e5898aa659 (commit) via 2bc05b5a8924f797b6fdc8e6eec1fd72455367ce (commit) from e5466f780b3da3e44c5b65e245417db1af822af2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=823a5d9cdaf4e6d7a0467206a2e27cf3f4b89de4 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=35e45dbec8cf0fb07ec94b7b8f3493e5898aa659 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2bc05b5a8924f797b6fdc8e6eec1fd72455367ce commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/gtm/proxy/proxy_main.c | 56 ++++++++++++++++++++++++++++++----------- src/gtm/proxy/proxy_thread.c | 45 ++++++++++++++++++++++++++++----- src/include/gtm/gtm_proxy.h | 3 ++ 3 files changed, 82 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-06 01:31:29
|
Project "Postgres-XC". The branch, master has been updated via 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a (commit) via 5d77fc85f72707a33b1a2ebe5866402d1a9b793f (commit) via 70cea0869bf21e30182731e1802bc1f0a41aae67 (commit) via 1c6f6e31880ac11b5b24245e899db8fc960b71f6 (commit) from 22fdd3506d5b3dd6a899b0e2134eb813b424c5db (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5feb1fa63d93ba40ebfdef097fde347cecdd8a3a commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5d77fc85f72707a33b1a2ebe5866402d1a9b793f commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=70cea0869bf21e30182731e1802bc1f0a41aae67 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1c6f6e31880ac11b5b24245e899db8fc960b71f6 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 4 ++- src/gtm/proxy/proxy_main.c | 56 ++++++++++++++++++++++++--------- src/gtm/proxy/proxy_thread.c | 45 ++++++++++++++++++++++---- src/include/gtm/gtm_proxy.h | 3 ++ 4 files changed, 85 insertions(+), 23 deletions(-) hooks/post-receive -- Postgres-XC |
From: Mason S. <ms...@tr...> - 2014-03-05 11:56:43
|
On Wed, Mar 5, 2014 at 3:21 AM, <ap...@us...> wrote: > Project "Postgres-XC". > > The branch, master has been updated > via 22fdd3506d5b3dd6a899b0e2134eb813b424c5db (commit) > from 1cff86ad077bcff00bc62df9027b58f4e0994a8b (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=22fdd3506d5b3dd6a899b0e2134eb813b424c5db > > commit 22fdd3506d5b3dd6a899b0e2134eb813b424c5db > Author: Koichi Suzuki <koi...@gm...> > Date: Wed Mar 5 17:18:44 2014 +0900 > > A patch to improve replicated table update/delete handling. > > This commit performs updates/deletes to replicated tables > based on either primary key or unique index under the following > conditions > > 1. The replicated table has either a primary key or a unique index > defined. > 2. The query is not changing the primary key itself. > > Otherwise ctid is used, like we were using previously. > > IMO there should be no fallback to a known dangerous code path that may corrupt your data... better to just disable... -- Mason Sharp TransLattice - http://www.translattice.com Distributed and Clustered Database Solutions |
From: <ap...@us...> - 2014-03-05 08:51:35
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 8e158a6e08942ee98dc34c3ec529ad13d06cbfa9 (commit) via cee96231e556a7c3ccb3c03a250d5bf34a306bd9 (commit) via a3053f600766a1ce98533b11b4ddbdefe8894185 (commit) from f6ffe420decdc4d45e533715361e47e739392107 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8e158a6e08942ee98dc34c3ec529ad13d06cbfa9 commit 22fdd3506d5b3dd6a899b0e2134eb813b424c5db Author: Koichi Suzuki <koi...@gm...> Date: Wed Mar 5 17:18:44 2014 +0900 A patch to improve replicated table update/delete handling. This commit performs updates/deletes to replicated tables based on either primary key or unique index under the following conditions 1. The replicated table has either a primary key or a unique index defined. 2. The query is not changing the primary key itself. Otherwise ctid is used, like we were using previously. The patch was submitted by Abbas Butt. M src/backend/executor/nodeModifyTable.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/backend/rewrite/rewriteHandler.c M src/include/optimizer/pgxcplan.h M src/include/rewrite/rewriteHandler.h M src/test/regress/expected/updatable_views.out M src/test/regress/expected/updatable_views_1.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_misc.out M src/test/regress/expected/xc_trigship.out M src/test/regress/sql/xc_misc.sql http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cee96231e556a7c3ccb3c03a250d5bf34a306bd9 commit 22fdd3506d5b3dd6a899b0e2134eb813b424c5db Author: Koichi Suzuki <koi...@gm...> Date: Wed Mar 5 17:18:44 2014 +0900 A patch to improve replicated table update/delete handling. This commit performs updates/deletes to replicated tables based on either primary key or unique index under the following conditions 1. The replicated table has either a primary key or a unique index defined. 2. The query is not changing the primary key itself. Otherwise ctid is used, like we were using previously. The patch was submitted by Abbas Butt. M src/backend/executor/nodeModifyTable.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/backend/rewrite/rewriteHandler.c M src/include/optimizer/pgxcplan.h M src/include/rewrite/rewriteHandler.h M src/test/regress/expected/updatable_views.out M src/test/regress/expected/updatable_views_1.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_misc.out M src/test/regress/expected/xc_trigship.out M src/test/regress/sql/xc_misc.sql http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a3053f600766a1ce98533b11b4ddbdefe8894185 commit 22fdd3506d5b3dd6a899b0e2134eb813b424c5db Author: Koichi Suzuki <koi...@gm...> Date: Wed Mar 5 17:18:44 2014 +0900 A patch to improve replicated table update/delete handling. This commit performs updates/deletes to replicated tables based on either primary key or unique index under the following conditions 1. The replicated table has either a primary key or a unique index defined. 2. The query is not changing the primary key itself. Otherwise ctid is used, like we were using previously. The patch was submitted by Abbas Butt. M src/backend/executor/nodeModifyTable.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/backend/rewrite/rewriteHandler.c M src/include/optimizer/pgxcplan.h M src/include/rewrite/rewriteHandler.h M src/test/regress/expected/updatable_views.out M src/test/regress/expected/updatable_views_1.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_misc.out M src/test/regress/expected/xc_trigship.out M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/gtm/proxy/proxy_main.c | 56 ++++++++++++++++++++++++++++++----------- src/gtm/proxy/proxy_thread.c | 45 ++++++++++++++++++++++++++++----- src/include/gtm/gtm_proxy.h | 3 ++ 3 files changed, 82 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-05 08:21:26
|
Project "Postgres-XC". The branch, master has been updated via 22fdd3506d5b3dd6a899b0e2134eb813b424c5db (commit) from 1cff86ad077bcff00bc62df9027b58f4e0994a8b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=22fdd3506d5b3dd6a899b0e2134eb813b424c5db commit 22fdd3506d5b3dd6a899b0e2134eb813b424c5db Author: Koichi Suzuki <koi...@gm...> Date: Wed Mar 5 17:18:44 2014 +0900 A patch to improve replicated table update/delete handling. This commit performs updates/deletes to replicated tables based on either primary key or unique index under the following conditions 1. The replicated table has either a primary key or a unique index defined. 2. The query is not changing the primary key itself. Otherwise ctid is used, like we were using previously. The patch was submitted by Abbas Butt. M src/backend/executor/nodeModifyTable.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/pgxcplan.c M src/backend/pgxc/pool/execRemote.c M src/backend/rewrite/rewriteHandler.c M src/include/optimizer/pgxcplan.h M src/include/rewrite/rewriteHandler.h M src/test/regress/expected/updatable_views.out M src/test/regress/expected/updatable_views_1.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_misc.out M src/test/regress/expected/xc_trigship.out M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/backend/executor/nodeModifyTable.c | 35 ++++- src/backend/nodes/copyfuncs.c | 1 + src/backend/nodes/outfuncs.c | 1 + src/backend/optimizer/plan/pgxcplan.c | 118 ++++++++++--- src/backend/pgxc/pool/execRemote.c | 5 - src/backend/rewrite/rewriteHandler.c | 220 ++++++++++++++++++++++- src/include/optimizer/pgxcplan.h | 5 + src/include/rewrite/rewriteHandler.h | 3 + src/test/regress/expected/updatable_views.out | 4 +- src/test/regress/expected/updatable_views_1.out | 4 +- src/test/regress/expected/xc_FQS_join.out | 8 +- src/test/regress/expected/xc_alter_table.out | 4 +- src/test/regress/expected/xc_misc.out | 186 +++++++++++++++++++ src/test/regress/expected/xc_trigship.out | 2 +- src/test/regress/sql/xc_misc.sql | 73 ++++++++ 15 files changed, 627 insertions(+), 42 deletions(-) hooks/post-receive -- Postgres-XC |