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
(1) |
2
(1) |
3
|
4
(4) |
5
(1) |
6
|
7
(6) |
8
(8) |
9
(8) |
10
(4) |
11
|
12
|
13
(4) |
14
|
15
|
16
|
17
(2) |
18
(6) |
19
|
20
(4) |
21
(4) |
22
|
23
(2) |
24
(3) |
25
(5) |
26
|
27
(2) |
28
(13) |
29
(6) |
30
(22) |
31
(2) |
|
|
From: Michael P. <mic...@us...> - 2012-05-29 07:05:38
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via b879784e211e9aef4d5bdc37744ba33773d038ab (commit) from 446e0c97344b9d6314b4ae4d9bca90f6e1f50d92 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b879784e211e9aef4d5bdc37744ba33773d038ab commit 41e78f38c0caf6ce41f148bc853e1869e06301b0 Author: Michael Paquier <mi...@ot...> Date: Tue May 29 16:03:15 2012 +0900 Reinforce ALTER SEQUENCE handling on GTM for START/RESTART Successive ALTER SEQUENCE with START/RESTART requests was messing the start value of sequences involved. Handling of sequence key string is reinforced to take into account the last "\0" when this data is sent from client. This was causing GTM to deal with sequence names with incorrect last characters, resulting in strange logs. Per report from Hitoshi Hemmi M src/backend/access/transam/gtm.c M src/gtm/main/gtm_seq.c ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/gtm.c | 16 ++++++++-------- src/gtm/main/gtm_seq.c | 24 +++++++++++++----------- 2 files changed, 21 insertions(+), 19 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-29 04:42:22
|
Project "Postgres-XC". The branch, master has been updated via 1e42775468b013c840a3c170108fd439716c9c04 (commit) from c23f72f3d3853a3c3b6f3c855bd9946070100b92 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1e42775468b013c840a3c170108fd439716c9c04 commit 1e42775468b013c840a3c170108fd439716c9c04 Author: Michael Paquier <mi...@ot...> Date: Tue May 29 13:40:36 2012 +0900 Keep sgml files in distribution tarball By doing this, it is not necessary for user to have jade installed on his machine to install binaries with a simple "make world" when using a distribution tarball. sgml files can be removed with "make maintainer-clean" instead. M doc-xc/src/sgml/Makefile ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-29 04:42:18
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 446e0c97344b9d6314b4ae4d9bca90f6e1f50d92 (commit) from 23a6c9a1bf9d8f33eac3faf76f13e8362f7ba921 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=446e0c97344b9d6314b4ae4d9bca90f6e1f50d92 commit 1e42775468b013c840a3c170108fd439716c9c04 Author: Michael Paquier <mi...@ot...> Date: Tue May 29 13:40:36 2012 +0900 Keep sgml files in distribution tarball By doing this, it is not necessary for user to have jade installed on his machine to install binaries with a simple "make world" when using a distribution tarball. sgml files can be removed with "make maintainer-clean" instead. M doc-xc/src/sgml/Makefile ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-29 00:56:30
|
Project "Postgres-XC". The branch, master has been updated via c23f72f3d3853a3c3b6f3c855bd9946070100b92 (commit) from 7e2906101cad5ee98a5b7d723889dc1ad6e57b87 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c23f72f3d3853a3c3b6f3c855bd9946070100b92 commit c23f72f3d3853a3c3b6f3c855bd9946070100b92 Author: Michael Paquier <mi...@ot...> Date: Tue May 29 09:49:29 2012 +0900 Fix CREATE EXTENSION in cluster Two problems related to EXTENSION creation are fixed here. 1) Queries CREATE/ALTER EXTENSION were not sent to remote nodes. 2) A raw query string directly obtained from the extension script was sent to remote nodes, failing extension creation if more than 2 queries were planned. This process is now controlled at node level and only CREATE/ALTER extension queries are sent to remote nodes. Extension installation works correctly but no checks have been made with modules like dblink, they should however work like in vanilla Postgres... M src/backend/commands/extension.c M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/extension.c | 2 +- src/backend/tcop/utility.c | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-29 00:56:26
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 23a6c9a1bf9d8f33eac3faf76f13e8362f7ba921 (commit) from 5fc0743a366d5062032909090dd7f39928521ed5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=23a6c9a1bf9d8f33eac3faf76f13e8362f7ba921 commit c23f72f3d3853a3c3b6f3c855bd9946070100b92 Author: Michael Paquier <mi...@ot...> Date: Tue May 29 09:49:29 2012 +0900 Fix CREATE EXTENSION in cluster Two problems related to EXTENSION creation are fixed here. 1) Queries CREATE/ALTER EXTENSION were not sent to remote nodes. 2) A raw query string directly obtained from the extension script was sent to remote nodes, failing extension creation if more than 2 queries were planned. This process is now controlled at node level and only CREATE/ALTER extension queries are sent to remote nodes. Extension installation works correctly but no checks have been made with modules like dblink, they should however work like in vanilla Postgres... M src/backend/commands/extension.c M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/extension.c | 2 +- src/backend/tcop/utility.c | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@gm...> - 2012-05-28 12:15:45
|
Thanks for committing this. ---------- Koichi Suzuki 2012/5/28 Michael Paquier <mic...@us...>: > Project "Postgres-XC". > > The branch, REL1_0_STABLE has been updated > via 5fc0743a366d5062032909090dd7f39928521ed5 (commit) > from b11ace27ba62f65b2107f94f02bf0e6a6344eefb (commit) > > > - Log ----------------------------------------------------------------- > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5fc0743a366d5062032909090dd7f39928521ed5 > > commit 7e2906101cad5ee98a5b7d723889dc1ad6e57b87 > Author: Michael Paquier <mi...@ot...> > Date: Mon May 28 21:02:09 2012 +0900 > > Fix pgxc_clean crash when no options are specified > > Specifying a database or all databases is mandatory. > Per report from Hitoshi Hemmi and patch from Koichi Suzuki > > M src/pgxc/bin/pgxc_clean/pgxc_clean.c > > ----------------------------------------------------------------------- > > Summary of changes: > src/pgxc/bin/pgxc_clean/pgxc_clean.c | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers |
From: Michael P. <mic...@us...> - 2012-05-28 12:04:30
|
Project "Postgres-XC". The branch, master has been updated via 7e2906101cad5ee98a5b7d723889dc1ad6e57b87 (commit) from aca5a2b063acc39366d187899ed3a5bdc0095e0d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7e2906101cad5ee98a5b7d723889dc1ad6e57b87 commit 7e2906101cad5ee98a5b7d723889dc1ad6e57b87 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 21:02:09 2012 +0900 Fix pgxc_clean crash when no options are specified Specifying a database or all databases is mandatory. Per report from Hitoshi Hemmi and patch from Koichi Suzuki M src/pgxc/bin/pgxc_clean/pgxc_clean.c ----------------------------------------------------------------------- Summary of changes: src/pgxc/bin/pgxc_clean/pgxc_clean.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 12:04:28
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5fc0743a366d5062032909090dd7f39928521ed5 (commit) from b11ace27ba62f65b2107f94f02bf0e6a6344eefb (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5fc0743a366d5062032909090dd7f39928521ed5 commit 7e2906101cad5ee98a5b7d723889dc1ad6e57b87 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 21:02:09 2012 +0900 Fix pgxc_clean crash when no options are specified Specifying a database or all databases is mandatory. Per report from Hitoshi Hemmi and patch from Koichi Suzuki M src/pgxc/bin/pgxc_clean/pgxc_clean.c ----------------------------------------------------------------------- Summary of changes: src/pgxc/bin/pgxc_clean/pgxc_clean.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 08:25:34
|
Project "Postgres-XC". The branch, master has been updated via aca5a2b063acc39366d187899ed3a5bdc0095e0d (commit) from 863a13dc750a9fe91a4864224954bb40a7b7355e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=aca5a2b063acc39366d187899ed3a5bdc0095e0d commit aca5a2b063acc39366d187899ed3a5bdc0095e0d Author: Michael Paquier <mi...@ot...> Date: Mon May 28 17:19:28 2012 +0900 Fix a problem with transactions staying open on remote nodes The origin of the problem was that BEGIN messages were being sent to remote nodes for all the queries launched in do_query of execRemote.c. However, read-only queries were registered as read connections to remote nodes, meaning that a COMMIT message was not sent in this case. This had as direct consequence to keep transactions open on remote nodes. For example, in such a test case: create table tab(a int, b int); insert into tab values(1,2),(3,4); begin; select * from tab; prepare transaction 'pt2'; select * from tab; The transaction is begun on local Coordinator and remote nodes, but it is not committed on remote nodes. The origin of the problem is that it doesn't make sense to send a BEGIN message to remote nodes when SELECT is launched inside this transaction block, but it needs only to be sent when the first write operation is done. Then, when the second SELECT was launched, the remote Datanodes were complaining that a transaction was already open. This fix has been checked with regressions and DBT-1. It improves the performance output of DBT-1 by 15% for 5 nodes thanks to all the BEGIN messages not sent to remote nodes. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 08:25:32
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via b11ace27ba62f65b2107f94f02bf0e6a6344eefb (commit) from 6b6aacf690d6f31f8943fb1bebfce6fb61000973 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b11ace27ba62f65b2107f94f02bf0e6a6344eefb commit aca5a2b063acc39366d187899ed3a5bdc0095e0d Author: Michael Paquier <mi...@ot...> Date: Mon May 28 17:19:28 2012 +0900 Fix a problem with transactions staying open on remote nodes The origin of the problem was that BEGIN messages were being sent to remote nodes for all the queries launched in do_query of execRemote.c. However, read-only queries were registered as read connections to remote nodes, meaning that a COMMIT message was not sent in this case. This had as direct consequence to keep transactions open on remote nodes. For example, in such a test case: create table tab(a int, b int); insert into tab values(1,2),(3,4); begin; select * from tab; prepare transaction 'pt2'; select * from tab; The transaction is begun on local Coordinator and remote nodes, but it is not committed on remote nodes. The origin of the problem is that it doesn't make sense to send a BEGIN message to remote nodes when SELECT is launched inside this transaction block, but it needs only to be sent when the first write operation is done. Then, when the second SELECT was launched, the remote Datanodes were complaining that a transaction was already open. This fix has been checked with regressions and DBT-1. It improves the performance output of DBT-1 by 15% for 5 nodes thanks to all the BEGIN messages not sent to remote nodes. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 08:12:05
|
Project "Postgres-XC". The branch, master has been updated via 863a13dc750a9fe91a4864224954bb40a7b7355e (commit) from 548078beee58cf752a423d70340e80acc61cf102 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=863a13dc750a9fe91a4864224954bb40a7b7355e commit 863a13dc750a9fe91a4864224954bb40a7b7355e Author: Michael Paquier <mi...@ot...> Date: Mon May 28 17:13:41 2012 +0900 Remove useless query in test xc_misc The same kind of query was used twice, for the same results. Moreover, this query was not always giving consistent results depending on cluster configuration used. M src/test/regress/expected/xc_misc.out M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_misc.out | 13 ------------- src/test/regress/sql/xc_misc.sql | 2 -- 2 files changed, 0 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 08:12:02
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 6b6aacf690d6f31f8943fb1bebfce6fb61000973 (commit) from dd153068352fbd8c474ead3c1decf4107212f234 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6b6aacf690d6f31f8943fb1bebfce6fb61000973 commit 863a13dc750a9fe91a4864224954bb40a7b7355e Author: Michael Paquier <mi...@ot...> Date: Mon May 28 17:13:41 2012 +0900 Remove useless query in test xc_misc The same kind of query was used twice, for the same results. Moreover, this query was not always giving consistent results depending on cluster configuration used. M src/test/regress/expected/xc_misc.out M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_misc.out | 13 ------------- src/test/regress/sql/xc_misc.sql | 2 -- 2 files changed, 0 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 06:29:23
|
Project "Postgres-XC". The branch, master has been updated via 548078beee58cf752a423d70340e80acc61cf102 (commit) from 50939f47419fa619a6abad2c949aab7b71e69778 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=548078beee58cf752a423d70340e80acc61cf102 commit 548078beee58cf752a423d70340e80acc61cf102 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 15:31:16 2012 +0900 Correct reference to project websites in install documentation M doc-xc/src/sgml/installation.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/installation.sgmlin | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 06:29:21
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via dd153068352fbd8c474ead3c1decf4107212f234 (commit) from 2214f76fba2ed94c0c12683235ed0bbd66bb2152 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dd153068352fbd8c474ead3c1decf4107212f234 commit 548078beee58cf752a423d70340e80acc61cf102 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 15:31:16 2012 +0900 Correct reference to project websites in install documentation M doc-xc/src/sgml/installation.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/installation.sgmlin | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 06:16:55
|
Project "Postgres-XC". The branch, master has been updated via 50939f47419fa619a6abad2c949aab7b71e69778 (commit) from e66ae01f07e9b70372459a5f197e35b86c22cf62 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=50939f47419fa619a6abad2c949aab7b71e69778 commit 50939f47419fa619a6abad2c949aab7b71e69778 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 15:09:12 2012 +0900 Simplify remote node communication at PREPARE phase This commit fixes issue 3528952, which made a Coordinator sending COMMIT messages unnecessarily to remote nodes for read connections. This caused Datanodes to log a lot of warning messages of the type "WARNING: there is no transaction in progress". This issue was reproducible when cluster was under a huge load. Things are simplified in pgxc_node_remote_prepare and this function does not manage anymore with COMMIT messages, what it was not meant to do by the way. The modifications of this commit revert partially things implemented in commit 077b37369a4b26b5aa0db7b23667a1803e2af4de but does not change the process of SELECT FOR UPDATE transactions as connections using such queries are registed as write connections to remote nodes. All the test cases introduced by commits 077b373 and 9e66733 are kept. They pass correctly with this patch, and measurements with DBT-1 are passing correctly. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 116 +++++++++--------------------------- 1 files changed, 29 insertions(+), 87 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 06:16:49
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 2214f76fba2ed94c0c12683235ed0bbd66bb2152 (commit) from d82c4cfaf79adce15ce32561df2fb7156ade2b48 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2214f76fba2ed94c0c12683235ed0bbd66bb2152 commit 50939f47419fa619a6abad2c949aab7b71e69778 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 15:09:12 2012 +0900 Simplify remote node communication at PREPARE phase This commit fixes issue 3528952, which made a Coordinator sending COMMIT messages unnecessarily to remote nodes for read connections. This caused Datanodes to log a lot of warning messages of the type "WARNING: there is no transaction in progress". This issue was reproducible when cluster was under a huge load. Things are simplified in pgxc_node_remote_prepare and this function does not manage anymore with COMMIT messages, what it was not meant to do by the way. The modifications of this commit revert partially things implemented in commit 077b37369a4b26b5aa0db7b23667a1803e2af4de but does not change the process of SELECT FOR UPDATE transactions as connections using such queries are registed as write connections to remote nodes. All the test cases introduced by commits 077b373 and 9e66733 are kept. They pass correctly with this patch, and measurements with DBT-1 are passing correctly. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 116 +++++++++--------------------------- 1 files changed, 29 insertions(+), 87 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 00:03:28
|
Project "Postgres-XC". The branch, master has been updated via e66ae01f07e9b70372459a5f197e35b86c22cf62 (commit) from 4e8f58a8083df2056fbbf553fcdff958e96b768d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e66ae01f07e9b70372459a5f197e35b86c22cf62 commit e66ae01f07e9b70372459a5f197e35b86c22cf62 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 09:00:20 2012 +0900 Add flags in LINK.shared: -undefined suppress -flat_namespace This makes compilation of GTM possible on FreeBSD based system like Mac-OSX as GTM uses pthread natively and it is not the case of vanilla Postgres. This way of doing does not look to be the cleanest one, but it does not show issues with Linux-based platforms. M src/Makefile.shlib ----------------------------------------------------------------------- Summary of changes: src/Makefile.shlib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-28 00:03:22
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via d82c4cfaf79adce15ce32561df2fb7156ade2b48 (commit) from b2ea46f98ea50187d84bd621ab65c88e9eca4017 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d82c4cfaf79adce15ce32561df2fb7156ade2b48 commit e66ae01f07e9b70372459a5f197e35b86c22cf62 Author: Michael Paquier <mi...@ot...> Date: Mon May 28 09:00:20 2012 +0900 Add flags in LINK.shared: -undefined suppress -flat_namespace This makes compilation of GTM possible on FreeBSD based system like Mac-OSX as GTM uses pthread natively and it is not the case of vanilla Postgres. This way of doing does not look to be the cleanest one, but it does not show issues with Linux-based platforms. M src/Makefile.shlib ----------------------------------------------------------------------- Summary of changes: src/Makefile.shlib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-27 23:45:41
|
Project "Postgres-XC". The branch, master has been updated via 4e8f58a8083df2056fbbf553fcdff958e96b768d (commit) from 35a6dee96d84c70f4984a7dd5ea67d91d591546e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4e8f58a8083df2056fbbf553fcdff958e96b768d commit 4e8f58a8083df2056fbbf553fcdff958e96b768d Author: Michael Paquier <mi...@ot...> Date: Mon May 28 08:47:24 2012 +0900 Suppress forgotten library link in src/gtm/path for "make clean" When invocating make clean/distclean, libgtmpath.a was still defined. M src/gtm/path/Makefile ----------------------------------------------------------------------- Summary of changes: src/gtm/path/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-27 23:45:36
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via b2ea46f98ea50187d84bd621ab65c88e9eca4017 (commit) from 5494ea28004761af23d88bef9489fca18293e365 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b2ea46f98ea50187d84bd621ab65c88e9eca4017 commit 4e8f58a8083df2056fbbf553fcdff958e96b768d Author: Michael Paquier <mi...@ot...> Date: Mon May 28 08:47:24 2012 +0900 Suppress forgotten library link in src/gtm/path for "make clean" When invocating make clean/distclean, libgtmpath.a was still defined. M src/gtm/path/Makefile ----------------------------------------------------------------------- Summary of changes: src/gtm/path/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-05-25 06:50:08
|
Project "Postgres-XC". The branch, master has been updated via 35a6dee96d84c70f4984a7dd5ea67d91d591546e (commit) from eef28c9873e709e6d8c4f625290fc12f48935dab (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=35a6dee96d84c70f4984a7dd5ea67d91d591546e commit 35a6dee96d84c70f4984a7dd5ea67d91d591546e Author: Ashutosh Bapat <ash...@en...> Date: Fri May 25 11:45:44 2012 +0530 While fetching table rows from datanodes, fetch only the required columns instead of all the columns of the table. This also fixes the privileges issue; if a user does not have permissions to access certain columns of table, fetching all columns used to cause access privileges error. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/create_index.out M src/test/regress/expected/join.out M src/test/regress/expected/join_1.out M src/test/regress/expected/privileges_1.out M src/test/regress/expected/xc_FQS.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_for_update.out M src/test/regress/expected/xc_groupby.out M src/test/regress/expected/xc_having.out M src/test/regress/expected/xc_remote.out M src/test/regress/sql/privileges.sql ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 12 +- src/test/regress/expected/create_index.out | 24 +- src/test/regress/expected/join.out | 12 +- src/test/regress/expected/join_1.out | 12 +- src/test/regress/expected/privileges_1.out | 42 +++-- src/test/regress/expected/xc_FQS.out | 32 ++-- src/test/regress/expected/xc_FQS_join.out | 6 +- src/test/regress/expected/xc_for_update.out | 16 +- src/test/regress/expected/xc_groupby.out | 288 +++++++++++++------------- src/test/regress/expected/xc_having.out | 8 +- src/test/regress/expected/xc_remote.out | 32 ++-- src/test/regress/sql/privileges.sql | 13 +- 12 files changed, 260 insertions(+), 237 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-25 02:27:38
|
Project "Postgres-XC documentation". The branch, master has been updated via 45aea64435c33781c1e2d7dc68994aaf705abc38 (commit) via e754d28164c29153088f2bfce243b55c8db6891c (commit) from 868bf622a4b617c10dc424a8cdc72d5ad05d91c0 (commit) - Log ----------------------------------------------------------------- commit 45aea64435c33781c1e2d7dc68994aaf705abc38 Author: Michael Paquier <mi...@ot...> Date: Fri May 25 11:31:36 2012 +0900 Remove unnecessary files diff --git a/progress/2011FYQ1_Schedule.ods b/progress/2011FYQ1_Schedule.ods deleted file mode 100755 index d97af84..0000000 Binary files a/progress/2011FYQ1_Schedule.ods and /dev/null differ diff --git a/progress/Stabilization.odf b/progress/Stabilization.odf deleted file mode 100755 index b0a8ca8..0000000 Binary files a/progress/Stabilization.odf and /dev/null differ diff --git a/progress/documentation-progress.ods b/progress/documentation-progress.ods deleted file mode 100644 index 2c8577e..0000000 Binary files a/progress/documentation-progress.ods and /dev/null differ commit e754d28164c29153088f2bfce243b55c8db6891c Author: Michael Paquier <mi...@ot...> Date: Fri May 25 11:31:11 2012 +0900 Change Copyright information to Postgres-XC Development Group diff --git a/PG-XC_Configurator.odt b/PG-XC_Configurator.odt index b560a49..4392e78 100644 Binary files a/PG-XC_Configurator.odt and b/PG-XC_Configurator.odt differ diff --git a/PG-XC_DBT1_Tutorial.odt b/PG-XC_DBT1_Tutorial.odt index fd94df4..d7db178 100644 Binary files a/PG-XC_DBT1_Tutorial.odt and b/PG-XC_DBT1_Tutorial.odt differ diff --git a/PG-XC_InstallManual.odt b/PG-XC_InstallManual.odt index f9d9413..0b875eb 100644 Binary files a/PG-XC_InstallManual.odt and b/PG-XC_InstallManual.odt differ diff --git a/PG-XC_SQL_Limitations.odt b/PG-XC_SQL_Limitations.odt index 3a0e7a5..4704888 100644 Binary files a/PG-XC_SQL_Limitations.odt and b/PG-XC_SQL_Limitations.odt differ diff --git a/PG-XC_pgbench_Tutorial.odt b/PG-XC_pgbench_Tutorial.odt index a84e0ef..a6e6e05 100644 Binary files a/PG-XC_pgbench_Tutorial.odt and b/PG-XC_pgbench_Tutorial.odt differ ----------------------------------------------------------------------- Summary of changes: PG-XC_Configurator.odt | Bin 130255 -> 129064 bytes PG-XC_DBT1_Tutorial.odt | Bin 35263 -> 35669 bytes PG-XC_InstallManual.odt | Bin 188058 -> 188772 bytes PG-XC_SQL_Limitations.odt | Bin 28052 -> 28078 bytes PG-XC_pgbench_Tutorial.odt | Bin 19854 -> 19953 bytes progress/2011FYQ1_Schedule.ods | Bin 22246 -> 0 bytes progress/Stabilization.odf | Bin 30782 -> 0 bytes progress/documentation-progress.ods | Bin 19519 -> 0 bytes 8 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 progress/2011FYQ1_Schedule.ods delete mode 100755 progress/Stabilization.odf delete mode 100644 progress/documentation-progress.ods hooks/post-receive -- Postgres-XC documentation |
From: Michael P. <mic...@us...> - 2012-05-25 02:11:06
|
Project "website". The branch, master has been updated via 60bd2e69d0f7eaca2b3c514e62656046d8feb5da (commit) from 0756d9dcb6615c601184514725eb367615d85afe (commit) - Log ----------------------------------------------------------------- commit 60bd2e69d0f7eaca2b3c514e62656046d8feb5da Author: Michael <mi...@ot...> Date: Fri May 25 11:11:44 2012 +0900 Change Copyright information to Postgres-XC Development Group diff --git a/events.html b/events.html index 19d1653..657ce05 100755 --- a/events.html +++ b/events.html @@ -42,3 +42,11 @@ here. </a> </p> </html> + +<!-- Charter group --> +<h2 class="plain">Postgres-XC Development Group</h2> +<p class="plain"> +All information about Postgres-XC development Group is available +<a href="http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter" target="_blank">here</a>. +</p> +</html> diff --git a/license.html b/license.html index f7b9acf..1ceb69e 100755 --- a/license.html +++ b/license.html @@ -7,7 +7,7 @@ --> <html lang="en"> <head> -<title>Postgres_XC Project Home</title> +<title>Postgres-XC Project Home</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="author" content="koichi-szk"> <meta name="description" content="Postgres-XC project home"> @@ -23,8 +23,8 @@ License Postgres-XC Cluster Database Management System </p> <p> -Portions Copyright (c) 2010-2012, Nippon Telegraph and Telephone Corporation<br /> -Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group +Portions Copyright (c) 2010-2012, Postgres-XC Development Group<br /> +Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group </p> <p> Portions Copyright (c) 1994, The Regents of the University of California<br /> @@ -63,6 +63,20 @@ AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS<br /> ON AN "AS IS" BASIS, AND THE POSTGRESQL GLOBAL DEVELOPMENT GROUP HAS NO OBLIGATIONS TO<br /> PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. </p> +<p> +IN NO EVENT SHALL POSTGRES-XC DEVELOPMENT GROUP BE LIABLE TO ANY<br /> +PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL<br /> +DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS<br /> +SOFTWARE AND ITS DOCUMENTATION, EVEN IF POSTGRES-XC DEVELOPMENT<br /> +GROUP HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br /> +</p> +<p> +POSTGRES-XC DEVELOPMENT GROUP SPECIFICALLY DISCLAIMS ANY WARRANTIES,<br /> +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY<br /> +AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS<br /> +ON AN "AS IS" BASIS, AND THE POSTGRES-XC DEVELOPMENT GROUP HAS NO OBLIGATIONS TO<br /> +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +</p> <p><em>Since Postgres-XC 0.9.4, Licence is BSD<br />Prior to 0.9.3, License was LGPL 2.0</em></p> </body> </html> ----------------------------------------------------------------------- Summary of changes: events.html | 8 ++++++++ license.html | 20 +++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) hooks/post-receive -- website |
From: Michael P. <mic...@us...> - 2012-05-25 02:00:48
|
Project "Postgres-XC". The branch, master has been updated via eef28c9873e709e6d8c4f625290fc12f48935dab (commit) from 39330d67e4c6a6a3ce8fe3abea1d60ca645ed1ff (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=eef28c9873e709e6d8c4f625290fc12f48935dab commit eef28c9873e709e6d8c4f625290fc12f48935dab Author: Michael Paquier <mi...@ot...> Date: Fri May 25 11:01:26 2012 +0900 Change Copyright to "Postgres-XC Development Group" More information about "Postgres-XC Development Group" is available at http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter M COPYRIGHT M README M README.git M doc-xc/src/sgml/legal.sgmlin M src/backend/access/transam/clog.c M src/backend/access/transam/subtrans.c M src/backend/access/transam/twophase.c M src/backend/access/transam/varsup.c M src/backend/access/transam/xact.c M src/backend/bootstrap/bootstrap.c M src/backend/catalog/dependency.c M src/backend/catalog/heap.c M src/backend/catalog/pgxc_class.c M src/backend/commands/comment.c M src/backend/commands/indexcmds.c M src/backend/commands/sequence.c M src/backend/commands/tablecmds.c M src/backend/commands/vacuum.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/equalfuncs.c M src/backend/nodes/readfuncs.c M src/backend/parser/gram.y M src/backend/parser/parse_utilcmd.c M src/backend/pgxc/Makefile M src/backend/pgxc/barrier/Makefile M src/backend/pgxc/barrier/barrier.c M src/backend/pgxc/locator/Makefile M src/backend/pgxc/locator/locator.c M src/backend/pgxc/nodemgr/Makefile M src/backend/pgxc/nodemgr/groupmgr.c M src/backend/pgxc/nodemgr/nodemgr.c M src/backend/pgxc/plan/Makefile M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/Makefile M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/pool/pgxcnode.c M src/backend/pgxc/pool/poolcomm.c M src/backend/pgxc/pool/poolmgr.c M src/backend/pgxc/pool/poolutils.c M src/backend/pgxc/xc_maintenance_mode/Makefile M src/backend/postmaster/postmaster.c M src/backend/storage/ipc/procarray.c M src/backend/tcop/postgres.c M src/backend/tcop/utility.c M src/backend/utils/cache/relcache.c M src/backend/utils/cache/syscache.c M src/backend/utils/misc/guc.c M src/bin/initdb/initdb.c M src/bin/initgtm/initgtm.c M src/bin/pg_ctl/pg_ctl.c M src/gtm/Makefile M src/gtm/Makefile.port M src/gtm/client/Makefile M src/gtm/client/fe-connect.c M src/gtm/client/fe-misc.c M src/gtm/client/fe-protocol.c M src/gtm/client/gtm_client.c M src/gtm/client/ip.c M src/gtm/client/pqexpbuffer.c M src/gtm/client/strlcpy.c M src/gtm/client/test/Makefile M src/gtm/client/test/test_proxy.sh M src/gtm/client/test/test_seq.c M src/gtm/client/test/test_snap.c M src/gtm/client/test/test_snapperf.c M src/gtm/client/test/test_txn.c M src/gtm/client/test/test_txnperf.c M src/gtm/common/Makefile M src/gtm/common/aset.c M src/gtm/common/assert.c M src/gtm/common/elog.c M src/gtm/common/gtm_list.c M src/gtm/common/gtm_lock.c M src/gtm/common/gtm_serialize.c M src/gtm/common/gtm_serialize_debug.c M src/gtm/common/gtm_utils.c M src/gtm/common/mcxt.c M src/gtm/common/stringinfo.c M src/gtm/gtm_ctl/Makefile M src/gtm/gtm_ctl/gtm_ctl.c M src/gtm/libpq/Makefile M src/gtm/libpq/ip.c M src/gtm/libpq/pqcomm.c M src/gtm/libpq/pqformat.c M src/gtm/libpq/pqsignal.c M src/gtm/libpq/strlcpy.c M src/gtm/main/Makefile M src/gtm/main/gtm_opt.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_snap.c M src/gtm/main/gtm_standby.c M src/gtm/main/gtm_stat.c M src/gtm/main/gtm_stats.c M src/gtm/main/gtm_thread.c M src/gtm/main/gtm_time.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/gtm/path/Makefile M src/gtm/path/path.c M src/gtm/proxy/Makefile M src/gtm/proxy/gtm_proxy_opt.c M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/gtm/proxy/proxy_utils.c M src/gtm/recovery/Makefile M src/gtm/recovery/register_common.c M src/gtm/recovery/register_gtm.c M src/gtm/recovery/replication.c M src/gtm/recovery/standby_utils.c M src/gtm/test/Makefile M src/gtm/test/test_connect.c M src/gtm/test/test_node.c M src/gtm/test/test_node5.c M src/gtm/test/test_repli.c M src/gtm/test/test_repli2.c M src/gtm/test/test_scenario.c M src/gtm/test/test_seq.c M src/gtm/test/test_seq4.c M src/gtm/test/test_seq5.c M src/gtm/test/test_standby.c M src/gtm/test/test_startup.c M src/gtm/test/test_txn.c M src/gtm/test/test_txn4.c M src/gtm/test/test_txn5.c M src/gtm/test2/Makefile M src/gtm/test2/test_connect2.c M src/gtm/test2/test_standby.c M src/gtm/test2/test_startup.c M src/gtm/test2/test_txn.c M src/gtm/test2/test_txn2.c M src/gtm/test2/test_txn3.c M src/gtm/test2/test_txn4.c M src/gtm/test2/test_txn5.c M src/include/access/transam.h M src/include/access/xact.h M src/include/bootstrap/bootstrap.h M src/include/catalog/dependency.h M src/include/catalog/heap.h M src/include/catalog/indexing.h M src/include/catalog/pgxc_group.h M src/include/catalog/pgxc_node.h M src/include/gen_alloc.h M src/include/gtm/assert.h M src/include/gtm/elog.h M src/include/gtm/gtm.h M src/include/gtm/gtm_c.h M src/include/gtm/gtm_client.h M src/include/gtm/gtm_conn.h M src/include/gtm/gtm_ext.h M src/include/gtm/gtm_ip.h M src/include/gtm/gtm_list.h M src/include/gtm/gtm_lock.h M src/include/gtm/gtm_msg.h M src/include/gtm/gtm_opt.h M src/include/gtm/gtm_opt_tables.h M src/include/gtm/gtm_proxy.h M src/include/gtm/gtm_seq.h M src/include/gtm/gtm_serialize.h M src/include/gtm/gtm_serialize_debug.h M src/include/gtm/gtm_standby.h M src/include/gtm/gtm_time.h M src/include/gtm/gtm_txn.h M src/include/gtm/gtm_utils.h M src/include/gtm/ip.h M src/include/gtm/libpq-be.h M src/include/gtm/libpq-fe.h M src/include/gtm/libpq-int.h M src/include/gtm/libpq.h M src/include/gtm/memnodes.h M src/include/gtm/memutils.h M src/include/gtm/palloc.h M src/include/gtm/path.h M src/include/gtm/pqcomm.h M src/include/gtm/pqexpbuffer.h M src/include/gtm/pqformat.h M src/include/gtm/pqsignal.h M src/include/gtm/proxy_utils.h M src/include/gtm/register.h M src/include/gtm/replication.h M src/include/gtm/standby_utils.h M src/include/gtm/stringinfo.h M src/include/nodes/nodes.h M src/include/nodes/parsenodes.h M src/include/nodes/primnodes.h M src/include/parser/kwlist.h M src/include/parser/parse_utilcmd.h M src/include/pgxc/barrier.h M src/include/pgxc/execRemote.h M src/include/pgxc/groupmgr.h M src/include/pgxc/locator.h M src/include/pgxc/nodemgr.h M src/include/pgxc/pgxc.h M src/include/pgxc/pgxcnode.h M src/include/pgxc/planner.h M src/include/pgxc/poolcomm.h M src/include/pgxc/poolmgr.h M src/include/pgxc/poolutils.h M src/include/postgres.h M src/include/postmaster/autovacuum.h M src/include/storage/procarray.h M src/include/utils/rel.h M src/include/utils/snapshot.h M src/include/utils/syscache.h M src/pgxc/Makefile M src/pgxc/bin/Makefile M src/pgxc/bin/pgxc_clean/Makefile M src/pgxc/bin/pgxc_clean/txninfo.h M src/pgxc/bin/pgxc_ddl/pgxc_ddl M src/pgxc/tools/Makefile M src/pgxc/tools/makesgml/Makefile M src/pgxc/tools/makesgml/makesgml.c ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 14 +++++++++++++- README | 3 +++ README.git | 4 ++-- doc-xc/src/sgml/legal.sgmlin | 5 ++--- src/backend/access/transam/clog.c | 2 +- src/backend/access/transam/subtrans.c | 2 +- src/backend/access/transam/twophase.c | 2 +- src/backend/access/transam/varsup.c | 2 +- src/backend/access/transam/xact.c | 2 +- src/backend/bootstrap/bootstrap.c | 2 +- src/backend/catalog/dependency.c | 2 +- src/backend/catalog/heap.c | 2 +- src/backend/catalog/pgxc_class.c | 2 +- src/backend/commands/comment.c | 2 +- src/backend/commands/indexcmds.c | 2 +- src/backend/commands/sequence.c | 2 +- src/backend/commands/tablecmds.c | 2 +- src/backend/commands/vacuum.c | 2 +- src/backend/nodes/copyfuncs.c | 2 +- src/backend/nodes/equalfuncs.c | 2 +- src/backend/nodes/readfuncs.c | 2 +- src/backend/parser/gram.y | 2 +- src/backend/parser/parse_utilcmd.c | 2 +- src/backend/pgxc/Makefile | 2 +- src/backend/pgxc/barrier/Makefile | 2 +- src/backend/pgxc/barrier/barrier.c | 2 +- src/backend/pgxc/locator/Makefile | 2 +- src/backend/pgxc/locator/locator.c | 2 +- src/backend/pgxc/nodemgr/Makefile | 2 +- src/backend/pgxc/nodemgr/groupmgr.c | 2 +- src/backend/pgxc/nodemgr/nodemgr.c | 2 +- src/backend/pgxc/plan/Makefile | 2 +- src/backend/pgxc/plan/planner.c | 2 +- src/backend/pgxc/pool/Makefile | 2 +- src/backend/pgxc/pool/execRemote.c | 2 +- src/backend/pgxc/pool/pgxcnode.c | 2 +- src/backend/pgxc/pool/poolcomm.c | 2 +- src/backend/pgxc/pool/poolmgr.c | 2 +- src/backend/pgxc/pool/poolutils.c | 2 +- src/backend/pgxc/xc_maintenance_mode/Makefile | 2 +- src/backend/postmaster/postmaster.c | 2 +- src/backend/storage/ipc/procarray.c | 2 +- src/backend/tcop/postgres.c | 2 +- src/backend/tcop/utility.c | 2 +- src/backend/utils/cache/relcache.c | 2 +- src/backend/utils/cache/syscache.c | 2 +- src/backend/utils/misc/guc.c | 2 +- src/bin/initdb/initdb.c | 2 +- src/bin/initgtm/initgtm.c | 2 +- src/bin/pg_ctl/pg_ctl.c | 2 +- src/gtm/Makefile | 2 +- src/gtm/Makefile.port | 2 +- src/gtm/client/Makefile | 2 +- src/gtm/client/fe-connect.c | 2 +- src/gtm/client/fe-misc.c | 2 +- src/gtm/client/fe-protocol.c | 2 +- src/gtm/client/gtm_client.c | 2 +- src/gtm/client/ip.c | 2 +- src/gtm/client/pqexpbuffer.c | 2 +- src/gtm/client/strlcpy.c | 2 +- src/gtm/client/test/Makefile | 2 +- src/gtm/client/test/test_proxy.sh | 2 +- src/gtm/client/test/test_seq.c | 2 +- src/gtm/client/test/test_snap.c | 2 +- src/gtm/client/test/test_snapperf.c | 2 +- src/gtm/client/test/test_txn.c | 2 +- src/gtm/client/test/test_txnperf.c | 2 +- src/gtm/common/Makefile | 2 +- src/gtm/common/aset.c | 2 +- src/gtm/common/assert.c | 2 +- src/gtm/common/elog.c | 2 +- src/gtm/common/gtm_list.c | 2 +- src/gtm/common/gtm_lock.c | 2 +- src/gtm/common/gtm_serialize.c | 2 +- src/gtm/common/gtm_serialize_debug.c | 2 +- src/gtm/common/gtm_utils.c | 2 +- src/gtm/common/mcxt.c | 2 +- src/gtm/common/stringinfo.c | 2 +- src/gtm/gtm_ctl/Makefile | 2 +- src/gtm/gtm_ctl/gtm_ctl.c | 2 +- src/gtm/libpq/Makefile | 2 +- src/gtm/libpq/ip.c | 2 +- src/gtm/libpq/pqcomm.c | 2 +- src/gtm/libpq/pqformat.c | 2 +- src/gtm/libpq/pqsignal.c | 2 +- src/gtm/libpq/strlcpy.c | 2 +- src/gtm/main/Makefile | 2 +- src/gtm/main/gtm_opt.c | 2 +- src/gtm/main/gtm_seq.c | 2 +- src/gtm/main/gtm_snap.c | 2 +- src/gtm/main/gtm_standby.c | 2 +- src/gtm/main/gtm_stat.c | 2 +- src/gtm/main/gtm_stats.c | 2 +- src/gtm/main/gtm_thread.c | 2 +- src/gtm/main/gtm_time.c | 2 +- src/gtm/main/gtm_txn.c | 2 +- src/gtm/main/main.c | 2 +- src/gtm/path/Makefile | 2 +- src/gtm/path/path.c | 2 +- src/gtm/proxy/Makefile | 2 +- src/gtm/proxy/gtm_proxy_opt.c | 2 +- src/gtm/proxy/proxy_main.c | 2 +- src/gtm/proxy/proxy_thread.c | 2 +- src/gtm/proxy/proxy_utils.c | 2 +- src/gtm/recovery/Makefile | 2 +- src/gtm/recovery/register_common.c | 2 +- src/gtm/recovery/register_gtm.c | 2 +- src/gtm/recovery/replication.c | 2 +- src/gtm/recovery/standby_utils.c | 2 +- src/gtm/test/Makefile | 2 +- src/gtm/test/test_connect.c | 2 +- src/gtm/test/test_node.c | 2 +- src/gtm/test/test_node5.c | 2 +- src/gtm/test/test_repli.c | 2 +- src/gtm/test/test_repli2.c | 2 +- src/gtm/test/test_scenario.c | 2 +- src/gtm/test/test_seq.c | 2 +- src/gtm/test/test_seq4.c | 2 +- src/gtm/test/test_seq5.c | 2 +- src/gtm/test/test_standby.c | 2 +- src/gtm/test/test_startup.c | 2 +- src/gtm/test/test_txn.c | 2 +- src/gtm/test/test_txn4.c | 2 +- src/gtm/test/test_txn5.c | 2 +- src/gtm/test2/Makefile | 2 +- src/gtm/test2/test_connect2.c | 2 +- src/gtm/test2/test_standby.c | 2 +- src/gtm/test2/test_startup.c | 2 +- src/gtm/test2/test_txn.c | 2 +- src/gtm/test2/test_txn2.c | 2 +- src/gtm/test2/test_txn3.c | 2 +- src/gtm/test2/test_txn4.c | 2 +- src/gtm/test2/test_txn5.c | 2 +- src/include/access/transam.h | 2 +- src/include/access/xact.h | 2 +- src/include/bootstrap/bootstrap.h | 2 +- src/include/catalog/dependency.h | 2 +- src/include/catalog/heap.h | 2 +- src/include/catalog/indexing.h | 2 +- src/include/catalog/pgxc_group.h | 2 +- src/include/catalog/pgxc_node.h | 2 +- src/include/gen_alloc.h | 2 +- src/include/gtm/assert.h | 2 +- src/include/gtm/elog.h | 2 +- src/include/gtm/gtm.h | 2 +- src/include/gtm/gtm_c.h | 2 +- src/include/gtm/gtm_client.h | 2 +- src/include/gtm/gtm_conn.h | 2 +- src/include/gtm/gtm_ext.h | 2 +- src/include/gtm/gtm_ip.h | 2 +- src/include/gtm/gtm_list.h | 2 +- src/include/gtm/gtm_lock.h | 2 +- src/include/gtm/gtm_msg.h | 2 +- src/include/gtm/gtm_opt.h | 2 +- src/include/gtm/gtm_opt_tables.h | 2 +- src/include/gtm/gtm_proxy.h | 2 +- src/include/gtm/gtm_seq.h | 2 +- src/include/gtm/gtm_serialize.h | 2 +- src/include/gtm/gtm_serialize_debug.h | 2 +- src/include/gtm/gtm_standby.h | 2 +- src/include/gtm/gtm_time.h | 2 +- src/include/gtm/gtm_txn.h | 2 +- src/include/gtm/gtm_utils.h | 2 +- src/include/gtm/ip.h | 2 +- src/include/gtm/libpq-be.h | 2 +- src/include/gtm/libpq-fe.h | 2 +- src/include/gtm/libpq-int.h | 2 +- src/include/gtm/libpq.h | 2 +- src/include/gtm/memnodes.h | 2 +- src/include/gtm/memutils.h | 2 +- src/include/gtm/palloc.h | 2 +- src/include/gtm/path.h | 2 +- src/include/gtm/pqcomm.h | 2 +- src/include/gtm/pqexpbuffer.h | 2 +- src/include/gtm/pqformat.h | 2 +- src/include/gtm/pqsignal.h | 2 +- src/include/gtm/proxy_utils.h | 2 +- src/include/gtm/register.h | 2 +- src/include/gtm/replication.h | 2 +- src/include/gtm/standby_utils.h | 2 +- src/include/gtm/stringinfo.h | 2 +- src/include/nodes/nodes.h | 2 +- src/include/nodes/parsenodes.h | 2 +- src/include/nodes/primnodes.h | 2 +- src/include/parser/kwlist.h | 2 +- src/include/parser/parse_utilcmd.h | 2 +- src/include/pgxc/barrier.h | 2 +- src/include/pgxc/execRemote.h | 2 +- src/include/pgxc/groupmgr.h | 2 +- src/include/pgxc/locator.h | 2 +- src/include/pgxc/nodemgr.h | 2 +- src/include/pgxc/pgxc.h | 2 +- src/include/pgxc/pgxcnode.h | 2 +- src/include/pgxc/planner.h | 2 +- src/include/pgxc/poolcomm.h | 2 +- src/include/pgxc/poolmgr.h | 2 +- src/include/pgxc/poolutils.h | 2 +- src/include/postgres.h | 2 +- src/include/postmaster/autovacuum.h | 2 +- src/include/storage/procarray.h | 2 +- src/include/utils/rel.h | 2 +- src/include/utils/snapshot.h | 2 +- src/include/utils/syscache.h | 2 +- src/pgxc/Makefile | 2 +- src/pgxc/bin/Makefile | 2 +- src/pgxc/bin/pgxc_clean/Makefile | 2 +- src/pgxc/bin/pgxc_clean/txninfo.h | 2 +- src/pgxc/bin/pgxc_ddl/pgxc_ddl | 2 +- src/pgxc/tools/Makefile | 2 +- src/pgxc/tools/makesgml/Makefile | 2 +- src/pgxc/tools/makesgml/makesgml.c | 2 +- 211 files changed, 227 insertions(+), 213 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-25 02:00:43
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5494ea28004761af23d88bef9489fca18293e365 (commit) from c9a15eeaaa78cf47f57830bbcb3234917e041afa (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5494ea28004761af23d88bef9489fca18293e365 commit eef28c9873e709e6d8c4f625290fc12f48935dab Author: Michael Paquier <mi...@ot...> Date: Fri May 25 11:01:26 2012 +0900 Change Copyright to "Postgres-XC Development Group" More information about "Postgres-XC Development Group" is available at http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter M COPYRIGHT M README M README.git M doc-xc/src/sgml/legal.sgmlin M src/backend/access/transam/clog.c M src/backend/access/transam/subtrans.c M src/backend/access/transam/twophase.c M src/backend/access/transam/varsup.c M src/backend/access/transam/xact.c M src/backend/bootstrap/bootstrap.c M src/backend/catalog/dependency.c M src/backend/catalog/heap.c M src/backend/catalog/pgxc_class.c M src/backend/commands/comment.c M src/backend/commands/indexcmds.c M src/backend/commands/sequence.c M src/backend/commands/tablecmds.c M src/backend/commands/vacuum.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/equalfuncs.c M src/backend/nodes/readfuncs.c M src/backend/parser/gram.y M src/backend/parser/parse_utilcmd.c M src/backend/pgxc/Makefile M src/backend/pgxc/barrier/Makefile M src/backend/pgxc/barrier/barrier.c M src/backend/pgxc/locator/Makefile M src/backend/pgxc/locator/locator.c M src/backend/pgxc/nodemgr/Makefile M src/backend/pgxc/nodemgr/groupmgr.c M src/backend/pgxc/nodemgr/nodemgr.c M src/backend/pgxc/plan/Makefile M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/Makefile M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/pool/pgxcnode.c M src/backend/pgxc/pool/poolcomm.c M src/backend/pgxc/pool/poolmgr.c M src/backend/pgxc/pool/poolutils.c M src/backend/pgxc/xc_maintenance_mode/Makefile M src/backend/postmaster/postmaster.c M src/backend/storage/ipc/procarray.c M src/backend/tcop/postgres.c M src/backend/tcop/utility.c M src/backend/utils/cache/relcache.c M src/backend/utils/cache/syscache.c M src/backend/utils/misc/guc.c M src/bin/initdb/initdb.c M src/bin/initgtm/initgtm.c M src/bin/pg_ctl/pg_ctl.c M src/gtm/Makefile M src/gtm/Makefile.port M src/gtm/client/Makefile M src/gtm/client/fe-connect.c M src/gtm/client/fe-misc.c M src/gtm/client/fe-protocol.c M src/gtm/client/gtm_client.c M src/gtm/client/ip.c M src/gtm/client/pqexpbuffer.c M src/gtm/client/strlcpy.c M src/gtm/client/test/Makefile M src/gtm/client/test/test_proxy.sh M src/gtm/client/test/test_seq.c M src/gtm/client/test/test_snap.c M src/gtm/client/test/test_snapperf.c M src/gtm/client/test/test_txn.c M src/gtm/client/test/test_txnperf.c M src/gtm/common/Makefile M src/gtm/common/aset.c M src/gtm/common/assert.c M src/gtm/common/elog.c M src/gtm/common/gtm_list.c M src/gtm/common/gtm_lock.c M src/gtm/common/gtm_serialize.c M src/gtm/common/gtm_serialize_debug.c M src/gtm/common/gtm_utils.c M src/gtm/common/mcxt.c M src/gtm/common/stringinfo.c M src/gtm/gtm_ctl/Makefile M src/gtm/gtm_ctl/gtm_ctl.c M src/gtm/libpq/Makefile M src/gtm/libpq/ip.c M src/gtm/libpq/pqcomm.c M src/gtm/libpq/pqformat.c M src/gtm/libpq/pqsignal.c M src/gtm/libpq/strlcpy.c M src/gtm/main/Makefile M src/gtm/main/gtm_opt.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_snap.c M src/gtm/main/gtm_standby.c M src/gtm/main/gtm_stat.c M src/gtm/main/gtm_stats.c M src/gtm/main/gtm_thread.c M src/gtm/main/gtm_time.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/gtm/path/Makefile M src/gtm/path/path.c M src/gtm/proxy/Makefile M src/gtm/proxy/gtm_proxy_opt.c M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/gtm/proxy/proxy_utils.c M src/gtm/recovery/Makefile M src/gtm/recovery/register_common.c M src/gtm/recovery/register_gtm.c M src/gtm/recovery/replication.c M src/gtm/recovery/standby_utils.c M src/gtm/test/Makefile M src/gtm/test/test_connect.c M src/gtm/test/test_node.c M src/gtm/test/test_node5.c M src/gtm/test/test_repli.c M src/gtm/test/test_repli2.c M src/gtm/test/test_scenario.c M src/gtm/test/test_seq.c M src/gtm/test/test_seq4.c M src/gtm/test/test_seq5.c M src/gtm/test/test_standby.c M src/gtm/test/test_startup.c M src/gtm/test/test_txn.c M src/gtm/test/test_txn4.c M src/gtm/test/test_txn5.c M src/gtm/test2/Makefile M src/gtm/test2/test_connect2.c M src/gtm/test2/test_standby.c M src/gtm/test2/test_startup.c M src/gtm/test2/test_txn.c M src/gtm/test2/test_txn2.c M src/gtm/test2/test_txn3.c M src/gtm/test2/test_txn4.c M src/gtm/test2/test_txn5.c M src/include/access/transam.h M src/include/access/xact.h M src/include/bootstrap/bootstrap.h M src/include/catalog/dependency.h M src/include/catalog/heap.h M src/include/catalog/indexing.h M src/include/catalog/pgxc_group.h M src/include/catalog/pgxc_node.h M src/include/gen_alloc.h M src/include/gtm/assert.h M src/include/gtm/elog.h M src/include/gtm/gtm.h M src/include/gtm/gtm_c.h M src/include/gtm/gtm_client.h M src/include/gtm/gtm_conn.h M src/include/gtm/gtm_ext.h M src/include/gtm/gtm_ip.h M src/include/gtm/gtm_list.h M src/include/gtm/gtm_lock.h M src/include/gtm/gtm_msg.h M src/include/gtm/gtm_opt.h M src/include/gtm/gtm_opt_tables.h M src/include/gtm/gtm_proxy.h M src/include/gtm/gtm_seq.h M src/include/gtm/gtm_serialize.h M src/include/gtm/gtm_serialize_debug.h M src/include/gtm/gtm_standby.h M src/include/gtm/gtm_time.h M src/include/gtm/gtm_txn.h M src/include/gtm/gtm_utils.h M src/include/gtm/ip.h M src/include/gtm/libpq-be.h M src/include/gtm/libpq-fe.h M src/include/gtm/libpq-int.h M src/include/gtm/libpq.h M src/include/gtm/memnodes.h M src/include/gtm/memutils.h M src/include/gtm/palloc.h M src/include/gtm/path.h M src/include/gtm/pqcomm.h M src/include/gtm/pqexpbuffer.h M src/include/gtm/pqformat.h M src/include/gtm/pqsignal.h M src/include/gtm/proxy_utils.h M src/include/gtm/register.h M src/include/gtm/replication.h M src/include/gtm/standby_utils.h M src/include/gtm/stringinfo.h M src/include/nodes/nodes.h M src/include/nodes/parsenodes.h M src/include/nodes/primnodes.h M src/include/parser/kwlist.h M src/include/parser/parse_utilcmd.h M src/include/pgxc/barrier.h M src/include/pgxc/execRemote.h M src/include/pgxc/groupmgr.h M src/include/pgxc/locator.h M src/include/pgxc/nodemgr.h M src/include/pgxc/pgxc.h M src/include/pgxc/pgxcnode.h M src/include/pgxc/planner.h M src/include/pgxc/poolcomm.h M src/include/pgxc/poolmgr.h M src/include/pgxc/poolutils.h M src/include/postgres.h M src/include/postmaster/autovacuum.h M src/include/storage/procarray.h M src/include/utils/rel.h M src/include/utils/snapshot.h M src/include/utils/syscache.h M src/pgxc/Makefile M src/pgxc/bin/Makefile M src/pgxc/bin/pgxc_clean/Makefile M src/pgxc/bin/pgxc_clean/txninfo.h M src/pgxc/bin/pgxc_ddl/pgxc_ddl M src/pgxc/tools/Makefile M src/pgxc/tools/makesgml/Makefile M src/pgxc/tools/makesgml/makesgml.c ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 14 +++++++++++++- README | 3 +++ README.git | 4 ++-- doc-xc/src/sgml/legal.sgmlin | 5 ++--- src/backend/access/transam/clog.c | 2 +- src/backend/access/transam/subtrans.c | 2 +- src/backend/access/transam/twophase.c | 2 +- src/backend/access/transam/varsup.c | 2 +- src/backend/access/transam/xact.c | 2 +- src/backend/bootstrap/bootstrap.c | 2 +- src/backend/catalog/dependency.c | 2 +- src/backend/catalog/heap.c | 2 +- src/backend/catalog/pgxc_class.c | 2 +- src/backend/commands/comment.c | 2 +- src/backend/commands/indexcmds.c | 2 +- src/backend/commands/sequence.c | 2 +- src/backend/commands/tablecmds.c | 2 +- src/backend/commands/vacuum.c | 2 +- src/backend/nodes/copyfuncs.c | 2 +- src/backend/nodes/equalfuncs.c | 2 +- src/backend/nodes/readfuncs.c | 2 +- src/backend/parser/gram.y | 2 +- src/backend/parser/parse_utilcmd.c | 2 +- src/backend/pgxc/Makefile | 2 +- src/backend/pgxc/barrier/Makefile | 2 +- src/backend/pgxc/barrier/barrier.c | 2 +- src/backend/pgxc/locator/Makefile | 2 +- src/backend/pgxc/locator/locator.c | 2 +- src/backend/pgxc/nodemgr/Makefile | 2 +- src/backend/pgxc/nodemgr/groupmgr.c | 2 +- src/backend/pgxc/nodemgr/nodemgr.c | 2 +- src/backend/pgxc/plan/Makefile | 2 +- src/backend/pgxc/plan/planner.c | 2 +- src/backend/pgxc/pool/Makefile | 2 +- src/backend/pgxc/pool/execRemote.c | 2 +- src/backend/pgxc/pool/pgxcnode.c | 2 +- src/backend/pgxc/pool/poolcomm.c | 2 +- src/backend/pgxc/pool/poolmgr.c | 2 +- src/backend/pgxc/pool/poolutils.c | 2 +- src/backend/pgxc/xc_maintenance_mode/Makefile | 2 +- src/backend/postmaster/postmaster.c | 2 +- src/backend/storage/ipc/procarray.c | 2 +- src/backend/tcop/postgres.c | 2 +- src/backend/tcop/utility.c | 2 +- src/backend/utils/cache/relcache.c | 2 +- src/backend/utils/cache/syscache.c | 2 +- src/backend/utils/misc/guc.c | 2 +- src/bin/initdb/initdb.c | 2 +- src/bin/initgtm/initgtm.c | 2 +- src/bin/pg_ctl/pg_ctl.c | 2 +- src/gtm/Makefile | 2 +- src/gtm/Makefile.port | 2 +- src/gtm/client/Makefile | 2 +- src/gtm/client/fe-connect.c | 2 +- src/gtm/client/fe-misc.c | 2 +- src/gtm/client/fe-protocol.c | 2 +- src/gtm/client/gtm_client.c | 2 +- src/gtm/client/ip.c | 2 +- src/gtm/client/pqexpbuffer.c | 2 +- src/gtm/client/strlcpy.c | 2 +- src/gtm/client/test/Makefile | 2 +- src/gtm/client/test/test_proxy.sh | 2 +- src/gtm/client/test/test_seq.c | 2 +- src/gtm/client/test/test_snap.c | 2 +- src/gtm/client/test/test_snapperf.c | 2 +- src/gtm/client/test/test_txn.c | 2 +- src/gtm/client/test/test_txnperf.c | 2 +- src/gtm/common/Makefile | 2 +- src/gtm/common/aset.c | 2 +- src/gtm/common/assert.c | 2 +- src/gtm/common/elog.c | 2 +- src/gtm/common/gtm_list.c | 2 +- src/gtm/common/gtm_lock.c | 2 +- src/gtm/common/gtm_serialize.c | 2 +- src/gtm/common/gtm_serialize_debug.c | 2 +- src/gtm/common/gtm_utils.c | 2 +- src/gtm/common/mcxt.c | 2 +- src/gtm/common/stringinfo.c | 2 +- src/gtm/gtm_ctl/Makefile | 2 +- src/gtm/gtm_ctl/gtm_ctl.c | 2 +- src/gtm/libpq/Makefile | 2 +- src/gtm/libpq/ip.c | 2 +- src/gtm/libpq/pqcomm.c | 2 +- src/gtm/libpq/pqformat.c | 2 +- src/gtm/libpq/pqsignal.c | 2 +- src/gtm/libpq/strlcpy.c | 2 +- src/gtm/main/Makefile | 2 +- src/gtm/main/gtm_opt.c | 2 +- src/gtm/main/gtm_seq.c | 2 +- src/gtm/main/gtm_snap.c | 2 +- src/gtm/main/gtm_standby.c | 2 +- src/gtm/main/gtm_stat.c | 2 +- src/gtm/main/gtm_stats.c | 2 +- src/gtm/main/gtm_thread.c | 2 +- src/gtm/main/gtm_time.c | 2 +- src/gtm/main/gtm_txn.c | 2 +- src/gtm/main/main.c | 2 +- src/gtm/path/Makefile | 2 +- src/gtm/path/path.c | 2 +- src/gtm/proxy/Makefile | 2 +- src/gtm/proxy/gtm_proxy_opt.c | 2 +- src/gtm/proxy/proxy_main.c | 2 +- src/gtm/proxy/proxy_thread.c | 2 +- src/gtm/proxy/proxy_utils.c | 2 +- src/gtm/recovery/Makefile | 2 +- src/gtm/recovery/register_common.c | 2 +- src/gtm/recovery/register_gtm.c | 2 +- src/gtm/recovery/replication.c | 2 +- src/gtm/recovery/standby_utils.c | 2 +- src/gtm/test/Makefile | 2 +- src/gtm/test/test_connect.c | 2 +- src/gtm/test/test_node.c | 2 +- src/gtm/test/test_node5.c | 2 +- src/gtm/test/test_repli.c | 2 +- src/gtm/test/test_repli2.c | 2 +- src/gtm/test/test_scenario.c | 2 +- src/gtm/test/test_seq.c | 2 +- src/gtm/test/test_seq4.c | 2 +- src/gtm/test/test_seq5.c | 2 +- src/gtm/test/test_standby.c | 2 +- src/gtm/test/test_startup.c | 2 +- src/gtm/test/test_txn.c | 2 +- src/gtm/test/test_txn4.c | 2 +- src/gtm/test/test_txn5.c | 2 +- src/gtm/test2/Makefile | 2 +- src/gtm/test2/test_connect2.c | 2 +- src/gtm/test2/test_standby.c | 2 +- src/gtm/test2/test_startup.c | 2 +- src/gtm/test2/test_txn.c | 2 +- src/gtm/test2/test_txn2.c | 2 +- src/gtm/test2/test_txn3.c | 2 +- src/gtm/test2/test_txn4.c | 2 +- src/gtm/test2/test_txn5.c | 2 +- src/include/access/transam.h | 2 +- src/include/access/xact.h | 2 +- src/include/bootstrap/bootstrap.h | 2 +- src/include/catalog/dependency.h | 2 +- src/include/catalog/heap.h | 2 +- src/include/catalog/indexing.h | 2 +- src/include/catalog/pgxc_group.h | 2 +- src/include/catalog/pgxc_node.h | 2 +- src/include/gen_alloc.h | 2 +- src/include/gtm/assert.h | 2 +- src/include/gtm/elog.h | 2 +- src/include/gtm/gtm.h | 2 +- src/include/gtm/gtm_c.h | 2 +- src/include/gtm/gtm_client.h | 2 +- src/include/gtm/gtm_conn.h | 2 +- src/include/gtm/gtm_ext.h | 2 +- src/include/gtm/gtm_ip.h | 2 +- src/include/gtm/gtm_list.h | 2 +- src/include/gtm/gtm_lock.h | 2 +- src/include/gtm/gtm_msg.h | 2 +- src/include/gtm/gtm_opt.h | 2 +- src/include/gtm/gtm_opt_tables.h | 2 +- src/include/gtm/gtm_proxy.h | 2 +- src/include/gtm/gtm_seq.h | 2 +- src/include/gtm/gtm_serialize.h | 2 +- src/include/gtm/gtm_serialize_debug.h | 2 +- src/include/gtm/gtm_standby.h | 2 +- src/include/gtm/gtm_time.h | 2 +- src/include/gtm/gtm_txn.h | 2 +- src/include/gtm/gtm_utils.h | 2 +- src/include/gtm/ip.h | 2 +- src/include/gtm/libpq-be.h | 2 +- src/include/gtm/libpq-fe.h | 2 +- src/include/gtm/libpq-int.h | 2 +- src/include/gtm/libpq.h | 2 +- src/include/gtm/memnodes.h | 2 +- src/include/gtm/memutils.h | 2 +- src/include/gtm/palloc.h | 2 +- src/include/gtm/path.h | 2 +- src/include/gtm/pqcomm.h | 2 +- src/include/gtm/pqexpbuffer.h | 2 +- src/include/gtm/pqformat.h | 2 +- src/include/gtm/pqsignal.h | 2 +- src/include/gtm/proxy_utils.h | 2 +- src/include/gtm/register.h | 2 +- src/include/gtm/replication.h | 2 +- src/include/gtm/standby_utils.h | 2 +- src/include/gtm/stringinfo.h | 2 +- src/include/nodes/nodes.h | 2 +- src/include/nodes/parsenodes.h | 2 +- src/include/nodes/primnodes.h | 2 +- src/include/parser/kwlist.h | 2 +- src/include/parser/parse_utilcmd.h | 2 +- src/include/pgxc/barrier.h | 2 +- src/include/pgxc/execRemote.h | 2 +- src/include/pgxc/groupmgr.h | 2 +- src/include/pgxc/locator.h | 2 +- src/include/pgxc/nodemgr.h | 2 +- src/include/pgxc/pgxc.h | 2 +- src/include/pgxc/pgxcnode.h | 2 +- src/include/pgxc/planner.h | 2 +- src/include/pgxc/poolcomm.h | 2 +- src/include/pgxc/poolmgr.h | 2 +- src/include/pgxc/poolutils.h | 2 +- src/include/postgres.h | 2 +- src/include/postmaster/autovacuum.h | 2 +- src/include/storage/procarray.h | 2 +- src/include/utils/rel.h | 2 +- src/include/utils/snapshot.h | 2 +- src/include/utils/syscache.h | 2 +- src/pgxc/Makefile | 2 +- src/pgxc/bin/Makefile | 2 +- src/pgxc/bin/pgxc_clean/Makefile | 2 +- src/pgxc/bin/pgxc_clean/txninfo.h | 2 +- src/pgxc/bin/pgxc_ddl/pgxc_ddl | 2 +- src/pgxc/tools/Makefile | 2 +- src/pgxc/tools/makesgml/Makefile | 2 +- src/pgxc/tools/makesgml/makesgml.c | 2 +- 211 files changed, 227 insertions(+), 213 deletions(-) hooks/post-receive -- Postgres-XC |