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
|
5
(3) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(3) |
19
|
20
(2) |
21
(1) |
22
|
23
|
24
(4) |
25
(7) |
26
(1) |
27
(3) |
28
(3) |
29
|
30
|
|
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2013-06-05 01:55:24
|
Project "Postgres-XC". The branch, master has been updated via 4f610fa74394eb379a3baf3fdd0ea9c722ead3b2 (commit) from 2a85a4c7b0bc1dd3eed4b6c9acf0d27274b28155 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4f610fa74394eb379a3baf3fdd0ea9c722ead3b2 commit 4f610fa74394eb379a3baf3fdd0ea9c722ead3b2 Author: Koichi Suzuki <koi...@gm...> Date: Wed Jun 5 10:54:29 2013 +0900 Fix for pgxc_ctl message and gtm_proxy.conf generation. Patch was provided by Tomonari Katsumata. M contrib/pgxc_ctl/do_command.c M contrib/pgxc_ctl/gtm_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/do_command.c | 2 +- contrib/pgxc_ctl/gtm_cmd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-06-05 01:49:08
|
Project "Postgres-XC". The branch, master has been updated via 2a85a4c7b0bc1dd3eed4b6c9acf0d27274b28155 (commit) from 13ac5ee053b02debac4c7923a77ae6e0ffb864cc (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2a85a4c7b0bc1dd3eed4b6c9acf0d27274b28155 commit 2a85a4c7b0bc1dd3eed4b6c9acf0d27274b28155 Author: Koichi Suzuki <koi...@gm...> Date: Wed Jun 5 10:48:06 2013 +0900 Document correction found by spelchecker. M doc-xc/src/sgml/config.sgmlin M doc-xc/src/sgml/ddl.sgmlin M doc-xc/src/sgml/docguide.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/maintenance.sgmlin M doc-xc/src/sgml/pgxc_ctl-ref.sgmlin M doc-xc/src/sgml/ref/alter_node.sgmlin M doc-xc/src/sgml/ref/create_function.sgmlin M doc-xc/src/sgml/ref/prepare_transaction.sgmlin M doc-xc/src/sgml/runtime.sgmlin M doc-xc/src/sgml/start.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 2 +- doc-xc/src/sgml/ddl.sgmlin | 2 +- doc-xc/src/sgml/docguide.sgmlin | 2 +- doc-xc/src/sgml/func.sgmlin | 12 ++-- doc-xc/src/sgml/installation.sgmlin | 4 +- doc-xc/src/sgml/maintenance.sgmlin | 2 +- doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 106 ++++++++++++------------ doc-xc/src/sgml/ref/alter_node.sgmlin | 2 +- doc-xc/src/sgml/ref/create_function.sgmlin | 2 +- doc-xc/src/sgml/ref/prepare_transaction.sgmlin | 2 +- doc-xc/src/sgml/runtime.sgmlin | 2 +- doc-xc/src/sgml/start.sgmlin | 4 +- 12 files changed, 71 insertions(+), 71 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-06-05 01:21:36
|
Project "Postgres-XC". The branch, master has been updated via 13ac5ee053b02debac4c7923a77ae6e0ffb864cc (commit) from b937b7191a88c9d4506cd7d6c7b76af266fde838 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=13ac5ee053b02debac4c7923a77ae6e0ffb864cc commit 13ac5ee053b02debac4c7923a77ae6e0ffb864cc Author: Koichi Suzuki <koi...@gm...> Date: Wed Jun 5 10:19:50 2013 +0900 This commit adds gtm capability to backup its restart point according to CREATE BARRIER statement. Runs without GTM-Proxy now. M doc-xc/src/sgml/config.sgmlin M src/backend/access/transam/gtm.c M src/backend/pgxc/barrier/barrier.c M src/backend/utils/misc/guc.c M src/backend/utils/misc/postgresql.conf.sample M src/gtm/client/fe-protocol.c M src/gtm/client/gtm_client.c M src/gtm/main/gtm_backup.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c M src/include/access/gtm.h M src/include/gtm/gtm_backup.h M src/include/gtm/gtm_client.h M src/include/gtm/gtm_msg.h ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 16 ++++++ src/backend/access/transam/gtm.c | 20 +++++++ src/backend/pgxc/barrier/barrier.c | 2 + src/backend/utils/misc/guc.c | 9 +++ src/backend/utils/misc/postgresql.conf.sample | 2 + src/gtm/client/fe-protocol.c | 5 ++ src/gtm/client/gtm_client.c | 67 +++++++++++++++++++++++++ src/gtm/main/gtm_backup.c | 25 +++++++++ src/gtm/main/main.c | 58 +++++++++++++++++++++ src/gtm/proxy/proxy_main.c | 19 +++++++ src/include/access/gtm.h | 3 + src/include/gtm/gtm_backup.h | 9 ++-- src/include/gtm/gtm_client.h | 6 ++ src/include/gtm/gtm_msg.h | 3 + 14 files changed, 240 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |