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-30 08:47:06
|
Project "Postgres-XC". The branch, master has been updated via 68032614b0a99f4b0ba666b52cbbf4dd30566e70 (commit) from ce8261042c5eaf0866770f2628efbf77590bb24a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=68032614b0a99f4b0ba666b52cbbf4dd30566e70 commit 68032614b0a99f4b0ba666b52cbbf4dd30566e70 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 17:45:13 2012 +0900 Update code comments: use "Coordinator" and "Datanode" as conventional terms This unifies the convention name for Coordinator and Datanode in Postgres-XC with documentation. M src/backend/access/common/printtup.c M src/backend/access/transam/twophase.c M src/backend/access/transam/xact.c M src/backend/catalog/dependency.c M src/backend/commands/copy.c M src/backend/commands/prepare.c M src/backend/commands/tablecmds.c M src/backend/commands/vacuum.c M src/backend/executor/functions.c M src/backend/executor/nodeAgg.c M src/backend/optimizer/path/allpaths.c M src/backend/optimizer/plan/createplan.c M src/backend/optimizer/plan/planner.c M src/backend/parser/analyze.c M src/backend/parser/parse_agg.c M src/backend/pgxc/barrier/barrier.c M src/backend/pgxc/locator/locator.c M src/backend/pgxc/nodemgr/nodemgr.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/pool/pgxcnode.c M src/backend/pgxc/pool/poolmgr.c M src/backend/pgxc/pool/poolutils.c M src/backend/pgxc/pool/postgresql_fdw.c M src/backend/rewrite/rewriteHandler.c M src/backend/storage/ipc/procarray.c M src/backend/tcop/postgres.c M src/backend/tcop/utility.c M src/backend/utils/adt/dbsize.c M src/backend/utils/adt/lockfuncs.c M src/backend/utils/adt/ruleutils.c M src/backend/utils/cache/lsyscache.c M src/backend/utils/cache/plancache.c M src/bin/pg_ctl/pg_ctl.c M src/gtm/common/elog.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/include/executor/tuptable.h M src/include/nodes/parsenodes.h M src/include/nodes/plannodes.h M src/include/nodes/relation.h M src/include/pgxc/execRemote.h M src/include/pgxc/locator.h M src/include/pgxc/pgxcnode.h M src/include/pgxc/planner.h M src/include/pgxc/poolmgr.h M src/pgxc/bin/pgxc_clean/pgxc_clean.c M src/test/regress/expected/xc_misc.out M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/backend/access/common/printtup.c | 2 +- src/backend/access/transam/twophase.c | 4 +- src/backend/access/transam/xact.c | 6 +- src/backend/catalog/dependency.c | 2 +- src/backend/commands/copy.c | 38 +++--- src/backend/commands/prepare.c | 14 +- src/backend/commands/tablecmds.c | 4 +- src/backend/commands/vacuum.c | 4 +- src/backend/executor/functions.c | 2 +- src/backend/executor/nodeAgg.c | 10 +- src/backend/optimizer/path/allpaths.c | 2 +- src/backend/optimizer/plan/createplan.c | 70 ++++++------ src/backend/optimizer/plan/planner.c | 16 ++-- src/backend/parser/analyze.c | 4 +- src/backend/parser/parse_agg.c | 4 +- src/backend/pgxc/barrier/barrier.c | 50 ++++---- src/backend/pgxc/locator/locator.c | 4 +- src/backend/pgxc/nodemgr/nodemgr.c | 4 +- src/backend/pgxc/plan/planner.c | 130 +++++++++++----------- src/backend/pgxc/pool/execRemote.c | 188 +++++++++++++++--------------- src/backend/pgxc/pool/pgxcnode.c | 6 +- src/backend/pgxc/pool/poolmgr.c | 40 +++---- src/backend/pgxc/pool/poolutils.c | 4 +- src/backend/pgxc/pool/postgresql_fdw.c | 10 +- src/backend/rewrite/rewriteHandler.c | 2 +- src/backend/storage/ipc/procarray.c | 18 ++-- src/backend/tcop/postgres.c | 8 +- src/backend/tcop/utility.c | 8 +- src/backend/utils/adt/dbsize.c | 14 +- src/backend/utils/adt/lockfuncs.c | 24 ++-- src/backend/utils/adt/ruleutils.c | 6 +- src/backend/utils/cache/lsyscache.c | 4 +- src/backend/utils/cache/plancache.c | 8 +- src/bin/pg_ctl/pg_ctl.c | 4 +- src/gtm/common/elog.c | 2 +- src/gtm/main/gtm_txn.c | 4 +- src/gtm/main/main.c | 2 +- src/include/executor/tuptable.h | 2 +- src/include/nodes/parsenodes.h | 4 +- src/include/nodes/plannodes.h | 2 +- src/include/nodes/relation.h | 2 +- src/include/pgxc/execRemote.h | 8 +- src/include/pgxc/locator.h | 2 +- src/include/pgxc/pgxcnode.h | 6 +- src/include/pgxc/planner.h | 6 +- src/include/pgxc/poolmgr.h | 4 +- src/pgxc/bin/pgxc_clean/pgxc_clean.c | 34 +++--- src/test/regress/expected/xc_misc.out | 2 +- src/test/regress/pg_regress.c | 4 +- 49 files changed, 398 insertions(+), 400 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 08:47:04
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 03a1f19723d8b2b6855fd6da45a5533909cb3de5 (commit) from 4af83b0fb6d0120fbfe2b1ec72141b7f52d92209 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=03a1f19723d8b2b6855fd6da45a5533909cb3de5 commit 68032614b0a99f4b0ba666b52cbbf4dd30566e70 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 17:45:13 2012 +0900 Update code comments: use "Coordinator" and "Datanode" as conventional terms This unifies the convention name for Coordinator and Datanode in Postgres-XC with documentation. M src/backend/access/common/printtup.c M src/backend/access/transam/twophase.c M src/backend/access/transam/xact.c M src/backend/catalog/dependency.c M src/backend/commands/copy.c M src/backend/commands/prepare.c M src/backend/commands/tablecmds.c M src/backend/commands/vacuum.c M src/backend/executor/functions.c M src/backend/executor/nodeAgg.c M src/backend/optimizer/path/allpaths.c M src/backend/optimizer/plan/createplan.c M src/backend/optimizer/plan/planner.c M src/backend/parser/analyze.c M src/backend/parser/parse_agg.c M src/backend/pgxc/barrier/barrier.c M src/backend/pgxc/locator/locator.c M src/backend/pgxc/nodemgr/nodemgr.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/pool/pgxcnode.c M src/backend/pgxc/pool/poolmgr.c M src/backend/pgxc/pool/poolutils.c M src/backend/pgxc/pool/postgresql_fdw.c M src/backend/rewrite/rewriteHandler.c M src/backend/storage/ipc/procarray.c M src/backend/tcop/postgres.c M src/backend/tcop/utility.c M src/backend/utils/adt/dbsize.c M src/backend/utils/adt/lockfuncs.c M src/backend/utils/adt/ruleutils.c M src/backend/utils/cache/lsyscache.c M src/backend/utils/cache/plancache.c M src/bin/pg_ctl/pg_ctl.c M src/gtm/common/elog.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c M src/include/executor/tuptable.h M src/include/nodes/parsenodes.h M src/include/nodes/plannodes.h M src/include/nodes/relation.h M src/include/pgxc/execRemote.h M src/include/pgxc/locator.h M src/include/pgxc/pgxcnode.h M src/include/pgxc/planner.h M src/include/pgxc/poolmgr.h M src/pgxc/bin/pgxc_clean/pgxc_clean.c M src/test/regress/expected/xc_misc.out M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/backend/access/common/printtup.c | 2 +- src/backend/access/transam/twophase.c | 4 +- src/backend/access/transam/xact.c | 6 +- src/backend/catalog/dependency.c | 2 +- src/backend/commands/copy.c | 38 +++--- src/backend/commands/prepare.c | 14 +- src/backend/commands/tablecmds.c | 4 +- src/backend/commands/vacuum.c | 4 +- src/backend/executor/functions.c | 2 +- src/backend/executor/nodeAgg.c | 10 +- src/backend/optimizer/path/allpaths.c | 2 +- src/backend/optimizer/plan/createplan.c | 70 ++++++------ src/backend/optimizer/plan/planner.c | 16 ++-- src/backend/parser/analyze.c | 4 +- src/backend/parser/parse_agg.c | 4 +- src/backend/pgxc/barrier/barrier.c | 50 ++++---- src/backend/pgxc/locator/locator.c | 4 +- src/backend/pgxc/nodemgr/nodemgr.c | 4 +- src/backend/pgxc/plan/planner.c | 130 +++++++++++----------- src/backend/pgxc/pool/execRemote.c | 188 +++++++++++++++--------------- src/backend/pgxc/pool/pgxcnode.c | 6 +- src/backend/pgxc/pool/poolmgr.c | 40 +++---- src/backend/pgxc/pool/poolutils.c | 4 +- src/backend/pgxc/pool/postgresql_fdw.c | 10 +- src/backend/rewrite/rewriteHandler.c | 2 +- src/backend/storage/ipc/procarray.c | 18 ++-- src/backend/tcop/postgres.c | 8 +- src/backend/tcop/utility.c | 8 +- src/backend/utils/adt/dbsize.c | 14 +- src/backend/utils/adt/lockfuncs.c | 24 ++-- src/backend/utils/adt/ruleutils.c | 6 +- src/backend/utils/cache/lsyscache.c | 4 +- src/backend/utils/cache/plancache.c | 8 +- src/bin/pg_ctl/pg_ctl.c | 4 +- src/gtm/common/elog.c | 2 +- src/gtm/main/gtm_txn.c | 4 +- src/gtm/main/main.c | 2 +- src/include/executor/tuptable.h | 2 +- src/include/nodes/parsenodes.h | 4 +- src/include/nodes/plannodes.h | 2 +- src/include/nodes/relation.h | 2 +- src/include/pgxc/execRemote.h | 8 +- src/include/pgxc/locator.h | 2 +- src/include/pgxc/pgxcnode.h | 6 +- src/include/pgxc/planner.h | 6 +- src/include/pgxc/poolmgr.h | 4 +- src/pgxc/bin/pgxc_clean/pgxc_clean.c | 34 +++--- src/test/regress/expected/xc_misc.out | 2 +- src/test/regress/pg_regress.c | 4 +- 49 files changed, 398 insertions(+), 400 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 07:21:06
|
Project "Postgres-XC". The branch, master has been updated via ce8261042c5eaf0866770f2628efbf77590bb24a (commit) from 38c40e8cfcd88b11b1c75bf3b989deac44cc852d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ce8261042c5eaf0866770f2628efbf77590bb24a commit ce8261042c5eaf0866770f2628efbf77590bb24a Author: Michael Paquier <mi...@ot...> Date: Wed May 30 16:20:04 2012 +0900 Correct commands in documentation for initdb, postgres and initgtm The term "data node" is changed by "Datanode" in docs. M doc-xc/src/sgml/arch-dev.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/ref/create_aggregate.sgmlin M doc-xc/src/sgml/runtime.sgmlin M doc-xc/src/sgml/wal.sgmlin M doc-xc/src/sgml/xaggr.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/arch-dev.sgmlin | 14 ++-- doc-xc/src/sgml/func.sgmlin | 6 +- doc-xc/src/sgml/installation.sgmlin | 4 +- doc-xc/src/sgml/ref/create_aggregate.sgmlin | 10 +- doc-xc/src/sgml/runtime.sgmlin | 145 ++++++++++++++++----------- doc-xc/src/sgml/wal.sgmlin | 4 +- doc-xc/src/sgml/xaggr.sgmlin | 2 +- 7 files changed, 106 insertions(+), 79 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 07:21:04
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 4af83b0fb6d0120fbfe2b1ec72141b7f52d92209 (commit) from 49a8538a21f241525756aeba42482dd7a236c1b7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4af83b0fb6d0120fbfe2b1ec72141b7f52d92209 commit ce8261042c5eaf0866770f2628efbf77590bb24a Author: Michael Paquier <mi...@ot...> Date: Wed May 30 16:20:04 2012 +0900 Correct commands in documentation for initdb, postgres and initgtm The term "data node" is changed by "Datanode" in docs. M doc-xc/src/sgml/arch-dev.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/ref/create_aggregate.sgmlin M doc-xc/src/sgml/runtime.sgmlin M doc-xc/src/sgml/wal.sgmlin M doc-xc/src/sgml/xaggr.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/arch-dev.sgmlin | 14 ++-- doc-xc/src/sgml/func.sgmlin | 6 +- doc-xc/src/sgml/installation.sgmlin | 4 +- doc-xc/src/sgml/ref/create_aggregate.sgmlin | 10 +- doc-xc/src/sgml/runtime.sgmlin | 145 ++++++++++++++++----------- doc-xc/src/sgml/wal.sgmlin | 4 +- doc-xc/src/sgml/xaggr.sgmlin | 2 +- 7 files changed, 106 insertions(+), 79 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 06:18:24
|
Project "Postgres-XC". The branch, master has been updated via 38c40e8cfcd88b11b1c75bf3b989deac44cc852d (commit) from 6b43c6f6b7040bbb76fa6dfc62d993c99d07f182 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=38c40e8cfcd88b11b1c75bf3b989deac44cc852d commit 38c40e8cfcd88b11b1c75bf3b989deac44cc852d Author: Michael Paquier <mi...@ot...> Date: Wed May 30 15:20:00 2012 +0900 Update documentation with correct naming for Coordinator and Datanode The first letter of those names is upper case by *convention*. M doc-xc/src/sgml/adminpack.sgmlin M doc-xc/src/sgml/advanced.sgmlin M doc-xc/src/sgml/arch-dev.sgmlin M doc-xc/src/sgml/auto-explain.sgmlin M doc-xc/src/sgml/backup.sgmlin M doc-xc/src/sgml/config.sgmlin M doc-xc/src/sgml/datatype.sgmlin M doc-xc/src/sgml/ddl.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/high-availability.sgmlin M doc-xc/src/sgml/history.sgmlin M doc-xc/src/sgml/indices.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/intro.sgmlin M doc-xc/src/sgml/maintenance.sgmlin M doc-xc/src/sgml/manage-ag.sgmlin M doc-xc/src/sgml/mvcc.sgmlin M doc-xc/src/sgml/oid2name.sgmlin M doc-xc/src/sgml/pageinspect.sgmlin M doc-xc/src/sgml/perform.sgmlin M doc-xc/src/sgml/pgarchivecleanup.sgmlin M doc-xc/src/sgml/pgbuffercache.sgmlin M doc-xc/src/sgml/pgfreespacemap.sgmlin M doc-xc/src/sgml/pgrowlocks.sgmlin M doc-xc/src/sgml/pgstattuple.sgmlin M doc-xc/src/sgml/pltcl.sgmlin M doc-xc/src/sgml/query.sgmlin M doc-xc/src/sgml/recovery-config.sgmlin M doc-xc/src/sgml/ref/alter_database.sgmlin M doc-xc/src/sgml/ref/alter_node.sgmlin M doc-xc/src/sgml/ref/checkpoint.sgmlin M doc-xc/src/sgml/ref/cluster.sgmlin M doc-xc/src/sgml/ref/commit_prepared.sgmlin M doc-xc/src/sgml/ref/copy.sgmlin M doc-xc/src/sgml/ref/create_aggregate.sgmlin M doc-xc/src/sgml/ref/create_database.sgmlin M doc-xc/src/sgml/ref/create_function.sgmlin M doc-xc/src/sgml/ref/create_index.sgmlin M doc-xc/src/sgml/ref/create_node.sgmlin M doc-xc/src/sgml/ref/create_nodegroup.sgmlin M doc-xc/src/sgml/ref/create_table.sgmlin M doc-xc/src/sgml/ref/create_table_as.sgmlin M doc-xc/src/sgml/ref/create_tablespace.sgmlin M doc-xc/src/sgml/ref/drop_database.sgmlin M doc-xc/src/sgml/ref/explain.sgmlin M doc-xc/src/sgml/ref/gtm.sgmlin M doc-xc/src/sgml/ref/gtm_proxy.sgmlin M doc-xc/src/sgml/ref/load.sgmlin M doc-xc/src/sgml/ref/pg_controldata.sgmlin M doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin M doc-xc/src/sgml/ref/pg_resetxlog.sgmlin M doc-xc/src/sgml/ref/pgxc_clean-ref.sgmlin M doc-xc/src/sgml/ref/pgxc_ddl.sgmlin M doc-xc/src/sgml/ref/postgres-ref.sgmlin M doc-xc/src/sgml/ref/postmaster.sgmlin M doc-xc/src/sgml/ref/prepare_transaction.sgmlin M doc-xc/src/sgml/ref/rollback_prepared.sgmlin M doc-xc/src/sgml/ref/vacuum.sgmlin M doc-xc/src/sgml/ref/vacuumdb.sgmlin M doc-xc/src/sgml/release-xc-1.0.sgmlin M doc-xc/src/sgml/runtime.sgmlin M doc-xc/src/sgml/start.sgmlin M doc-xc/src/sgml/wal.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/adminpack.sgmlin | 2 +- doc-xc/src/sgml/advanced.sgmlin | 2 +- doc-xc/src/sgml/arch-dev.sgmlin | 124 +++++++++++----------- doc-xc/src/sgml/auto-explain.sgmlin | 8 +- doc-xc/src/sgml/backup.sgmlin | 28 +++--- doc-xc/src/sgml/config.sgmlin | 64 ++++++------ doc-xc/src/sgml/datatype.sgmlin | 2 +- doc-xc/src/sgml/ddl.sgmlin | 36 +++--- doc-xc/src/sgml/func.sgmlin | 30 +++--- doc-xc/src/sgml/high-availability.sgmlin | 4 +- doc-xc/src/sgml/history.sgmlin | 14 ++- doc-xc/src/sgml/indices.sgmlin | 4 +- doc-xc/src/sgml/installation.sgmlin | 132 ++++++++++++------------ doc-xc/src/sgml/intro.sgmlin | 62 +++++------ doc-xc/src/sgml/maintenance.sgmlin | 18 ++-- doc-xc/src/sgml/manage-ag.sgmlin | 2 +- doc-xc/src/sgml/mvcc.sgmlin | 32 +++--- doc-xc/src/sgml/oid2name.sgmlin | 6 +- doc-xc/src/sgml/pageinspect.sgmlin | 4 +- doc-xc/src/sgml/perform.sgmlin | 18 ++-- doc-xc/src/sgml/pgarchivecleanup.sgmlin | 4 +- doc-xc/src/sgml/pgbuffercache.sgmlin | 2 +- doc-xc/src/sgml/pgfreespacemap.sgmlin | 4 +- doc-xc/src/sgml/pgrowlocks.sgmlin | 4 +- doc-xc/src/sgml/pgstattuple.sgmlin | 4 +- doc-xc/src/sgml/pltcl.sgmlin | 4 +- doc-xc/src/sgml/query.sgmlin | 2 +- doc-xc/src/sgml/recovery-config.sgmlin | 6 +- doc-xc/src/sgml/ref/alter_database.sgmlin | 2 +- doc-xc/src/sgml/ref/alter_node.sgmlin | 2 +- doc-xc/src/sgml/ref/checkpoint.sgmlin | 2 +- doc-xc/src/sgml/ref/cluster.sgmlin | 2 +- doc-xc/src/sgml/ref/commit_prepared.sgmlin | 2 +- doc-xc/src/sgml/ref/copy.sgmlin | 2 +- doc-xc/src/sgml/ref/create_aggregate.sgmlin | 10 +- doc-xc/src/sgml/ref/create_database.sgmlin | 2 +- doc-xc/src/sgml/ref/create_function.sgmlin | 2 +- doc-xc/src/sgml/ref/create_index.sgmlin | 4 +- doc-xc/src/sgml/ref/create_node.sgmlin | 6 +- doc-xc/src/sgml/ref/create_nodegroup.sgmlin | 4 +- doc-xc/src/sgml/ref/create_table.sgmlin | 16 ++-- doc-xc/src/sgml/ref/create_table_as.sgmlin | 8 +- doc-xc/src/sgml/ref/create_tablespace.sgmlin | 2 +- doc-xc/src/sgml/ref/drop_database.sgmlin | 2 +- doc-xc/src/sgml/ref/explain.sgmlin | 6 +- doc-xc/src/sgml/ref/gtm.sgmlin | 4 +- doc-xc/src/sgml/ref/gtm_proxy.sgmlin | 4 +- doc-xc/src/sgml/ref/load.sgmlin | 6 +- doc-xc/src/sgml/ref/pg_controldata.sgmlin | 4 +- doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin | 10 +- doc-xc/src/sgml/ref/pg_resetxlog.sgmlin | 4 +- doc-xc/src/sgml/ref/pgxc_clean-ref.sgmlin | 6 +- doc-xc/src/sgml/ref/pgxc_ddl.sgmlin | 36 +++--- doc-xc/src/sgml/ref/postgres-ref.sgmlin | 8 +- doc-xc/src/sgml/ref/postmaster.sgmlin | 2 +- doc-xc/src/sgml/ref/prepare_transaction.sgmlin | 4 +- doc-xc/src/sgml/ref/rollback_prepared.sgmlin | 2 +- doc-xc/src/sgml/ref/vacuum.sgmlin | 2 +- doc-xc/src/sgml/ref/vacuumdb.sgmlin | 2 +- doc-xc/src/sgml/release-xc-1.0.sgmlin | 6 +- doc-xc/src/sgml/runtime.sgmlin | 106 ++++++++++---------- doc-xc/src/sgml/start.sgmlin | 36 +++--- doc-xc/src/sgml/wal.sgmlin | 10 +- 63 files changed, 474 insertions(+), 474 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 06:18:22
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 49a8538a21f241525756aeba42482dd7a236c1b7 (commit) from 9cf32d7bab7d56fc35473554512919b6dde4719c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=49a8538a21f241525756aeba42482dd7a236c1b7 commit 38c40e8cfcd88b11b1c75bf3b989deac44cc852d Author: Michael Paquier <mi...@ot...> Date: Wed May 30 15:20:00 2012 +0900 Update documentation with correct naming for Coordinator and Datanode The first letter of those names is upper case by *convention*. M doc-xc/src/sgml/adminpack.sgmlin M doc-xc/src/sgml/advanced.sgmlin M doc-xc/src/sgml/arch-dev.sgmlin M doc-xc/src/sgml/auto-explain.sgmlin M doc-xc/src/sgml/backup.sgmlin M doc-xc/src/sgml/config.sgmlin M doc-xc/src/sgml/datatype.sgmlin M doc-xc/src/sgml/ddl.sgmlin M doc-xc/src/sgml/func.sgmlin M doc-xc/src/sgml/high-availability.sgmlin M doc-xc/src/sgml/history.sgmlin M doc-xc/src/sgml/indices.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/intro.sgmlin M doc-xc/src/sgml/maintenance.sgmlin M doc-xc/src/sgml/manage-ag.sgmlin M doc-xc/src/sgml/mvcc.sgmlin M doc-xc/src/sgml/oid2name.sgmlin M doc-xc/src/sgml/pageinspect.sgmlin M doc-xc/src/sgml/perform.sgmlin M doc-xc/src/sgml/pgarchivecleanup.sgmlin M doc-xc/src/sgml/pgbuffercache.sgmlin M doc-xc/src/sgml/pgfreespacemap.sgmlin M doc-xc/src/sgml/pgrowlocks.sgmlin M doc-xc/src/sgml/pgstattuple.sgmlin M doc-xc/src/sgml/pltcl.sgmlin M doc-xc/src/sgml/query.sgmlin M doc-xc/src/sgml/recovery-config.sgmlin M doc-xc/src/sgml/ref/alter_database.sgmlin M doc-xc/src/sgml/ref/alter_node.sgmlin M doc-xc/src/sgml/ref/checkpoint.sgmlin M doc-xc/src/sgml/ref/cluster.sgmlin M doc-xc/src/sgml/ref/commit_prepared.sgmlin M doc-xc/src/sgml/ref/copy.sgmlin M doc-xc/src/sgml/ref/create_aggregate.sgmlin M doc-xc/src/sgml/ref/create_database.sgmlin M doc-xc/src/sgml/ref/create_function.sgmlin M doc-xc/src/sgml/ref/create_index.sgmlin M doc-xc/src/sgml/ref/create_node.sgmlin M doc-xc/src/sgml/ref/create_nodegroup.sgmlin M doc-xc/src/sgml/ref/create_table.sgmlin M doc-xc/src/sgml/ref/create_table_as.sgmlin M doc-xc/src/sgml/ref/create_tablespace.sgmlin M doc-xc/src/sgml/ref/drop_database.sgmlin M doc-xc/src/sgml/ref/explain.sgmlin M doc-xc/src/sgml/ref/gtm.sgmlin M doc-xc/src/sgml/ref/gtm_proxy.sgmlin M doc-xc/src/sgml/ref/load.sgmlin M doc-xc/src/sgml/ref/pg_controldata.sgmlin M doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin M doc-xc/src/sgml/ref/pg_resetxlog.sgmlin M doc-xc/src/sgml/ref/pgxc_clean-ref.sgmlin M doc-xc/src/sgml/ref/pgxc_ddl.sgmlin M doc-xc/src/sgml/ref/postgres-ref.sgmlin M doc-xc/src/sgml/ref/postmaster.sgmlin M doc-xc/src/sgml/ref/prepare_transaction.sgmlin M doc-xc/src/sgml/ref/rollback_prepared.sgmlin M doc-xc/src/sgml/ref/vacuum.sgmlin M doc-xc/src/sgml/ref/vacuumdb.sgmlin M doc-xc/src/sgml/release-xc-1.0.sgmlin M doc-xc/src/sgml/runtime.sgmlin M doc-xc/src/sgml/start.sgmlin M doc-xc/src/sgml/wal.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/adminpack.sgmlin | 2 +- doc-xc/src/sgml/advanced.sgmlin | 2 +- doc-xc/src/sgml/arch-dev.sgmlin | 124 +++++++++++----------- doc-xc/src/sgml/auto-explain.sgmlin | 8 +- doc-xc/src/sgml/backup.sgmlin | 28 +++--- doc-xc/src/sgml/config.sgmlin | 64 ++++++------ doc-xc/src/sgml/datatype.sgmlin | 2 +- doc-xc/src/sgml/ddl.sgmlin | 36 +++--- doc-xc/src/sgml/func.sgmlin | 30 +++--- doc-xc/src/sgml/high-availability.sgmlin | 4 +- doc-xc/src/sgml/history.sgmlin | 14 ++- doc-xc/src/sgml/indices.sgmlin | 4 +- doc-xc/src/sgml/installation.sgmlin | 132 ++++++++++++------------ doc-xc/src/sgml/intro.sgmlin | 62 +++++------ doc-xc/src/sgml/maintenance.sgmlin | 18 ++-- doc-xc/src/sgml/manage-ag.sgmlin | 2 +- doc-xc/src/sgml/mvcc.sgmlin | 32 +++--- doc-xc/src/sgml/oid2name.sgmlin | 6 +- doc-xc/src/sgml/pageinspect.sgmlin | 4 +- doc-xc/src/sgml/perform.sgmlin | 18 ++-- doc-xc/src/sgml/pgarchivecleanup.sgmlin | 4 +- doc-xc/src/sgml/pgbuffercache.sgmlin | 2 +- doc-xc/src/sgml/pgfreespacemap.sgmlin | 4 +- doc-xc/src/sgml/pgrowlocks.sgmlin | 4 +- doc-xc/src/sgml/pgstattuple.sgmlin | 4 +- doc-xc/src/sgml/pltcl.sgmlin | 4 +- doc-xc/src/sgml/query.sgmlin | 2 +- doc-xc/src/sgml/recovery-config.sgmlin | 6 +- doc-xc/src/sgml/ref/alter_database.sgmlin | 2 +- doc-xc/src/sgml/ref/alter_node.sgmlin | 2 +- doc-xc/src/sgml/ref/checkpoint.sgmlin | 2 +- doc-xc/src/sgml/ref/cluster.sgmlin | 2 +- doc-xc/src/sgml/ref/commit_prepared.sgmlin | 2 +- doc-xc/src/sgml/ref/copy.sgmlin | 2 +- doc-xc/src/sgml/ref/create_aggregate.sgmlin | 10 +- doc-xc/src/sgml/ref/create_database.sgmlin | 2 +- doc-xc/src/sgml/ref/create_function.sgmlin | 2 +- doc-xc/src/sgml/ref/create_index.sgmlin | 4 +- doc-xc/src/sgml/ref/create_node.sgmlin | 6 +- doc-xc/src/sgml/ref/create_nodegroup.sgmlin | 4 +- doc-xc/src/sgml/ref/create_table.sgmlin | 16 ++-- doc-xc/src/sgml/ref/create_table_as.sgmlin | 8 +- doc-xc/src/sgml/ref/create_tablespace.sgmlin | 2 +- doc-xc/src/sgml/ref/drop_database.sgmlin | 2 +- doc-xc/src/sgml/ref/explain.sgmlin | 6 +- doc-xc/src/sgml/ref/gtm.sgmlin | 4 +- doc-xc/src/sgml/ref/gtm_proxy.sgmlin | 4 +- doc-xc/src/sgml/ref/load.sgmlin | 6 +- doc-xc/src/sgml/ref/pg_controldata.sgmlin | 4 +- doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin | 10 +- doc-xc/src/sgml/ref/pg_resetxlog.sgmlin | 4 +- doc-xc/src/sgml/ref/pgxc_clean-ref.sgmlin | 6 +- doc-xc/src/sgml/ref/pgxc_ddl.sgmlin | 36 +++--- doc-xc/src/sgml/ref/postgres-ref.sgmlin | 8 +- doc-xc/src/sgml/ref/postmaster.sgmlin | 2 +- doc-xc/src/sgml/ref/prepare_transaction.sgmlin | 4 +- doc-xc/src/sgml/ref/rollback_prepared.sgmlin | 2 +- doc-xc/src/sgml/ref/vacuum.sgmlin | 2 +- doc-xc/src/sgml/ref/vacuumdb.sgmlin | 2 +- doc-xc/src/sgml/release-xc-1.0.sgmlin | 6 +- doc-xc/src/sgml/runtime.sgmlin | 106 ++++++++++---------- doc-xc/src/sgml/start.sgmlin | 36 +++--- doc-xc/src/sgml/wal.sgmlin | 10 +- 63 files changed, 474 insertions(+), 474 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 05:30:20
|
Project "Postgres-XC". The branch, master has been updated via 6b43c6f6b7040bbb76fa6dfc62d993c99d07f182 (commit) from b646671c84bbd0070bcbe1bd5e1ba177bda153ea (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6b43c6f6b7040bbb76fa6dfc62d993c99d07f182 commit 6b43c6f6b7040bbb76fa6dfc62d993c99d07f182 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 14:33:05 2012 +0900 Add reference to gtm.conf and gtm_proxy.conf in documentation Index M doc-xc/src/sgml/ref/gtm.sgmlin M doc-xc/src/sgml/ref/gtm_proxy.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 2 +- doc-xc/src/sgml/ref/gtm_proxy.sgmlin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 05:30:18
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 9cf32d7bab7d56fc35473554512919b6dde4719c (commit) from 9e5425a8995321ea92a9b1efdfc5d21098f43712 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9cf32d7bab7d56fc35473554512919b6dde4719c commit 6b43c6f6b7040bbb76fa6dfc62d993c99d07f182 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 14:33:05 2012 +0900 Add reference to gtm.conf and gtm_proxy.conf in documentation Index M doc-xc/src/sgml/ref/gtm.sgmlin M doc-xc/src/sgml/ref/gtm_proxy.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 2 +- doc-xc/src/sgml/ref/gtm_proxy.sgmlin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 05:11:37
|
Project "Postgres-XC". The branch, master has been updated via b646671c84bbd0070bcbe1bd5e1ba177bda153ea (commit) from 8c98163ed77abf61d2d07fcea6574ab5ec0d77f6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b646671c84bbd0070bcbe1bd5e1ba177bda153ea commit b646671c84bbd0070bcbe1bd5e1ba177bda153ea Author: Michael Paquier <mi...@ot...> Date: Wed May 30 14:13:03 2012 +0900 Avoid index collate for recovery_target_barrier when generating documentation recovery_target_barrier was defined twice, generating a warning when checking the documentation index unicity. M doc-xc/src/sgml/recovery-config.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/recovery-config.sgmlin | 27 +++++++-------------------- 1 files changed, 7 insertions(+), 20 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 05:11:35
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 9e5425a8995321ea92a9b1efdfc5d21098f43712 (commit) from 5a97950c66d049ca239a711697ef4ea82baa346b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9e5425a8995321ea92a9b1efdfc5d21098f43712 commit b646671c84bbd0070bcbe1bd5e1ba177bda153ea Author: Michael Paquier <mi...@ot...> Date: Wed May 30 14:13:03 2012 +0900 Avoid index collate for recovery_target_barrier when generating documentation recovery_target_barrier was defined twice, generating a warning when checking the documentation index unicity. M doc-xc/src/sgml/recovery-config.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/recovery-config.sgmlin | 27 +++++++-------------------- 1 files changed, 7 insertions(+), 20 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 03:27:56
|
Project "Postgres-XC". The branch, master has been updated via 8c98163ed77abf61d2d07fcea6574ab5ec0d77f6 (commit) from 17a10053d5d1b6d0d32c4b3ba2a7aee5803f9252 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c98163ed77abf61d2d07fcea6574ab5ec0d77f6 commit 8c98163ed77abf61d2d07fcea6574ab5ec0d77f6 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:30:52 2012 +0900 Correct typo in page related to application gtm in docs M doc-xc/src/sgml/ref/gtm.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 03:27:54
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5a97950c66d049ca239a711697ef4ea82baa346b (commit) from 480c253fee15ccbf27a8bbc616e2d7c19bddd47d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5a97950c66d049ca239a711697ef4ea82baa346b commit 8c98163ed77abf61d2d07fcea6574ab5ec0d77f6 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:30:52 2012 +0900 Correct typo in page related to application gtm in docs M doc-xc/src/sgml/ref/gtm.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 03:24:39
|
Project "Postgres-XC". The branch, master has been updated via 17a10053d5d1b6d0d32c4b3ba2a7aee5803f9252 (commit) from 2a6c141bcd4eb16f938e0682a071e4176253445c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=17a10053d5d1b6d0d32c4b3ba2a7aee5803f9252 commit 17a10053d5d1b6d0d32c4b3ba2a7aee5803f9252 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:24:04 2012 +0900 Clarify role of parameter xc_maintenance_mode Parameter description had some typo mistakes and it wasn't really clear what were its effects on sessions when activated. M doc-xc/src/sgml/config.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 03:24:36
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 480c253fee15ccbf27a8bbc616e2d7c19bddd47d (commit) from 42965463727a2de38e9c56d4cd1b47bc727b97f6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=480c253fee15ccbf27a8bbc616e2d7c19bddd47d commit 17a10053d5d1b6d0d32c4b3ba2a7aee5803f9252 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:24:04 2012 +0900 Clarify role of parameter xc_maintenance_mode Parameter description had some typo mistakes and it wasn't really clear what were its effects on sessions when activated. M doc-xc/src/sgml/config.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 21 ++++++++------------- 1 files changed, 8 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 03:07:35
|
Project "Postgres-XC". The branch, master has been updated via 2a6c141bcd4eb16f938e0682a071e4176253445c (commit) from 8b0136c8640e0bc9ca35c02b950f315d1ae25b56 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2a6c141bcd4eb16f938e0682a071e4176253445c commit 2a6c141bcd4eb16f938e0682a071e4176253445c Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:09:50 2012 +0900 Change "Postgre-XC" by "Postgres-XC" in documentation M doc-xc/src/sgml/reference.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/reference.sgmlin | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 03:07:33
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 42965463727a2de38e9c56d4cd1b47bc727b97f6 (commit) from c527b0d52a9f42ee26aa1367b7bb297b385e41d8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=42965463727a2de38e9c56d4cd1b47bc727b97f6 commit 2a6c141bcd4eb16f938e0682a071e4176253445c Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:09:50 2012 +0900 Change "Postgre-XC" by "Postgres-XC" in documentation M doc-xc/src/sgml/reference.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/reference.sgmlin | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 02:59:40
|
Project "Postgres-XC". The branch, master has been updated via 8b0136c8640e0bc9ca35c02b950f315d1ae25b56 (commit) from d27a6e625dd84af1bb6fc9a8f6dce3f61468320e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8b0136c8640e0bc9ca35c02b950f315d1ae25b56 commit 8b0136c8640e0bc9ca35c02b950f315d1ae25b56 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:00:36 2012 +0900 Modify short installation in docs with simple Postgres-XC install This short installation can be done easily on a local machine with 1 Coordinator, 2 Datanodes and 1 GTM. More details regarding platforms supported are also added. M doc-xc/src/sgml/installation.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/installation.sgmlin | 49 ++++++++++++++++++++++------------- 1 files changed, 31 insertions(+), 18 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 02:59:37
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via c527b0d52a9f42ee26aa1367b7bb297b385e41d8 (commit) from dacb522658a08b3afa34bae1ea13ab42eb84f835 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c527b0d52a9f42ee26aa1367b7bb297b385e41d8 commit 8b0136c8640e0bc9ca35c02b950f315d1ae25b56 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 12:00:36 2012 +0900 Modify short installation in docs with simple Postgres-XC install This short installation can be done easily on a local machine with 1 Coordinator, 2 Datanodes and 1 GTM. More details regarding platforms supported are also added. M doc-xc/src/sgml/installation.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/installation.sgmlin | 49 ++++++++++++++++++++++------------- 1 files changed, 31 insertions(+), 18 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 02:11:27
|
Project "Postgres-XC". The branch, master has been updated via d27a6e625dd84af1bb6fc9a8f6dce3f61468320e (commit) from bb8e7ec36dbc2ed6e054249d3d2ac54935addd51 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d27a6e625dd84af1bb6fc9a8f6dce3f61468320e commit d27a6e625dd84af1bb6fc9a8f6dce3f61468320e Author: Michael Paquier <mi...@ot...> Date: Wed May 30 11:13:59 2012 +0900 Clean up documentation about XCM, pgxc_config and xc_watcher Such functionalities are not part of core. M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/postgres.sgmlin M doc-xc/src/sgml/reference.sgmlin M doc-xc/src/sgml/runtime.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/installation.sgmlin | 62 +---------------------------------- doc-xc/src/sgml/postgres.sgmlin | 11 ------ doc-xc/src/sgml/reference.sgmlin | 8 +--- doc-xc/src/sgml/runtime.sgmlin | 4 +-- 4 files changed, 4 insertions(+), 81 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 02:11:24
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via dacb522658a08b3afa34bae1ea13ab42eb84f835 (commit) from 2f11047381789abcc5a66ad4628c000a1192f720 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dacb522658a08b3afa34bae1ea13ab42eb84f835 commit d27a6e625dd84af1bb6fc9a8f6dce3f61468320e Author: Michael Paquier <mi...@ot...> Date: Wed May 30 11:13:59 2012 +0900 Clean up documentation about XCM, pgxc_config and xc_watcher Such functionalities are not part of core. M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/postgres.sgmlin M doc-xc/src/sgml/reference.sgmlin M doc-xc/src/sgml/runtime.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/installation.sgmlin | 62 +---------------------------------- doc-xc/src/sgml/postgres.sgmlin | 11 ------ doc-xc/src/sgml/reference.sgmlin | 8 +--- doc-xc/src/sgml/runtime.sgmlin | 4 +-- 4 files changed, 4 insertions(+), 81 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 01:53:04
|
Project "Postgres-XC". The branch, master has been updated via bb8e7ec36dbc2ed6e054249d3d2ac54935addd51 (commit) from 41e78f38c0caf6ce41f148bc853e1869e06301b0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bb8e7ec36dbc2ed6e054249d3d2ac54935addd51 commit bb8e7ec36dbc2ed6e054249d3d2ac54935addd51 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 10:41:18 2012 +0900 Change INSERT tag for remote INSERT queries When an INSERT query was planned using create_remoteinsert_plan, the tag returned to client was "INSERT 1 1", which is incorrect as the first digit should be the newly-insert Oid in case table being inserted uses WITH OIDS. Oids are not consistent among nodes in XC cluster, so set the first digit value to InvalidOid, which is the same way of doing with FQS-ed INSERT queries or INSERT having multiple values. M src/backend/executor/nodeModifyTable.c ----------------------------------------------------------------------- Summary of changes: src/backend/executor/nodeModifyTable.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-30 01:52:57
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 2f11047381789abcc5a66ad4628c000a1192f720 (commit) from b879784e211e9aef4d5bdc37744ba33773d038ab (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2f11047381789abcc5a66ad4628c000a1192f720 commit bb8e7ec36dbc2ed6e054249d3d2ac54935addd51 Author: Michael Paquier <mi...@ot...> Date: Wed May 30 10:41:18 2012 +0900 Change INSERT tag for remote INSERT queries When an INSERT query was planned using create_remoteinsert_plan, the tag returned to client was "INSERT 1 1", which is incorrect as the first digit should be the newly-insert Oid in case table being inserted uses WITH OIDS. Oids are not consistent among nodes in XC cluster, so set the first digit value to InvalidOid, which is the same way of doing with FQS-ed INSERT queries or INSERT having multiple values. M src/backend/executor/nodeModifyTable.c ----------------------------------------------------------------------- Summary of changes: src/backend/executor/nodeModifyTable.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |