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