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-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 |