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 |