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
(12) |
2
(7) |
3
(1) |
4
(141) |
5
|
6
|
7
(1) |
8
|
9
(4) |
10
|
11
|
12
|
13
|
14
|
15
(5) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
(8) |
26
|
27
|
28
|
29
|
30
|
|
|
|
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 |