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
|
From: Koichi S. <koi...@us...> - 2014-04-02 02:20:55
|
Project "Postgres-XC". The branch, master has been updated via 4143782ec9263264ab6483e873ac2f346459648f (commit) from bb78e69a43f386f6845c05c3ae6d03fdaf489b3b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4143782ec9263264ab6483e873ac2f346459648f commit 4143782ec9263264ab6483e873ac2f346459648f Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 2 11:17:22 2014 +0900 Change pgxc_ctl to use wal_level, max_wal_senders and archive_mode GUC of the master when creating coordinator/datanode slave. Also, preserve these GUC of the master when removing the slave. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 14 +++++--------- contrib/pgxc_ctl/datanode_cmd.c | 6 ------ 2 files changed, 5 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-02 02:20:53
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via e18ac41ad814886454076e4477fb384deeb95307 (commit) from 0e0edbd9c6e60b0904aed3fad76382ed8320cbd5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e18ac41ad814886454076e4477fb384deeb95307 commit 4143782ec9263264ab6483e873ac2f346459648f Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 2 11:17:22 2014 +0900 Change pgxc_ctl to use wal_level, max_wal_senders and archive_mode GUC of the master when creating coordinator/datanode slave. Also, preserve these GUC of the master when removing the slave. M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 14 +++++--------- contrib/pgxc_ctl/datanode_cmd.c | 6 ------ 2 files changed, 5 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 10:47:28
|
Project "Postgres-XC". The branch, master has been updated via bb78e69a43f386f6845c05c3ae6d03fdaf489b3b (commit) from 8c7c4d947aa72060539345218f169fa81254cfda (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bb78e69a43f386f6845c05c3ae6d03fdaf489b3b commit bb78e69a43f386f6845c05c3ae6d03fdaf489b3b Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 19:45:41 2014 +0900 Refactoring to change as many functions as static and to improve source format. M contrib/pgxc_ctl/bash_handler.c M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/coord_cmd.h M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/datanode_cmd.h M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/do_shell.c M contrib/pgxc_ctl/gtm_cmd.c M contrib/pgxc_ctl/gtm_cmd.h M contrib/pgxc_ctl/gtm_util.c M contrib/pgxc_ctl/monitor.c M contrib/pgxc_ctl/pgxc_ctl.c M contrib/pgxc_ctl/pgxc_ctl_log.c M contrib/pgxc_ctl/utils.c M contrib/pgxc_ctl/variables.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/bash_handler.c | 6 +- contrib/pgxc_ctl/config.c | 88 ++++++++++++++------- contrib/pgxc_ctl/coord_cmd.c | 152 ++++++++++++++++++++++++++----------- contrib/pgxc_ctl/coord_cmd.h | 9 -- contrib/pgxc_ctl/datanode_cmd.c | 137 +++++++++++++++++++++++---------- contrib/pgxc_ctl/datanode_cmd.h | 8 -- contrib/pgxc_ctl/do_command.c | 106 ++++++++++++++++---------- contrib/pgxc_ctl/do_shell.c | 81 +++++++++++++------- contrib/pgxc_ctl/gtm_cmd.c | 159 +++++++++++++++++++++++++++------------ contrib/pgxc_ctl/gtm_cmd.h | 13 --- contrib/pgxc_ctl/gtm_util.c | 9 ++- contrib/pgxc_ctl/monitor.c | 37 ++++++--- contrib/pgxc_ctl/pgxc_ctl.c | 36 ++++++--- contrib/pgxc_ctl/pgxc_ctl_log.c | 57 +++++++++----- contrib/pgxc_ctl/utils.c | 57 +++++++++----- contrib/pgxc_ctl/variables.c | 97 ++++++++++++++++-------- 16 files changed, 692 insertions(+), 360 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 10:47:25
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 0e0edbd9c6e60b0904aed3fad76382ed8320cbd5 (commit) from 10783628c01f47d974337c6eace32f046290c077 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0e0edbd9c6e60b0904aed3fad76382ed8320cbd5 commit bb78e69a43f386f6845c05c3ae6d03fdaf489b3b Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 19:45:41 2014 +0900 Refactoring to change as many functions as static and to improve source format. M contrib/pgxc_ctl/bash_handler.c M contrib/pgxc_ctl/config.c M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/coord_cmd.h M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/datanode_cmd.h M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/do_shell.c M contrib/pgxc_ctl/gtm_cmd.c M contrib/pgxc_ctl/gtm_cmd.h M contrib/pgxc_ctl/gtm_util.c M contrib/pgxc_ctl/monitor.c M contrib/pgxc_ctl/pgxc_ctl.c M contrib/pgxc_ctl/pgxc_ctl_log.c M contrib/pgxc_ctl/utils.c M contrib/pgxc_ctl/variables.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/bash_handler.c | 6 +- contrib/pgxc_ctl/config.c | 88 ++++++++++++++------- contrib/pgxc_ctl/coord_cmd.c | 152 ++++++++++++++++++++++++++----------- contrib/pgxc_ctl/coord_cmd.h | 9 -- contrib/pgxc_ctl/datanode_cmd.c | 137 +++++++++++++++++++++++---------- contrib/pgxc_ctl/datanode_cmd.h | 8 -- contrib/pgxc_ctl/do_command.c | 106 ++++++++++++++++---------- contrib/pgxc_ctl/do_shell.c | 81 +++++++++++++------- contrib/pgxc_ctl/gtm_cmd.c | 159 +++++++++++++++++++++++++++------------ contrib/pgxc_ctl/gtm_cmd.h | 13 --- contrib/pgxc_ctl/gtm_util.c | 9 ++- contrib/pgxc_ctl/monitor.c | 37 ++++++--- contrib/pgxc_ctl/pgxc_ctl.c | 36 ++++++--- contrib/pgxc_ctl/pgxc_ctl_log.c | 57 +++++++++----- contrib/pgxc_ctl/utils.c | 57 +++++++++----- contrib/pgxc_ctl/variables.c | 97 ++++++++++++++++-------- 16 files changed, 692 insertions(+), 360 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 08:55:02
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 10783628c01f47d974337c6eace32f046290c077 (commit) from fa738a9d8729369a28b99341fb1fb14b0ba4d1c0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=10783628c01f47d974337c6eace32f046290c077 commit 8c7c4d947aa72060539345218f169fa81254cfda Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 17:52:51 2014 +0900 Fix pgxc_ctl to use pg_basebackup and ALTER NODE for coordinator slave initialization and coordinator failover. M contrib/pgxc_ctl/coord_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/coord_cmd.c | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 08:45:55
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via fa738a9d8729369a28b99341fb1fb14b0ba4d1c0 (commit) from 9aa5907b5201b851e52a217e2cea2a4b5a2c2d5c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fa738a9d8729369a28b99341fb1fb14b0ba4d1c0 commit 60dec441ff38558d50457064a80e6ac46cff1059 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 17:31:23 2014 +0900 Fixes pg_xlogdump to work with Postgres-XC xlog, to handle BARRIER log record correctly. Submitted by Wang Diancheng. M contrib/pg_xlogdump/.gitignore M contrib/pg_xlogdump/compat.c M contrib/pg_xlogdump/rmgrdesc.c M src/backend/access/rmgrdesc/Makefile A src/backend/access/rmgrdesc/pgxcdesc.c M src/backend/pgxc/barrier/barrier.c ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.2.sgmlin | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 08:34:12
|
Project "Postgres-XC". The branch, master has been updated via 60dec441ff38558d50457064a80e6ac46cff1059 (commit) from 1ff0c1c79c5995f08334dd9eff87c82ff357da94 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=60dec441ff38558d50457064a80e6ac46cff1059 commit 60dec441ff38558d50457064a80e6ac46cff1059 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 17:31:23 2014 +0900 Fixes pg_xlogdump to work with Postgres-XC xlog, to handle BARRIER log record correctly. Submitted by Wang Diancheng. M contrib/pg_xlogdump/.gitignore M contrib/pg_xlogdump/compat.c M contrib/pg_xlogdump/rmgrdesc.c M src/backend/access/rmgrdesc/Makefile A src/backend/access/rmgrdesc/pgxcdesc.c M src/backend/pgxc/barrier/barrier.c ----------------------------------------------------------------------- Summary of changes: contrib/pg_xlogdump/.gitignore | 1 + contrib/pg_xlogdump/compat.c | 6 ++++++ contrib/pg_xlogdump/rmgrdesc.c | 3 +++ src/backend/access/rmgrdesc/Makefile | 2 +- src/backend/access/rmgrdesc/pgxcdesc.c | 31 +++++++++++++++++++++++++++++++ src/backend/pgxc/barrier/barrier.c | 14 -------------- 6 files changed, 42 insertions(+), 15 deletions(-) create mode 100644 src/backend/access/rmgrdesc/pgxcdesc.c hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 08:34:09
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 9aa5907b5201b851e52a217e2cea2a4b5a2c2d5c (commit) from cc233026c6a479b7e81386e989d54f7b51a9800a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9aa5907b5201b851e52a217e2cea2a4b5a2c2d5c commit 60dec441ff38558d50457064a80e6ac46cff1059 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 17:31:23 2014 +0900 Fixes pg_xlogdump to work with Postgres-XC xlog, to handle BARRIER log record correctly. Submitted by Wang Diancheng. M contrib/pg_xlogdump/.gitignore M contrib/pg_xlogdump/compat.c M contrib/pg_xlogdump/rmgrdesc.c M src/backend/access/rmgrdesc/Makefile A src/backend/access/rmgrdesc/pgxcdesc.c M src/backend/pgxc/barrier/barrier.c ----------------------------------------------------------------------- Summary of changes: contrib/pg_xlogdump/.gitignore | 1 + contrib/pg_xlogdump/compat.c | 6 ++++++ contrib/pg_xlogdump/rmgrdesc.c | 3 +++ src/backend/access/rmgrdesc/Makefile | 2 +- src/backend/access/rmgrdesc/pgxcdesc.c | 31 +++++++++++++++++++++++++++++++ src/backend/pgxc/barrier/barrier.c | 14 -------------- 6 files changed, 42 insertions(+), 15 deletions(-) create mode 100644 src/backend/access/rmgrdesc/pgxcdesc.c hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 08:27:49
|
Project "Postgres-XC". The branch, master has been updated via 1ff0c1c79c5995f08334dd9eff87c82ff357da94 (commit) from 98f2cb7cfff29f52369f87af743ce1b840b522e8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1ff0c1c79c5995f08334dd9eff87c82ff357da94 commit 1ff0c1c79c5995f08334dd9eff87c82ff357da94 Author: SAITO Masataka <pg...@gm...> Date: Tue Apr 1 16:51:35 2014 +0900 Prevent WAL sender from initializing process as a normal backend. M src/backend/tcop/postgres.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/postgres.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-04-01 08:11:34
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via cc233026c6a479b7e81386e989d54f7b51a9800a (commit) from 6e5cb3f195c58c7a82dbf037e3abc7c08924bb96 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc233026c6a479b7e81386e989d54f7b51a9800a commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/postgres.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:44:37
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 6e5cb3f195c58c7a82dbf037e3abc7c08924bb96 (commit) from 3c2cbfff540705388ea02603ff5fda2cb3f94394 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6e5cb3f195c58c7a82dbf037e3abc7c08924bb96 commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.2.sgmlin | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:34:30
|
Project "Postgres-XC". The branch, master has been updated via 98f2cb7cfff29f52369f87af743ce1b840b522e8 (commit) from e80ae7b5bfffcae1b43e206bab903d432b00d659 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=98f2cb7cfff29f52369f87af743ce1b840b522e8 commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:34:27
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 3c2cbfff540705388ea02603ff5fda2cb3f94394 (commit) via c2f29e71964478183d10ad0ebf2a0c48ced414ab (commit) from add83f1e92f837cd0243611d6addfe4b0d18e222 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3c2cbfff540705388ea02603ff5fda2cb3f94394 commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c2f29e71964478183d10ad0ebf2a0c48ced414ab commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 4 +- configure | 18 +++++++------- configure.in | 2 +- doc-xc/src/sgml/Makefile | 4 +- doc-xc/src/sgml/release-xc-1.2.sgmlin | 41 ++++++++++++++++++++++++++------ src/backend/tcop/utility.c | 7 +++++ 6 files changed, 54 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2014-04-01 03:34:25
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via c502fe05e701855fb6604c699f5640e82c7ad18b (commit) from bbe5f08c711be586542d378aec20a974ba9aa38e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c502fe05e701855fb6604c699f5640e82c7ad18b commit 98f2cb7cfff29f52369f87af743ce1b840b522e8 Author: Koichi Suzuki <koi...@gm...> Date: Tue Apr 1 12:31:31 2014 +0900 The fix to run ALTER NODE while a coordinator is out. Masataka Saito did the analysis. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
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 |