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...> - 2013-01-23 01:16:40
|
Project "Postgres-XC".
The branch, master has been updated
via e4279c68e3db231511025d4f2115fd459a3398ce (commit)
from fae7d02e04e97d3e236c84c07b0c13c1afc3fdac (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e4279c68e3db231511025d4f2115fd459a3398ce
commit e4279c68e3db231511025d4f2115fd459a3398ce
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 23 10:15:13 2013 +0900
Fix for the bug 3553480. Now gtm_ctl start in a shell script returns
if invoked with -l option. This behavior is similar to pg_ctl.
modified: src/bin/gtm_ctl/gtm_ctl.c
M src/bin/gtm_ctl/gtm_ctl.c
-----------------------------------------------------------------------
Summary of changes:
src/bin/gtm_ctl/gtm_ctl.c | 48 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 45 insertions(+), 3 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Abbas B. <ga...@us...> - 2013-01-22 11:19:19
|
Project "Postgres-XC".
The branch, master has been updated
via fae7d02e04e97d3e236c84c07b0c13c1afc3fdac (commit)
from 91e0271193232fba1fa2c8f75715929757da0839 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fae7d02e04e97d3e236c84c07b0c13c1afc3fdac
commit fae7d02e04e97d3e236c84c07b0c13c1afc3fdac
Author: Abbas <abb...@en...>
Date: Tue Jan 22 16:10:00 2013 +0500
Add comments on the need and usage of the flag non_fqs_dml in RemoteQueryState
Also correct a check in HandleCommandComplete
M src/backend/pgxc/pool/execRemote.c
M src/include/pgxc/execRemote.h
-----------------------------------------------------------------------
Summary of changes:
src/backend/pgxc/pool/execRemote.c | 25 ++++++++++++++++++++++++-
src/include/pgxc/execRemote.h | 4 +++-
2 files changed, 27 insertions(+), 2 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Abbas B. <ga...@us...> - 2013-01-22 11:03:56
|
Project "Postgres-XC".
The branch, master has been updated
via 91e0271193232fba1fa2c8f75715929757da0839 (commit)
from 809fbe18e0673e7bf274cd5fde2d886683c53d44 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=91e0271193232fba1fa2c8f75715929757da0839
commit 91e0271193232fba1fa2c8f75715929757da0839
Author: Abbas <abb...@en...>
Date: Tue Jan 22 15:45:50 2013 +0500
Remove an un-necessary loop while remote update planning.
Also the calls to make_remotequery while DML planning should pass a NIL plan target list.
M src/backend/optimizer/plan/pgxcplan.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/optimizer/plan/pgxcplan.c | 18 +++---------------
1 files changed, 3 insertions(+), 15 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-22 04:20:27
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via cb42ee6c98e98fca32f52badb2b38253981a8ff9 (commit)
from db3496df98e70000269717b42546592ca8d9d013 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cb42ee6c98e98fca32f52badb2b38253981a8ff9
commit 809fbe18e0673e7bf274cd5fde2d886683c53d44
Author: Koichi Suzuki <koi...@gm...>
Date: Tue Jan 22 13:06:43 2013 +0900
This is a improved patch to fix the bug 3600220. Now there's no
additional action with -m immediate. Coordinator/datanode will
remain registered to GTM. Instead, when registration fails at
restart, it will try to unregister itself and then retry registration.
modified: src/backend/postmaster/postmaster.c
M src/backend/postmaster/postmaster.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/postmaster/postmaster.c | 32 ++++++++++++++++++--------------
1 files changed, 18 insertions(+), 14 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-22 04:09:25
|
Project "Postgres-XC".
The branch, master has been updated
via 809fbe18e0673e7bf274cd5fde2d886683c53d44 (commit)
from a7a7cc2a7ba370d201f20d0a39da162d992fd4b2 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=809fbe18e0673e7bf274cd5fde2d886683c53d44
commit 809fbe18e0673e7bf274cd5fde2d886683c53d44
Author: Koichi Suzuki <koi...@gm...>
Date: Tue Jan 22 13:06:43 2013 +0900
This is a improved patch to fix the bug 3600220. Now there's no
additional action with -m immediate. Coordinator/datanode will
remain registered to GTM. Instead, when registration fails at
restart, it will try to unregister itself and then retry registration.
modified: src/backend/postmaster/postmaster.c
M src/backend/postmaster/postmaster.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/postmaster/postmaster.c | 32 ++++++++++++++++++--------------
1 files changed, 18 insertions(+), 14 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Abbas B. <ga...@us...> - 2013-01-21 12:16:09
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via db3496df98e70000269717b42546592ca8d9d013 (commit)
from 71385c52465e53d812cb779d931148c8898b76e0 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=db3496df98e70000269717b42546592ca8d9d013
commit a7a7cc2a7ba370d201f20d0a39da162d992fd4b2
Author: Abbas <abb...@en...>
Date: Mon Jan 21 17:08:24 2013 +0500
Disable FQS for all the OUTER joins
Patch by Ashutosh, I just did the commit
M src/backend/optimizer/util/pgxcship.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/pgxc/plan/planner.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Abbas B. <ga...@us...> - 2013-01-21 12:12:56
|
Project "Postgres-XC".
The branch, master has been updated
via a7a7cc2a7ba370d201f20d0a39da162d992fd4b2 (commit)
from 5b5e5583d38c40ac59594b5a8910668444077a4a (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a7a7cc2a7ba370d201f20d0a39da162d992fd4b2
commit a7a7cc2a7ba370d201f20d0a39da162d992fd4b2
Author: Abbas <abb...@en...>
Date: Mon Jan 21 17:08:24 2013 +0500
Disable FQS for all the OUTER joins
Patch by Ashutosh, I just did the commit
M src/backend/optimizer/util/pgxcship.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/optimizer/util/pgxcship.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 13:57:45
|
Project "Postgres-XC".
The branch, master has been updated
via 5b5e5583d38c40ac59594b5a8910668444077a4a (commit)
from 010628d2ae2ff57703ccc7fea9a0309bb4d43d14 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5b5e5583d38c40ac59594b5a8910668444077a4a
commit 5b5e5583d38c40ac59594b5a8910668444077a4a
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 22:56:09 2013 +0900
This is the fix for the bug 3600220 for REL1_0_STABLE, restart after
pg_ctl stop -m immediate. Added unregistering the node from GTM
before postmaster finishes so that following pg_ctl start succeeds.
modified: src/backend/postmaster/postmaster.c
M src/backend/postmaster/postmaster.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/postmaster/postmaster.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 13:57:26
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 71385c52465e53d812cb779d931148c8898b76e0 (commit)
from 459439b0bf3548231a66ebc91182f13141be2690 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=71385c52465e53d812cb779d931148c8898b76e0
commit 5b5e5583d38c40ac59594b5a8910668444077a4a
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 22:56:09 2013 +0900
This is the fix for the bug 3600220 for REL1_0_STABLE, restart after
pg_ctl stop -m immediate. Added unregistering the node from GTM
before postmaster finishes so that following pg_ctl start succeeds.
modified: src/backend/postmaster/postmaster.c
M src/backend/postmaster/postmaster.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/postmaster/postmaster.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 08:48:57
|
Project "Postgres-XC".
The branch, master has been updated
via 010628d2ae2ff57703ccc7fea9a0309bb4d43d14 (commit)
from cd49a23cf12a27bd5723ac757b315545824dc586 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=010628d2ae2ff57703ccc7fea9a0309bb4d43d14
commit 010628d2ae2ff57703ccc7fea9a0309bb4d43d14
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 17:48:26 2013 +0900
This commit improves gtm_ctl status behavior as described in the
reference manual. Now for -Z gtm option, gtm_ctl status displays
if it runs as master or slave.
modified: src/bin/gtm_ctl/gtm_ctl.c
M src/bin/gtm_ctl/gtm_ctl.c
-----------------------------------------------------------------------
Summary of changes:
src/bin/gtm_ctl/gtm_ctl.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 08:42:29
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 459439b0bf3548231a66ebc91182f13141be2690 (commit)
from 6259b07e50190e0ec300ca4f6ff754fde07434b8 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=459439b0bf3548231a66ebc91182f13141be2690
commit cd49a23cf12a27bd5723ac757b315545824dc586
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 16:34:11 2013 +0900
This commit improves the description of max_connections value at datanodes.
modified: doc-xc/src/sgml/installation.sgmlin
M doc-xc/src/sgml/installation.sgmlin
-----------------------------------------------------------------------
Summary of changes:
src/gtm/gtm_ctl/gtm_ctl.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 07:39:59
|
Project "Postgres-XC".
The branch, master has been updated
via cd49a23cf12a27bd5723ac757b315545824dc586 (commit)
from 8a7e02a16924d6caaa5ceec5272bd2d72a8bc2ff (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cd49a23cf12a27bd5723ac757b315545824dc586
commit cd49a23cf12a27bd5723ac757b315545824dc586
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 16:34:11 2013 +0900
This commit improves the description of max_connections value at datanodes.
modified: doc-xc/src/sgml/installation.sgmlin
M doc-xc/src/sgml/installation.sgmlin
-----------------------------------------------------------------------
Summary of changes:
doc-xc/src/sgml/installation.sgmlin | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 07:39:56
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 6259b07e50190e0ec300ca4f6ff754fde07434b8 (commit)
from 3dd144487ce71a316fa01635025225148c27d722 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6259b07e50190e0ec300ca4f6ff754fde07434b8
commit cd49a23cf12a27bd5723ac757b315545824dc586
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 16:34:11 2013 +0900
This commit improves the description of max_connections value at datanodes.
modified: doc-xc/src/sgml/installation.sgmlin
M doc-xc/src/sgml/installation.sgmlin
-----------------------------------------------------------------------
Summary of changes:
doc-xc/src/sgml/installation.sgmlin | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-18 07:29:44
|
Project "Postgres-XC".
The branch, master has been updated
via 8a7e02a16924d6caaa5ceec5272bd2d72a8bc2ff (commit)
from fc17fe0719dcba6bb9a4b37dc88a2f34e7442588 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8a7e02a16924d6caaa5ceec5272bd2d72a8bc2ff
commit 8a7e02a16924d6caaa5ceec5272bd2d72a8bc2ff
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Jan 18 16:26:08 2013 +0900
This commit fixes the bug 3583921, datanode/coordinator slave crash.
This was caused by incorrect handling of KnownAssignedXids for XC,
where there could be missing Xids in WAL. Now because XC does not
support consistent database view throught hot standby, KnownAssignedXids
are simply disabled.
Correct handling will be implemented when XC supports consistent
database view through hot standby.
modified: src/backend/storage/ipc/procarray.c
M src/backend/storage/ipc/procarray.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/storage/ipc/procarray.c | 84 ++++++++++++++++++++++++++++++++++-
1 files changed, 83 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Satoshi N. <sn...@us...> - 2013-01-18 02:02:01
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 3dd144487ce71a316fa01635025225148c27d722 (commit)
via 3835b2b9e5cf3183fcde62407f9152226e9eadaa (commit)
via ece120e54e2c224ca078efafec7850cc58ad2e85 (commit)
via cc25b049e4b1ac37e14de0931b0023b518fa655a (commit)
via ee436418f38d8c61d20344c01ec56951adf850d6 (commit)
via 14f613d31487747f46d51388db56fc22f9e3ee48 (commit)
via d77cf9282b4eb2327e2e52922b3b4e328806184f (commit)
via 8d8895bd22bde14fd5367dd3720a128b7e6d5982 (commit)
via 003977f36dacd6eaf3d58222d826d41f4461065c (commit)
via cdc1e3c1dddcfcca7a99edd76b6b016e92a481be (commit)
via 35a51a09415f093e510b2df3a78e4a29a3c6a35b (commit)
via 292bafb25cb84dc963f8ee8ab8f9a9294b49bb37 (commit)
via 9a7c3a3042ae30af32f278d16262455a1ae27b0a (commit)
via 721c6ecff12a2f661eee9ffdaba7cec088769082 (commit)
via 7cad1947b2eabfe562656b4b3eb241a63f2249b4 (commit)
via cd5978214938311d090588f65b98950778403d4a (commit)
via 66eff6ba04b88c8a580488b3162923141c8540dc (commit)
via 6f06d82aa622c9722335d858153f07da56fc0e4a (commit)
via d8d88d679a85419d70735f17be25e3535c3c2ed3 (commit)
via b187d32bfbaeceda05daef3097f99bc1c7d8b001 (commit)
via a8a14b1c67fe650be2462a8c81f4807b92b53df5 (commit)
via a221f23c01ab863a4c7cd2282897350a999d6446 (commit)
via 26642aac2082d3c788c96b29c3d3fdbed76f7ac1 (commit)
via be9f05ae291dceb134e1885a40e44909e0134bee (commit)
via 2c92104cee948e168a69cf10fb18385542ac432e (commit)
via c8b94a55e04db861769c288c4c1ba3d24252cbb7 (commit)
via 9e1a7b9ae899fd87a1db44e657ec6cff48ab7278 (commit)
via dee519be21acead73010af25f6211bd3e59ddc78 (commit)
via bc637b2d06c531f22b7d57587594f93d3ea45b89 (commit)
via 9a18a5c6555e48d326cdd452ad63dbeac2d98b94 (commit)
via 99abe6da97bbcff28d0e970052f35d6a4355f19b (commit)
via 700ed3d3b677489bf071398823d26ffb24a81394 (commit)
via 453489d142c231d06d2ef2ee26df77e1d6128852 (commit)
via dc95aa7c9c9e4417b2c75852589adc4199250bd5 (commit)
via c07c4d0f484cc1096df894584dbfb639e4df45d7 (commit)
via 103cd4364818b04fd1b6a0e53930af83f08363f5 (commit)
via 7361d6d84a4aa940d47f9b1ea993d08dc161be5a (commit)
via d5c02f2a7e8053dd2ba6b9f5c17fe134ac8efbfd (commit)
via 0147e97c5368b5360a2ba9d6b5182c7e609f43af (commit)
via 2377d27e3fb5e149e05d8bf3bd86ecad4e6e943b (commit)
via 41d01b14e02bd43b02aaf52c738c87e0bcf902eb (commit)
via b23cbf54caef5ce22243477103b03ec864cd9c70 (commit)
via 6633c717f96ecdd39ac2f64ad9f3b74708247e54 (commit)
via 74f20207520084f8738624bed7eeb984868e65a4 (commit)
via 81390e6963cc45d2343c69fd167a508db9699c5e (commit)
via 0097bece222e048daf0af5354d221da673a40644 (commit)
via 1c8bdf283ea275ea71dfdd4afc601c62eafee14b (commit)
via d59c2a412f825dd9a1390a63371d08f4b8931c55 (commit)
via 058ff5378391e93dfc5893a713ce86dbbcfd6daf (commit)
via aa0911dc59296beae3a1c2e04083056108564e02 (commit)
via 669968d82581008e1658cf6795a318ecf4c95362 (commit)
via c41237049b60ac3962910ae384a2f6cfdc856042 (commit)
via 2fd96cc52596718e947793770d1aa3ecf41aa5ae (commit)
via 4c702e5b4684ec244d7e56e3f751dc2aa815747e (commit)
via 971a760d5f13b54c6be424b35385b9789aaa5c6a (commit)
via 4c54a7cbc398e8abaac66af036b56afa495c6cf3 (commit)
via b9b2a1317185f4279a6c0b2f1b3f7c2b0beb1dcb (commit)
via 9fc02ca28f3ebe17a6cc253bca9b405ba792c174 (commit)
via 0b99eef5302e23d5f0b8715b8579e52d54a5f3f2 (commit)
via a8623ee30a3775820276adf8b8a851e9cb7aec31 (commit)
via 0129c9232e0c0ca2fd29847b7d29ad7f45d900de (commit)
via a2e52ef07832e441904cb510742180944033bcd6 (commit)
via a19da2fa9539c8eadc228870da01468b1a5cb50c (commit)
via 99fb0875f05181705d40beffde292043083dd8df (commit)
via 6c2b536139bda445eced2056a4879886897a02c8 (commit)
via 8ed3e81266c7ad0598672e30884282aa6d6ec9de (commit)
via 5930829bbb8e2312834ff98fd236444f92a9299b (commit)
via 97ca19e88633e0e459ce75366a6a868b726629d1 (commit)
via b990a2cd36c67f8eafd167a8529824412b77486f (commit)
via 14fd282c415c57dcd71061478f7151bbdac4d926 (commit)
via c47f643c49d1f56c388dd0e7405ed280cfa9d0b2 (commit)
via 86e006d9ed64db7ceafdc8365208139278c5da60 (commit)
via 13632b0c14cca224a03c2ed76933d0700579dd8a (commit)
via 3c4eec4488fef07675db85e73445f410dac732dd (commit)
via e0aad34a6b1afa4fc165849d2743f769e550f022 (commit)
via 04a210b090ee9ff3ff4c148c07dff62eb4c30f92 (commit)
via 513e546a6e75b0a79c3102ce22c583ccd1053ac6 (commit)
via 31ab8936c770545d6aaa09d348661ce175f9b33d (commit)
via 7e487c1b0acbb26a481e64570dcbfe39b3e54abb (commit)
via d08fd1f849ba7419b79094e6cf863b6c190784b5 (commit)
via 973c011639e1aecf7256de07e2aa8520f9b49035 (commit)
via a7c53092d88bf9c617713389bc11f0670762b723 (commit)
via 647b1bcdfd26f786248366e4fb25c0fd62006329 (commit)
via 04f91ae5d0caa5faae7100eac3b0ade6f84e1e9e (commit)
via 1b4359b55d8fe32a54460c3ea00567a2fafa6b9c (commit)
via 2b96c32d5361f443b00d17bfbe1fc84dcdd6fbc0 (commit)
via df1aa462852309c6a3c53b81c296de61e7f5504c (commit)
via c6a91c92b51a13f204495851cf7a90e55ec16f0a (commit)
via 6f9a9da85c9015e773d12e8571c469e5a2a6b3fb (commit)
via 1da5bef3174170a6768bea6621afcbf72dd02a87 (commit)
via 381c3b8f4cba2d7d30d7010c28b06c076093876f (commit)
via bdceb861d7c8034f69ab07a11f2f2603d6d74b3e (commit)
via 38b38fb12244c640230b1fd71d2c55ecc04844fa (commit)
via 806e6d1ddb90fcbc3b59b17434cafeb4af51c126 (commit)
via db3658b34faed7e247c9dc61e39a3a054c3cb5d8 (commit)
via 866f2dd78414c63a5fcd22ae3a36916e4da164b6 (commit)
via 4387cc9ab4ad7e037df32e93c8435e34b5832cc5 (commit)
via fe838e5074149058a1101092d3a557e4b86b8ff2 (commit)
via e9ad86ce6803faecda721311ff04dde88b38583b (commit)
via 68a8ea6046a0583171a34269688a2bcd8d2f8f08 (commit)
via d0d58f7aa94986edbab6c000470707b90ef37d54 (commit)
via 634e148dcaa1ec77aba4f5eac883285e8f225268 (commit)
via f8ffe6234a09faeaabe034643b619462df897ca9 (commit)
via 1458f0f1dab91458bd4f4f731a64a7a52fe028d1 (commit)
via f43ca3c8945fb60ed409b7768b0ce5ee0437161e (commit)
via efa81e3c946654f5d5b0a752def609416d32e056 (commit)
via c22acf455842765e08f58ee308a43882cfcc13d4 (commit)
via 65225900de86044948c70e9732d02d99412eb171 (commit)
via ff8f7103b559d8f19731157aca38650a938fedef (commit)
via 5110a96992e508b220a7a6ab303b0501c4237b4a (commit)
via f01936f70b58dec8136399f6258b37d762c3cec3 (commit)
via d01a7442190686a981c0a5ce330e962d8083ac4f (commit)
via 823f83d3d53ad2c0e799b1953ed9a1955840f11c (commit)
via d2a5f326568dfe98559319db6f3b9d08f0c851cc (commit)
via 447dad7193721f757dddf7c409b0b75aa2b5fb98 (commit)
via 473320e6c87cc7ffc704b2823c685b3dd13c0342 (commit)
via cacb65263b99c3d96aa4b250cdbda05072ade03e (commit)
via f34d1fa0c8bd587a165234e0971bba8dc5e1fd2a (commit)
via 3877b1fa17fc9003691d890cec5557c64db05462 (commit)
via 288367427472f3d300c51ff9941eb486cfc01c6a (commit)
via eb5e0d8488451bcfcf81e26fd82dd9687c99b941 (commit)
via de31ea98a2c993cf1517f83112fc595f96f56b8a (commit)
via bd0ef304f8a306522983f3b4b06274fdc45beed8 (commit)
via bb3aa7a484a53d80784c367e2ff272b8730e338d (commit)
via a883c02449cf86a657838303213d11ad85939b1d (commit)
via 3c856708e56ceb7025066a800c95b7293e9bd3f5 (commit)
via 8ebe8889a8c5604b66802508b822cf18b8cd6820 (commit)
via 856ce0fb563a630ddd07dfad8cb4d8eb1d601b77 (commit)
via 6c33084fa2eb1c1cce61def72d8eb7c91a69d525 (commit)
via 412a4295b5390cfe4fd5b9fc84a25c6e2d1aa0ad (commit)
via 6c00b2bbf7726efdf7d96ad5c9e9ef0450d2a150 (commit)
via d617b28c6cc315d1aa1a4855673dd9eb121dcf73 (commit)
via dfa6eda5e44f1525aa6b142b8e252f5a79110ee6 (commit)
via bc99397563ff88c31078d4bf66b8538c78a08bda (commit)
via 04a37a5716867f8eade144baac847a9737ac22f5 (commit)
via 793664d0c89a21976228cb5520cd05e0cdef463c (commit)
via 1dd03b533004e41bc2c1f98ec91465d784c8536c (commit)
via d4e1ca27c614b862e959d30f413981aa2c9cc699 (commit)
via 67503753a7b6690f330d6c663515e5795c40433b (commit)
via 34405830517e2a4e5c3ab3f68cf3435f193944ae (commit)
via 25560fdeb26f75b50793a56f69f64daab4ad586e (commit)
via 5752e1bbb2d9f553fd6211fbb47ab2b240d740f0 (commit)
via 87802a12d7706221a46961b1def076c5fc99e46e (commit)
via fef2c17807e095a04441e4f1fe05f75d5578ead2 (commit)
via df4234d7a9a522073712138da422836e5a637671 (commit)
via bd371ea5c0a119ce6959099a41a95844b33e2beb (commit)
via ef06dca97504cda3cff852314532338c86d3ccc5 (commit)
via 1e214507e5b5d604ea8d8d4e7e564b673df8c8e0 (commit)
via ff0b18cc4979d518490dc267e2038daae6030b61 (commit)
via e40b20a3686d2f8f2d8b5f1d82a6b36717d4ab1d (commit)
via 18730f8d4739468d668322f5ca0a0d6022df6fe6 (commit)
via 26f4fc01849b23d0541722d7cfdbd08739f81e1c (commit)
via 5ee0f03727eb7452ad8ecbca660d500ab78ac015 (commit)
via a69b7a1c34750f37c72acaac941555c70050dc7d (commit)
from 0025798598fe5a3102819422665d8edda193c8d5 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3dd144487ce71a316fa01635025225148c27d722
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3835b2b9e5cf3183fcde62407f9152226e9eadaa
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ece120e54e2c224ca078efafec7850cc58ad2e85
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc25b049e4b1ac37e14de0931b0023b518fa655a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ee436418f38d8c61d20344c01ec56951adf850d6
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=14f613d31487747f46d51388db56fc22f9e3ee48
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d77cf9282b4eb2327e2e52922b3b4e328806184f
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8d8895bd22bde14fd5367dd3720a128b7e6d5982
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=003977f36dacd6eaf3d58222d826d41f4461065c
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cdc1e3c1dddcfcca7a99edd76b6b016e92a481be
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=35a51a09415f093e510b2df3a78e4a29a3c6a35b
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=292bafb25cb84dc963f8ee8ab8f9a9294b49bb37
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9a7c3a3042ae30af32f278d16262455a1ae27b0a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=721c6ecff12a2f661eee9ffdaba7cec088769082
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7cad1947b2eabfe562656b4b3eb241a63f2249b4
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cd5978214938311d090588f65b98950778403d4a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=66eff6ba04b88c8a580488b3162923141c8540dc
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6f06d82aa622c9722335d858153f07da56fc0e4a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d8d88d679a85419d70735f17be25e3535c3c2ed3
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b187d32bfbaeceda05daef3097f99bc1c7d8b001
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a8a14b1c67fe650be2462a8c81f4807b92b53df5
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a221f23c01ab863a4c7cd2282897350a999d6446
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=26642aac2082d3c788c96b29c3d3fdbed76f7ac1
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=be9f05ae291dceb134e1885a40e44909e0134bee
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2c92104cee948e168a69cf10fb18385542ac432e
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c8b94a55e04db861769c288c4c1ba3d24252cbb7
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9e1a7b9ae899fd87a1db44e657ec6cff48ab7278
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dee519be21acead73010af25f6211bd3e59ddc78
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bc637b2d06c531f22b7d57587594f93d3ea45b89
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9a18a5c6555e48d326cdd452ad63dbeac2d98b94
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=99abe6da97bbcff28d0e970052f35d6a4355f19b
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=700ed3d3b677489bf071398823d26ffb24a81394
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=453489d142c231d06d2ef2ee26df77e1d6128852
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dc95aa7c9c9e4417b2c75852589adc4199250bd5
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c07c4d0f484cc1096df894584dbfb639e4df45d7
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=103cd4364818b04fd1b6a0e53930af83f08363f5
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7361d6d84a4aa940d47f9b1ea993d08dc161be5a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d5c02f2a7e8053dd2ba6b9f5c17fe134ac8efbfd
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0147e97c5368b5360a2ba9d6b5182c7e609f43af
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2377d27e3fb5e149e05d8bf3bd86ecad4e6e943b
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=41d01b14e02bd43b02aaf52c738c87e0bcf902eb
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b23cbf54caef5ce22243477103b03ec864cd9c70
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6633c717f96ecdd39ac2f64ad9f3b74708247e54
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=74f20207520084f8738624bed7eeb984868e65a4
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=81390e6963cc45d2343c69fd167a508db9699c5e
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0097bece222e048daf0af5354d221da673a40644
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1c8bdf283ea275ea71dfdd4afc601c62eafee14b
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d59c2a412f825dd9a1390a63371d08f4b8931c55
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=058ff5378391e93dfc5893a713ce86dbbcfd6daf
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=aa0911dc59296beae3a1c2e04083056108564e02
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=669968d82581008e1658cf6795a318ecf4c95362
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c41237049b60ac3962910ae384a2f6cfdc856042
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2fd96cc52596718e947793770d1aa3ecf41aa5ae
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4c702e5b4684ec244d7e56e3f751dc2aa815747e
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=971a760d5f13b54c6be424b35385b9789aaa5c6a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4c54a7cbc398e8abaac66af036b56afa495c6cf3
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b9b2a1317185f4279a6c0b2f1b3f7c2b0beb1dcb
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9fc02ca28f3ebe17a6cc253bca9b405ba792c174
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0b99eef5302e23d5f0b8715b8579e52d54a5f3f2
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a8623ee30a3775820276adf8b8a851e9cb7aec31
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0129c9232e0c0ca2fd29847b7d29ad7f45d900de
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a2e52ef07832e441904cb510742180944033bcd6
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a19da2fa9539c8eadc228870da01468b1a5cb50c
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=99fb0875f05181705d40beffde292043083dd8df
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6c2b536139bda445eced2056a4879886897a02c8
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8ed3e81266c7ad0598672e30884282aa6d6ec9de
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5930829bbb8e2312834ff98fd236444f92a9299b
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=97ca19e88633e0e459ce75366a6a868b726629d1
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b990a2cd36c67f8eafd167a8529824412b77486f
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=14fd282c415c57dcd71061478f7151bbdac4d926
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c47f643c49d1f56c388dd0e7405ed280cfa9d0b2
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=86e006d9ed64db7ceafdc8365208139278c5da60
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=13632b0c14cca224a03c2ed76933d0700579dd8a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3c4eec4488fef07675db85e73445f410dac732dd
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e0aad34a6b1afa4fc165849d2743f769e550f022
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=04a210b090ee9ff3ff4c148c07dff62eb4c30f92
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=513e546a6e75b0a79c3102ce22c583ccd1053ac6
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=31ab8936c770545d6aaa09d348661ce175f9b33d
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7e487c1b0acbb26a481e64570dcbfe39b3e54abb
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d08fd1f849ba7419b79094e6cf863b6c190784b5
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=973c011639e1aecf7256de07e2aa8520f9b49035
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a7c53092d88bf9c617713389bc11f0670762b723
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=647b1bcdfd26f786248366e4fb25c0fd62006329
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=04f91ae5d0caa5faae7100eac3b0ade6f84e1e9e
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1b4359b55d8fe32a54460c3ea00567a2fafa6b9c
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b96c32d5361f443b00d17bfbe1fc84dcdd6fbc0
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=df1aa462852309c6a3c53b81c296de61e7f5504c
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c6a91c92b51a13f204495851cf7a90e55ec16f0a
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6f9a9da85c9015e773d12e8571c469e5a2a6b3fb
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1da5bef3174170a6768bea6621afcbf72dd02a87
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=381c3b8f4cba2d7d30d7010c28b06c076093876f
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bdceb861d7c8034f69ab07a11f2f2603d6d74b3e
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=38b38fb12244c640230b1fd71d2c55ecc04844fa
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=806e6d1ddb90fcbc3b59b17434cafeb4af51c126
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=db3658b34faed7e247c9dc61e39a3a054c3cb5d8
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=866f2dd78414c63a5fcd22ae3a36916e4da164b6
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4387cc9ab4ad7e037df32e93c8435e34b5832cc5
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fe838e5074149058a1101092d3a557e4b86b8ff2
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e9ad86ce6803faecda721311ff04dde88b38583b
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=68a8ea6046a0583171a34269688a2bcd8d2f8f08
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d0d58f7aa94986edbab6c000470707b90ef37d54
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=634e148dcaa1ec77aba4f5eac883285e8f225268
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f8ffe6234a09faeaabe034643b619462df897ca9
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1458f0f1dab91458bd4f4f731a64a7a52fe028d1
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f43ca3c8945fb60ed409b7768b0ce5ee0437161e
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=efa81e3c946654f5d5b0a752def609416d32e056
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c22acf455842765e08f58ee308a43882cfcc13d4
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=65225900de86044948c70e9732d02d99412eb171
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan ...
[truncated message content] |
|
From: Koichi S. <koi...@us...> - 2013-01-09 02:30:54
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 0025798598fe5a3102819422665d8edda193c8d5 (commit)
from 3bcdab7eafaa5d393b60d167dc5a08a240c5186f (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0025798598fe5a3102819422665d8edda193c8d5
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
-----------------------------------------------------------------------
Summary of changes:
doc-xc/src/sgml/ref/create_nodegroup.sgmlin | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-09 02:29:14
|
Project "Postgres-XC".
The branch, master has been updated
via fc17fe0719dcba6bb9a4b37dc88a2f34e7442588 (commit)
from 5d934c71b430e6df81a3facae62a99046e95e4db (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
commit fc17fe0719dcba6bb9a4b37dc88a2f34e7442588
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Jan 9 11:28:02 2013 +0900
This patch corrects CREATE NODE GROUP description that it works only
locally.
modified: doc-xc/src/sgml/ref/create_nodegroup.sgmlin
M doc-xc/src/sgml/ref/create_nodegroup.sgmlin
-----------------------------------------------------------------------
Summary of changes:
doc-xc/src/sgml/ref/create_nodegroup.sgmlin | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-07 11:35:39
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 3bcdab7eafaa5d393b60d167dc5a08a240c5186f (commit)
from 56268e416a639a2e3e6322b67d59b219965eaf17 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3bcdab7eafaa5d393b60d167dc5a08a240c5186f
commit 5d934c71b430e6df81a3facae62a99046e95e4db
Author: Koichi Suzuki <koi...@gm...>
Date: Mon Jan 7 20:28:20 2013 +0900
This is the additional patch to fix the bug 3598637 for the master
branch. This patch corrects the lock to release, as well as
restoring memory context at error.
modified: src/gtm/main/gtm_txn.c
M src/gtm/main/gtm_txn.c
-----------------------------------------------------------------------
Summary of changes:
src/gtm/main/gtm_txn.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2013-01-07 11:30:30
|
Project "Postgres-XC".
The branch, master has been updated
via 5d934c71b430e6df81a3facae62a99046e95e4db (commit)
from 0dcda99b4c3623550fd11907b3e7143fca4dbaf5 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5d934c71b430e6df81a3facae62a99046e95e4db
commit 5d934c71b430e6df81a3facae62a99046e95e4db
Author: Koichi Suzuki <koi...@gm...>
Date: Mon Jan 7 20:28:20 2013 +0900
This is the additional patch to fix the bug 3598637 for the master
branch. This patch corrects the lock to release, as well as
restoring memory context at error.
modified: src/gtm/main/gtm_txn.c
M src/gtm/main/gtm_txn.c
-----------------------------------------------------------------------
Summary of changes:
src/gtm/main/gtm_txn.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Ashutosh B. <ash...@us...> - 2013-01-07 09:31:16
|
Project "Postgres-XC".
The branch, master has been updated
via 0dcda99b4c3623550fd11907b3e7143fca4dbaf5 (commit)
from cc90413efb0beaaf5cfc11cc629b63d7df1d0531 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0dcda99b4c3623550fd11907b3e7143fca4dbaf5
commit 0dcda99b4c3623550fd11907b3e7143fca4dbaf5
Author: Ashutosh Bapat <ash...@en...>
Date: Mon Jan 7 14:23:22 2013 +0530
Fix for bug 3597414.
When both the sides of relations are distributed on one node each, they should
share the same node for the JOIN to be pushable.
M src/backend/optimizer/util/pgxcship.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/optimizer/util/pgxcship.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Ashutosh B. <ash...@us...> - 2013-01-07 09:30:55
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via 56268e416a639a2e3e6322b67d59b219965eaf17 (commit)
from d67313d8f16ace2dd426ff0b980ef6f43fb937a2 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=56268e416a639a2e3e6322b67d59b219965eaf17
commit 0dcda99b4c3623550fd11907b3e7143fca4dbaf5
Author: Ashutosh Bapat <ash...@en...>
Date: Mon Jan 7 14:23:22 2013 +0530
Fix for bug 3597414.
When both the sides of relations are distributed on one node each, they should
share the same node for the JOIN to be pushable.
M src/backend/optimizer/util/pgxcship.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/pgxc/plan/planner.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2012-12-28 04:30:00
|
Project "Postgres-XC".
The branch, master has been updated
via cc90413efb0beaaf5cfc11cc629b63d7df1d0531 (commit)
from 4983ade4c7fc4d50aa5b71a8e28b7ef02299dcb5 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc90413efb0beaaf5cfc11cc629b63d7df1d0531
commit cc90413efb0beaaf5cfc11cc629b63d7df1d0531
Author: Koichi Suzuki <koi...@gm...>
Date: Fri Dec 28 13:24:47 2012 +0900
This commit fixes the bug 3598637 where gtm slave occasionally
crashes.
modified: src/gtm/main/gtm_standby.c
modified: src/gtm/main/gtm_txn.c
M src/gtm/main/gtm_standby.c
M src/gtm/main/gtm_txn.c
-----------------------------------------------------------------------
Summary of changes:
src/gtm/main/gtm_standby.c | 2 ++
src/gtm/main/gtm_txn.c | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2012-12-28 03:54:55
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via d67313d8f16ace2dd426ff0b980ef6f43fb937a2 (commit)
from e61087ba84f3d7f266c2a0632680e8c15ef295b5 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d67313d8f16ace2dd426ff0b980ef6f43fb937a2
commit 4983ade4c7fc4d50aa5b71a8e28b7ef02299dcb5
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Dec 26 09:48:05 2012 +0900
This commit fixes the problem that promoted gtm restarts as standby
unless gtm.conf file is modified.
Nikhil Sontakke kindly provided the patch.
Will backport to REL1_0_STABLE too.
modified: src/gtm/main/main.c
M src/gtm/main/main.c
-----------------------------------------------------------------------
Summary of changes:
src/gtm/main/gtm_standby.c | 2 ++
src/gtm/main/gtm_txn.c | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2012-12-26 01:12:13
|
Project "Postgres-XC".
The branch, REL1_0_STABLE has been updated
via e61087ba84f3d7f266c2a0632680e8c15ef295b5 (commit)
from 185f790dd913c72b29a73436f9d0b1e749c40dd6 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e61087ba84f3d7f266c2a0632680e8c15ef295b5
commit 4983ade4c7fc4d50aa5b71a8e28b7ef02299dcb5
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Dec 26 09:48:05 2012 +0900
This commit fixes the problem that promoted gtm restarts as standby
unless gtm.conf file is modified.
Nikhil Sontakke kindly provided the patch.
Will backport to REL1_0_STABLE too.
modified: src/gtm/main/main.c
M src/gtm/main/main.c
-----------------------------------------------------------------------
Summary of changes:
src/gtm/main/main.c | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Koichi S. <koi...@us...> - 2012-12-26 00:50:18
|
Project "Postgres-XC".
The branch, master has been updated
via 4983ade4c7fc4d50aa5b71a8e28b7ef02299dcb5 (commit)
from 97d68e6aed0e462c7e1f841c795d583b4c6e12cb (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4983ade4c7fc4d50aa5b71a8e28b7ef02299dcb5
commit 4983ade4c7fc4d50aa5b71a8e28b7ef02299dcb5
Author: Koichi Suzuki <koi...@gm...>
Date: Wed Dec 26 09:48:05 2012 +0900
This commit fixes the problem that promoted gtm restarts as standby
unless gtm.conf file is modified.
Nikhil Sontakke kindly provided the patch.
Will backport to REL1_0_STABLE too.
modified: src/gtm/main/main.c
M src/gtm/main/main.c
-----------------------------------------------------------------------
Summary of changes:
src/gtm/main/main.c | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|