You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
(9) |
12
(1) |
13
(3) |
14
|
15
|
16
|
17
|
18
(1) |
19
(5) |
20
(8) |
21
|
22
|
23
|
24
|
25
(5) |
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: <ap...@us...> - 2013-12-25 09:41:20
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 007accc3ba69af61378ffca6c1dc81ecedf2466a (commit) via 5c8d307207569120ca5f0d4dcfa4f3e5e7243e3a (commit) from 9a475880f7dd2ca32ce9d6843936cc4b0ab6c130 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=007accc3ba69af61378ffca6c1dc81ecedf2466a commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5c8d307207569120ca5f0d4dcfa4f3e5e7243e3a commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/access/transam/varsup.c | 3 ++- src/backend/pgxc/nodemgr/nodemgr.c | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-25 04:58:21
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via a159759c05458c49d9edba11e048bd260a748c3d (commit) from dde555025ac2974d30d4748f0ecddc47ab526816 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a159759c05458c49d9edba11e048bd260a748c3d commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 63 ++++++++++++++++++++++++++++++++++++ src/backend/pgxc/pool/pgxcnode.c | 2 +- 2 files changed, 64 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-25 04:14:47
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 720669d5f178c698c69b73dd0a060597391cd53c (commit) from a4b7a26566098591041457779af5eb96af41e5ff (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=720669d5f178c698c69b73dd0a060597391cd53c commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 63 ++++++++++++++++++++++++++++++++++++ src/backend/pgxc/pool/pgxcnode.c | 2 +- 2 files changed, 64 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-25 04:01:42
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via a4b7a26566098591041457779af5eb96af41e5ff (commit) from 72d012c2e3e6695389a818cae24b1d44d9751fd8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a4b7a26566098591041457779af5eb96af41e5ff commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-25 01:47:38
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 9a475880f7dd2ca32ce9d6843936cc4b0ab6c130 (commit) from a3d622c00fd65fb3c38ed01699fae9694dbd2815 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9a475880f7dd2ca32ce9d6843936cc4b0ab6c130 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/json.out | 2 +- src/test/regress/expected/json_1.out | 2 +- src/test/regress/sql/json.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-12-20 15:35:37
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via a3d622c00fd65fb3c38ed01699fae9694dbd2815 (commit) from ce3a497bf606697e8248b581d5678c0b4d7193f1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a3d622c00fd65fb3c38ed01699fae9694dbd2815 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/utils/adt/ruleutils.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 10:46:08
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via ce3a497bf606697e8248b581d5678c0b4d7193f1 (commit) from 1d8a90e0ea1f3b083d8635ede72f6fa34dc731f1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ce3a497bf606697e8248b581d5678c0b4d7193f1 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_FQS.out | 4 ++-- src/test/regress/sql/xc_FQS.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 03:41:55
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 1d8a90e0ea1f3b083d8635ede72f6fa34dc731f1 (commit) from 3a520b58d75415634aa63897c99d1572ef045508 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1d8a90e0ea1f3b083d8635ede72f6fa34dc731f1 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_groupby.out | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 03:24:30
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 3a520b58d75415634aa63897c99d1572ef045508 (commit) from 81f974f337ec6662509c6bb076fe780c908cf875 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3a520b58d75415634aa63897c99d1572ef045508 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/rangefuncs.out | 39 +++++++++++++++++------------- 1 files changed, 22 insertions(+), 17 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 03:16:08
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 81f974f337ec6662509c6bb076fe780c908cf875 (commit) from 117d67904098bdc50872fe064baf36a3b4332a5b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=81f974f337ec6662509c6bb076fe780c908cf875 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/plpgsql_1.out | 156 +++++++++++++++++++++++++++++- 1 files changed, 150 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 03:02:23
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 117d67904098bdc50872fe064baf36a3b4332a5b (commit) from a738981f395ea1e85e3bb4f9f49f633757a62726 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=117d67904098bdc50872fe064baf36a3b4332a5b commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/output/misc.source | 2 +- src/test/regress/output/misc_1.source | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 02:41:43
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via a738981f395ea1e85e3bb4f9f49f633757a62726 (commit) from bfbe90ca86e86062afbde11bcf0deccc5bd713de (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a738981f395ea1e85e3bb4f9f49f633757a62726 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/create_index.out | 101 +++++++++++++++------------ src/test/regress/sql/create_index.sql | 104 ++++++++++++++-------------- 2 files changed, 108 insertions(+), 97 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-20 02:11:44
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via bfbe90ca86e86062afbde11bcf0deccc5bd713de (commit) from 797c64a1370b8c0675e98ac96a5ea6328c5ad766 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bfbe90ca86e86062afbde11bcf0deccc5bd713de commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 10:21:49
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 797c64a1370b8c0675e98ac96a5ea6328c5ad766 (commit) from bf7897ecbfb3bf273b1f7e6d20f3c2f67c287d02 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=797c64a1370b8c0675e98ac96a5ea6328c5ad766 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 09:58:00
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via bf7897ecbfb3bf273b1f7e6d20f3c2f67c287d02 (commit) from 5d313adf991a8055d662608cb7f3fd688c9f5321 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bf7897ecbfb3bf273b1f7e6d20f3c2f67c287d02 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-12-19 09:17:28
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 5d313adf991a8055d662608cb7f3fd688c9f5321 (commit) from 2b0498c8d9d98a6fc4c4d0044b24a9f9ab82362d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5d313adf991a8055d662608cb7f3fd688c9f5321 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/path/allpaths.c | 2 +- src/backend/optimizer/path/joinpath.c | 2 +- src/backend/optimizer/path/pgxcpath.c | 51 +++++++++++++++++++++++++++---- src/backend/optimizer/plan/createplan.c | 7 ++++ src/backend/optimizer/plan/pgxcplan.c | 43 ++++++++++++++++++++++++-- src/include/optimizer/paths.h | 4 +- src/include/optimizer/planmain.h | 1 + 7 files changed, 97 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 01:20:26
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 2b0498c8d9d98a6fc4c4d0044b24a9f9ab82362d (commit) from 7a4ba95e7ea777a310d74e466d4026d65c8b1a79 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b0498c8d9d98a6fc4c4d0044b24a9f9ab82362d commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/foreign_key_1.out | 131 +++++++++++++++------------ 1 files changed, 74 insertions(+), 57 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-19 00:57:37
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 7a4ba95e7ea777a310d74e466d4026d65c8b1a79 (commit) from 9b2801dafe11a70fd54ee6df47ef26720381f26b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7a4ba95e7ea777a310d74e466d4026d65c8b1a79 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: doc-xc/bug.template | 2 +- doc-xc/src/sgml/ref/pg_ctl-ref.sgml.org | 597 ------------------------------- 2 files changed, 1 insertions(+), 598 deletions(-) delete mode 100644 doc-xc/src/sgml/ref/pg_ctl-ref.sgml.org hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-18 05:20:53
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 9b2801dafe11a70fd54ee6df47ef26720381f26b (commit) from 9de982aa8f84a60730cebc4391b88e2f98617cde (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9b2801dafe11a70fd54ee6df47ef26720381f26b commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/Makefile | 22 +- doc-xc/src/sgml/Makefile.xc.wk | 407 ---- doc-xc/src/sgml/acronyms.sgmlin | 31 +- doc-xc/src/sgml/advanced.sgmlin | 66 +- doc-xc/src/sgml/arch-dev.sgmlin | 2 +- doc-xc/src/sgml/array.sgmlin | 39 +- doc-xc/src/sgml/auth-delay.sgmlin | 11 +- doc-xc/src/sgml/auto-explain.sgmlin | 29 +- doc-xc/src/sgml/backup.sgmlin | 40 +- .../src/sgml/bgworker.sgmlin | 0 doc-xc/src/sgml/biblio.sgmlin | 18 +- doc-xc/src/sgml/bki.sgmlin | 5 - doc-xc/src/sgml/catalogs.sgmlin | 1014 ++++++++- doc-xc/src/sgml/charset.sgmlin | 115 +- doc-xc/src/sgml/chkpass.sgmlin | 1 - doc-xc/src/sgml/client-auth.sgmlin | 302 ++-- doc-xc/src/sgml/common.sgmlin | 5 +- doc-xc/src/sgml/config.sgmlin | 1964 +++++++++-------- doc-xc/src/sgml/contrib-spi.sgmlin | 13 +- doc-xc/src/sgml/contrib.sgmlin | 127 +- doc-xc/src/sgml/cube.sgmlin | 9 +- doc-xc/src/sgml/datatype.sgmlin | 550 ++---- doc-xc/src/sgml/datetime.sgmlin | 89 +- doc-xc/src/sgml/dblink.sgmlin | 251 +-- doc-xc/src/sgml/ddl.sgmlin | 334 ++-- doc-xc/src/sgml/dfunc.sgmlin | 74 +- doc-xc/src/sgml/dict-int.sgmlin | 6 - doc-xc/src/sgml/dict-xsyn.sgmlin | 6 - doc-xc/src/sgml/diskusage.sgmlin | 5 +- doc-xc/src/sgml/dml.sgmlin | 9 +- doc-xc/src/sgml/docguide.sgmlin | 114 +- doc-xc/src/sgml/dummy-seclabel.sgmlin | 7 +- doc-xc/src/sgml/earthdistance.sgmlin | 7 +- doc-xc/src/sgml/ecpg.sgmlin | 43 +- doc-xc/src/sgml/errcodes.sgmlin | 19 +- .../src/sgml/event-trigger.sgmlin | 0 doc-xc/src/sgml/extend.sgmlin | 116 +- doc-xc/src/sgml/external-projects.sgmlin | 38 +- doc-xc/src/sgml/fdwhandler.sgmlin | 918 ++++++++- doc-xc/src/sgml/features.sgmlin | 26 +- doc-xc/src/sgml/file-fdw.sgmlin | 107 +- doc-xc/src/sgml/filelist.sgmlin | 14 +- doc-xc/src/sgml/func.sgmlin | 2231 ++++++++++++++------ doc-xc/src/sgml/fuzzystrmatch.sgmlin | 10 - doc-xc/src/sgml/generate-errcodes-table.pl | 71 +- doc-xc/src/sgml/geqo.sgmlin | 5 +- doc-xc/src/sgml/gin.sgmlin | 53 +- doc-xc/src/sgml/gist.sgmlin | 93 +- doc-xc/src/sgml/high-availability.sgmlin | 337 +++- doc-xc/src/sgml/history.sgmlin | 104 +- doc-xc/src/sgml/hstore.sgmlin | 67 +- doc-xc/src/sgml/indexam.sgmlin | 125 +- doc-xc/src/sgml/indices.sgmlin | 133 +- doc-xc/src/sgml/info.sgmlin | 48 +- doc-xc/src/sgml/information_schema.sgmlin | 1657 ++++++--------- doc-xc/src/sgml/install-windows.sgmlin | 129 +- doc-xc/src/sgml/installation.sgmlin | 474 +---- doc-xc/src/sgml/intagg.sgmlin | 5 - doc-xc/src/sgml/intarray.sgmlin | 4 - doc-xc/src/sgml/intro.sgmlin | 63 +- doc-xc/src/sgml/isn.sgmlin | 3 +- doc-xc/src/sgml/keywords.sgmlin | 1201 +++--------- doc-xc/src/sgml/legal.sgmlin | 20 +- doc-xc/src/sgml/libpq.sgmlin | 1864 +++++++++------- doc-xc/src/sgml/lo.sgmlin | 7 +- doc-xc/src/sgml/lobj.sgmlin | 269 ++- doc-xc/src/sgml/ltree.sgmlin | 5 +- doc-xc/src/sgml/maintenance.sgmlin | 162 +- doc-xc/src/sgml/manage-ag.sgmlin | 121 +- doc-xc/src/sgml/monitoring.sgmlin | 2026 ++++++++++++------- doc-xc/src/sgml/mvcc.sgmlin | 223 ++- doc-xc/src/sgml/nls.sgmlin | 18 +- doc-xc/src/sgml/not-supported.sgmlin | 7 + doc-xc/src/sgml/notation.sgmlin | 52 +- doc-xc/src/sgml/oid2name.sgmlin | 128 +- doc-xc/src/sgml/pageinspect.sgmlin | 9 +- doc-xc/src/sgml/passwordcheck.sgmlin | 3 +- doc-xc/src/sgml/perform.sgmlin | 818 ++++++-- .../src/sgml/pg_xlogdump.sgmlin | 0 doc-xc/src/sgml/pgarchivecleanup.sgmlin | 197 ++- doc-xc/src/sgml/pgbench.sgmlin | 341 +++- doc-xc/src/sgml/pgcrypto.sgmlin | 6 +- doc-xc/src/sgml/pgfreespacemap.sgmlin | 13 +- doc-xc/src/sgml/pgrowlocks.sgmlin | 24 +- doc-xc/src/sgml/pgstandby.sgmlin | 175 +- doc-xc/src/sgml/pgstatstatements.sgmlin | 140 +- doc-xc/src/sgml/pgstattuple.sgmlin | 60 +- doc-xc/src/sgml/pgtestfsync.sgmlin | 91 +- .../src/sgml/pgtesttiming.sgmlin | 0 doc-xc/src/sgml/pgtrgm.sgmlin | 46 +- doc-xc/src/sgml/pgupgrade.sgmlin | 313 ++- doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 124 +- doc-xc/src/sgml/pgxcclean.sgmlin | 37 +- doc-xc/src/sgml/pgxcddl.sgmlin | 35 +- doc-xc/src/sgml/pgxcmonitor.sgmlin | 39 +- doc-xc/src/sgml/planstats.sgmlin | 9 +- doc-xc/src/sgml/plhandler.sgmlin | 4 +- doc-xc/src/sgml/plperl.sgmlin | 42 +- doc-xc/src/sgml/plpgsql.sgmlin | 640 ++++--- doc-xc/src/sgml/plpython.sgmlin | 300 +++- doc-xc/src/sgml/pltcl.sgmlin | 118 +- .../src/sgml/postgres-fdw.sgmlin | 0 doc-xc/src/sgml/postgres.sgmlin | 114 +- doc-xc/src/sgml/problems.sgmlin | 69 +- doc-xc/src/sgml/protocol.sgmlin | 450 +++- doc-xc/src/sgml/queries.sgmlin | 183 ++- doc-xc/src/sgml/query.sgmlin | 93 +- .../src/sgml/rangetypes.sgmlin | 0 doc-xc/src/sgml/recovery-config.sgmlin | 101 +- doc-xc/src/sgml/ref/abort.sgmlin | 12 +- doc-xc/src/sgml/ref/allfiles.sgmlin | 20 +- doc-xc/src/sgml/ref/alter_aggregate.sgmlin | 16 +- doc-xc/src/sgml/ref/alter_collation.sgmlin | 6 +- doc-xc/src/sgml/ref/alter_conversion.sgmlin | 6 +- doc-xc/src/sgml/ref/alter_database.sgmlin | 18 +- .../src/sgml/ref/alter_default_privileges.sgmlin | 23 +- doc-xc/src/sgml/ref/alter_domain.sgmlin | 115 +- .../src/sgml/ref/alter_event_trigger.sgmlin | 0 doc-xc/src/sgml/ref/alter_extension.sgmlin | 37 +- .../src/sgml/ref/alter_foreign_data_wrapper.sgmlin | 28 +- doc-xc/src/sgml/ref/alter_foreign_table.sgmlin | 117 +- doc-xc/src/sgml/ref/alter_function.sgmlin | 34 +- doc-xc/src/sgml/ref/alter_group.sgmlin | 9 +- doc-xc/src/sgml/ref/alter_index.sgmlin | 30 +- doc-xc/src/sgml/ref/alter_language.sgmlin | 3 +- doc-xc/src/sgml/ref/alter_large_object.sgmlin | 3 +- .../src/sgml/ref/alter_materialized_view.sgmlin | 0 doc-xc/src/sgml/ref/alter_node.sgmlin | 3 + doc-xc/src/sgml/ref/alter_opclass.sgmlin | 3 +- doc-xc/src/sgml/ref/alter_operator.sgmlin | 6 +- doc-xc/src/sgml/ref/alter_opfamily.sgmlin | 22 +- doc-xc/src/sgml/ref/alter_role.sgmlin | 44 +- .../src/sgml/ref/alter_rule.sgmlin | 0 doc-xc/src/sgml/ref/alter_schema.sgmlin | 3 +- doc-xc/src/sgml/ref/alter_sequence.sgmlin | 31 +- doc-xc/src/sgml/ref/alter_server.sgmlin | 33 +- doc-xc/src/sgml/ref/alter_table.sgmlin | 187 +- doc-xc/src/sgml/ref/alter_tablespace.sgmlin | 8 +- doc-xc/src/sgml/ref/alter_trigger.sgmlin | 11 +- doc-xc/src/sgml/ref/alter_tsconfig.sgmlin | 3 +- doc-xc/src/sgml/ref/alter_tsdictionary.sgmlin | 3 +- doc-xc/src/sgml/ref/alter_tsparser.sgmlin | 3 +- doc-xc/src/sgml/ref/alter_type.sgmlin | 31 +- doc-xc/src/sgml/ref/alter_user.sgmlin | 7 +- doc-xc/src/sgml/ref/alter_user_mapping.sgmlin | 7 +- doc-xc/src/sgml/ref/alter_view.sgmlin | 68 +- doc-xc/src/sgml/ref/analyze.sgmlin | 44 +- doc-xc/src/sgml/ref/begin.sgmlin | 17 +- doc-xc/src/sgml/ref/checkpoint.sgmlin | 35 +- doc-xc/src/sgml/ref/close.sgmlin | 9 +- doc-xc/src/sgml/ref/cluster.sgmlin | 18 +- doc-xc/src/sgml/ref/clusterdb.sgmlin | 41 +- doc-xc/src/sgml/ref/comment.sgmlin | 17 +- doc-xc/src/sgml/ref/commit.sgmlin | 6 +- doc-xc/src/sgml/ref/commit_prepared.sgmlin | 22 +- doc-xc/src/sgml/ref/copy.sgmlin | 164 +- doc-xc/src/sgml/ref/create_aggregate.sgmlin | 68 +- doc-xc/src/sgml/ref/create_barrier.sgmlin | 6 + doc-xc/src/sgml/ref/create_cast.sgmlin | 38 +- doc-xc/src/sgml/ref/create_collation.sgmlin | 4 + doc-xc/src/sgml/ref/create_conversion.sgmlin | 15 +- doc-xc/src/sgml/ref/create_database.sgmlin | 40 +- doc-xc/src/sgml/ref/create_domain.sgmlin | 18 +- .../src/sgml/ref/create_event_trigger.sgmlin | 0 doc-xc/src/sgml/ref/create_extension.sgmlin | 17 +- .../sgml/ref/create_foreign_data_wrapper.sgmlin | 31 +- doc-xc/src/sgml/ref/create_foreign_table.sgmlin | 65 +- doc-xc/src/sgml/ref/create_function.sgmlin | 94 +- doc-xc/src/sgml/ref/create_group.sgmlin | 2 +- doc-xc/src/sgml/ref/create_index.sgmlin | 146 +- doc-xc/src/sgml/ref/create_language.sgmlin | 54 +- .../src/sgml/ref/create_materialized_view.sgmlin | 0 doc-xc/src/sgml/ref/create_opclass.sgmlin | 26 +- doc-xc/src/sgml/ref/create_operator.sgmlin | 30 +- doc-xc/src/sgml/ref/create_opfamily.sgmlin | 8 +- doc-xc/src/sgml/ref/create_role.sgmlin | 40 +- doc-xc/src/sgml/ref/create_rule.sgmlin | 69 +- doc-xc/src/sgml/ref/create_schema.sgmlin | 62 +- doc-xc/src/sgml/ref/create_sequence.sgmlin | 16 +- doc-xc/src/sgml/ref/create_server.sgmlin | 31 +- doc-xc/src/sgml/ref/create_table.sgmlin | 362 ++-- doc-xc/src/sgml/ref/create_table_as.sgmlin | 55 +- doc-xc/src/sgml/ref/create_tablespace.sgmlin | 17 +- doc-xc/src/sgml/ref/create_trigger.sgmlin | 39 +- doc-xc/src/sgml/ref/create_tsconfig.sgmlin | 4 +- doc-xc/src/sgml/ref/create_tsdictionary.sgmlin | 3 +- doc-xc/src/sgml/ref/create_tsparser.sgmlin | 3 +- doc-xc/src/sgml/ref/create_tstemplate.sgmlin | 3 +- doc-xc/src/sgml/ref/create_type.sgmlin | 199 ++- doc-xc/src/sgml/ref/create_user.sgmlin | 7 +- doc-xc/src/sgml/ref/create_user_mapping.sgmlin | 9 +- doc-xc/src/sgml/ref/create_view.sgmlin | 203 ++- doc-xc/src/sgml/ref/createdb.sgmlin | 52 +- doc-xc/src/sgml/ref/createlang.sgmlin | 29 +- doc-xc/src/sgml/ref/createuser.sgmlin | 85 +- doc-xc/src/sgml/ref/deallocate.sgmlin | 2 + doc-xc/src/sgml/ref/declare.sgmlin | 10 +- doc-xc/src/sgml/ref/delete.sgmlin | 60 +- doc-xc/src/sgml/ref/discard.sgmlin | 6 +- doc-xc/src/sgml/ref/do.sgmlin | 10 +- doc-xc/src/sgml/ref/drop_aggregate.sgmlin | 12 +- doc-xc/src/sgml/ref/drop_cast.sgmlin | 6 +- doc-xc/src/sgml/ref/drop_collation.sgmlin | 6 +- doc-xc/src/sgml/ref/drop_conversion.sgmlin | 11 +- doc-xc/src/sgml/ref/drop_database.sgmlin | 5 +- doc-xc/src/sgml/ref/drop_domain.sgmlin | 12 +- .../src/sgml/ref/drop_event_trigger.sgmlin | 0 doc-xc/src/sgml/ref/drop_extension.sgmlin | 7 +- .../src/sgml/ref/drop_foreign_data_wrapper.sgmlin | 7 +- doc-xc/src/sgml/ref/drop_foreign_table.sgmlin | 11 +- doc-xc/src/sgml/ref/drop_function.sgmlin | 8 +- doc-xc/src/sgml/ref/drop_group.sgmlin | 4 +- doc-xc/src/sgml/ref/drop_index.sgmlin | 44 +- doc-xc/src/sgml/ref/drop_language.sgmlin | 6 +- .../src/sgml/ref/drop_materialized_view.sgmlin | 0 doc-xc/src/sgml/ref/drop_opclass.sgmlin | 4 +- doc-xc/src/sgml/ref/drop_operator.sgmlin | 6 +- doc-xc/src/sgml/ref/drop_opfamily.sgmlin | 3 +- doc-xc/src/sgml/ref/drop_owned.sgmlin | 16 +- doc-xc/src/sgml/ref/drop_role.sgmlin | 17 +- doc-xc/src/sgml/ref/drop_rule.sgmlin | 15 +- doc-xc/src/sgml/ref/drop_schema.sgmlin | 12 +- doc-xc/src/sgml/ref/drop_sequence.sgmlin | 8 +- doc-xc/src/sgml/ref/drop_server.sgmlin | 10 +- doc-xc/src/sgml/ref/drop_table.sgmlin | 15 +- doc-xc/src/sgml/ref/drop_tablespace.sgmlin | 19 +- doc-xc/src/sgml/ref/drop_trigger.sgmlin | 11 +- doc-xc/src/sgml/ref/drop_tsconfig.sgmlin | 3 +- doc-xc/src/sgml/ref/drop_tsdictionary.sgmlin | 3 +- doc-xc/src/sgml/ref/drop_tsparser.sgmlin | 3 +- doc-xc/src/sgml/ref/drop_tstemplate.sgmlin | 3 + doc-xc/src/sgml/ref/drop_type.sgmlin | 16 +- doc-xc/src/sgml/ref/drop_user.sgmlin | 7 +- doc-xc/src/sgml/ref/drop_user_mapping.sgmlin | 7 +- doc-xc/src/sgml/ref/drop_view.sgmlin | 12 +- doc-xc/src/sgml/ref/dropdb.sgmlin | 31 +- doc-xc/src/sgml/ref/droplang.sgmlin | 35 +- doc-xc/src/sgml/ref/dropuser.sgmlin | 50 +- doc-xc/src/sgml/ref/ecpg-ref.sgmlin | 13 +- doc-xc/src/sgml/ref/end.sgmlin | 6 +- doc-xc/src/sgml/ref/execute.sgmlin | 4 + doc-xc/src/sgml/ref/explain.sgmlin | 168 +- doc-xc/src/sgml/ref/fetch.sgmlin | 31 +- doc-xc/src/sgml/ref/grant.sgmlin | 95 +- doc-xc/src/sgml/ref/initdb.sgmlin | 121 +- doc-xc/src/sgml/ref/insert.sgmlin | 47 +- doc-xc/src/sgml/ref/listen.sgmlin | 27 +- doc-xc/src/sgml/ref/load.sgmlin | 2 +- doc-xc/src/sgml/ref/lock.sgmlin | 21 +- doc-xc/src/sgml/ref/move.sgmlin | 3 +- doc-xc/src/sgml/ref/notify.sgmlin | 29 +- doc-xc/src/sgml/ref/pg_basebackup.sgmlin | 192 ++- doc-xc/src/sgml/ref/pg_config-ref.sgmlin | 97 +- doc-xc/src/sgml/ref/pg_controldata.sgmlin | 10 +- doc-xc/src/sgml/ref/pg_ctl-ref.sgml.jp | 596 ------ doc-xc/src/sgml/ref/pg_ctl-ref.sgmlin | 194 ++- doc-xc/src/sgml/ref/pg_dump.sgmlin | 211 ++- doc-xc/src/sgml/ref/pg_dumpall.sgmlin | 40 +- .../src/sgml/ref/pg_isready.sgmlin | 0 .../src/sgml/ref/pg_receivexlog.sgmlin | 0 doc-xc/src/sgml/ref/pg_resetxlog.sgmlin | 69 +- doc-xc/src/sgml/ref/pg_restore.sgmlin | 90 +- doc-xc/src/sgml/ref/postgres-ref.sgmlin | 153 +- doc-xc/src/sgml/ref/postmaster.sgmlin | 1 - doc-xc/src/sgml/ref/prepare.sgmlin | 70 +- doc-xc/src/sgml/ref/prepare_transaction.sgmlin | 17 +- doc-xc/src/sgml/ref/psql-ref.sgmlin | 953 +++++---- doc-xc/src/sgml/ref/reassign_owned.sgmlin | 24 +- .../src/sgml/ref/refresh_materialized_view.sgmlin | 0 doc-xc/src/sgml/ref/reindex.sgmlin | 20 +- doc-xc/src/sgml/ref/reindexdb.sgmlin | 88 +- doc-xc/src/sgml/ref/release_savepoint.sgmlin | 5 +- doc-xc/src/sgml/ref/reset.sgmlin | 11 +- doc-xc/src/sgml/ref/revoke.sgmlin | 29 +- doc-xc/src/sgml/ref/rollback.sgmlin | 6 +- doc-xc/src/sgml/ref/rollback_prepared.sgmlin | 23 +- doc-xc/src/sgml/ref/rollback_to.sgmlin | 11 +- doc-xc/src/sgml/ref/savepoint.sgmlin | 4 +- doc-xc/src/sgml/ref/security_label.sgmlin | 19 +- doc-xc/src/sgml/ref/select.sgmlin | 418 +++-- doc-xc/src/sgml/ref/select_into.sgmlin | 9 +- doc-xc/src/sgml/ref/set.sgmlin | 33 +- doc-xc/src/sgml/ref/set_constraints.sgmlin | 5 +- doc-xc/src/sgml/ref/set_role.sgmlin | 5 +- doc-xc/src/sgml/ref/set_session_auth.sgmlin | 5 +- doc-xc/src/sgml/ref/set_transaction.sgmlin | 99 +- doc-xc/src/sgml/ref/show.sgmlin | 15 +- doc-xc/src/sgml/ref/start_transaction.sgmlin | 22 +- doc-xc/src/sgml/ref/truncate.sgmlin | 24 +- doc-xc/src/sgml/ref/unlisten.sgmlin | 28 +- doc-xc/src/sgml/ref/update.sgmlin | 118 +- doc-xc/src/sgml/ref/vacuum.sgmlin | 33 +- doc-xc/src/sgml/ref/vacuumdb.sgmlin | 76 +- doc-xc/src/sgml/ref/values.sgmlin | 24 +- doc-xc/src/sgml/reference.sgmlin | 30 +- doc-xc/src/sgml/regress.sgmlin | 87 +- doc-xc/src/sgml/release-xc-1.0.sgmlin | 60 + doc-xc/src/sgml/release-xc-1.1.sgmlin | 836 ++++++++ doc-xc/src/sgml/release.sgmlin | 22 +- doc-xc/src/sgml/rowtypes.sgmlin | 10 +- doc-xc/src/sgml/rules.sgmlin | 324 +++- doc-xc/src/sgml/runtime.sgmlin | 701 +++---- doc-xc/src/sgml/seg.sgmlin | 1 - doc-xc/src/sgml/sepgsql.sgmlin | 555 ++++-- doc-xc/src/sgml/sources.sgmlin | 86 +- .../spgist.sgml => doc-xc/src/sgml/spgist.sgmlin | 0 doc-xc/src/sgml/spi.sgmlin | 572 ++++-- doc-xc/src/sgml/sql.sgmlin | 129 +- doc-xc/src/sgml/sslinfo.sgmlin | 2 +- doc-xc/src/sgml/storage.sgmlin | 43 +- doc-xc/src/sgml/syntax.sgmlin | 287 +-- doc-xc/src/sgml/tablefunc.sgmlin | 3 +- .../sgml/tcn.sgml => doc-xc/src/sgml/tcn.sgmlin | 0 doc-xc/src/sgml/test-parser.sgmlin | 1 - doc-xc/src/sgml/textsearch.sgmlin | 281 +-- doc-xc/src/sgml/trigger.sgmlin | 12 +- doc-xc/src/sgml/tsearch2.sgmlin | 1 - doc-xc/src/sgml/typeconv.sgmlin | 169 +- doc-xc/src/sgml/unaccent.sgmlin | 6 - doc-xc/src/sgml/user-manag.sgmlin | 58 +- doc-xc/src/sgml/uuid-ossp.sgmlin | 5 +- doc-xc/src/sgml/vacuumlo.sgmlin | 147 +- doc-xc/src/sgml/wal.sgmlin | 304 ++-- doc-xc/src/sgml/xaggr.sgmlin | 30 +- doc-xc/src/sgml/xconly.sgmlin | 2 +- doc-xc/src/sgml/xfunc.sgmlin | 580 +++--- doc-xc/src/sgml/xindex.sgmlin | 209 ++- doc-xc/src/sgml/xml2.sgmlin | 23 +- doc-xc/src/sgml/xoper.sgmlin | 48 +- doc-xc/src/sgml/xplang.sgmlin | 22 - doc-xc/src/sgml/xtypes.sgmlin | 11 - 331 files changed, 21308 insertions(+), 15831 deletions(-) delete mode 100644 doc-xc/src/sgml/Makefile.xc.wk copy doc/src/sgml/bgworker.sgml => doc-xc/src/sgml/bgworker.sgmlin (100%) copy doc/src/sgml/event-trigger.sgml => doc-xc/src/sgml/event-trigger.sgmlin (100%) create mode 100644 doc-xc/src/sgml/not-supported.sgmlin copy doc/src/sgml/pg_xlogdump.sgml => doc-xc/src/sgml/pg_xlogdump.sgmlin (100%) copy doc/src/sgml/pgtesttiming.sgml => doc-xc/src/sgml/pgtesttiming.sgmlin (100%) copy doc/src/sgml/postgres-fdw.sgml => doc-xc/src/sgml/postgres-fdw.sgmlin (100%) copy doc/src/sgml/rangetypes.sgml => doc-xc/src/sgml/rangetypes.sgmlin (100%) copy doc/src/sgml/ref/alter_event_trigger.sgml => doc-xc/src/sgml/ref/alter_event_trigger.sgmlin (100%) copy doc/src/sgml/ref/alter_materialized_view.sgml => doc-xc/src/sgml/ref/alter_materialized_view.sgmlin (100%) copy doc/src/sgml/ref/alter_rule.sgml => doc-xc/src/sgml/ref/alter_rule.sgmlin (100%) copy doc/src/sgml/ref/create_event_trigger.sgml => doc-xc/src/sgml/ref/create_event_trigger.sgmlin (100%) copy doc/src/sgml/ref/create_materialized_view.sgml => doc-xc/src/sgml/ref/create_materialized_view.sgmlin (100%) copy doc/src/sgml/ref/drop_event_trigger.sgml => doc-xc/src/sgml/ref/drop_event_trigger.sgmlin (100%) copy doc/src/sgml/ref/drop_materialized_view.sgml => doc-xc/src/sgml/ref/drop_materialized_view.sgmlin (100%) delete mode 100644 doc-xc/src/sgml/ref/pg_ctl-ref.sgml.jp copy doc/src/sgml/ref/pg_isready.sgml => doc-xc/src/sgml/ref/pg_isready.sgmlin (100%) copy doc/src/sgml/ref/pg_receivexlog.sgml => doc-xc/src/sgml/ref/pg_receivexlog.sgmlin (100%) copy doc/src/sgml/ref/refresh_materialized_view.sgml => doc-xc/src/sgml/ref/refresh_materialized_view.sgmlin (100%) create mode 100644 doc-xc/src/sgml/release-xc-1.1.sgmlin copy doc/src/sgml/spgist.sgml => doc-xc/src/sgml/spgist.sgmlin (100%) copy doc/src/sgml/tcn.sgml => doc-xc/src/sgml/tcn.sgmlin (100%) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-12-13 12:14:32
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 9de982aa8f84a60730cebc4391b88e2f98617cde (commit) from f5456851450e7f4dabca5b82abc4993fddcdc003 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9de982aa8f84a60730cebc4391b88e2f98617cde commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 17 ++-- src/backend/commands/createas.c | 29 +++++ src/backend/commands/matview.c | 205 +++++++++++++++++++++++++++++++++ src/backend/optimizer/path/pgxcpath.c | 1 + src/backend/pgxc/locator/redistrib.c | 14 ++- src/backend/pgxc/pool/execRemote.c | 39 +++++-- src/backend/rewrite/rewriteHandler.c | 1 + src/backend/tcop/postgres.c | 8 +- src/backend/tcop/utility.c | 47 +++++++- src/include/commands/copy.h | 4 + src/include/commands/createas.h | 1 + src/include/commands/matview.h | 5 + src/include/pgxc/execRemote.h | 6 +- src/include/pgxc/remotecopy.h | 2 + src/test/regress/expected/matview.out | 30 +++--- src/test/regress/sql/matview.sql | 10 +- 16 files changed, 366 insertions(+), 53 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-12-13 10:23:56
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via f5456851450e7f4dabca5b82abc4993fddcdc003 (commit) from a0e461d2679a79a12e982b9956bacc523c4c510e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f5456851450e7f4dabca5b82abc4993fddcdc003 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-13 04:57:46
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 72d012c2e3e6695389a818cae24b1d44d9751fd8 (commit) from bb3132f2d509198af059fa2fb097a711ede35e6e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=72d012c2e3e6695389a818cae24b1d44d9751fd8 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-12 04:35:18
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via a0e461d2679a79a12e982b9956bacc523c4c510e (commit) from a79bb0d0e1d2490b85daaa6a67ea1a9b304f6fd4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a0e461d2679a79a12e982b9956bacc523c4c510e commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_returning.out | 74 ++++++++++++++-------------- 1 files changed, 37 insertions(+), 37 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-12-11 10:07:41
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via a79bb0d0e1d2490b85daaa6a67ea1a9b304f6fd4 (commit) from 66187c7880339fe8ee7f6eae5ccde788e41ddca2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a79bb0d0e1d2490b85daaa6a67ea1a9b304f6fd4 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/rewrite/rewriteHandler.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-11 09:19:19
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 66187c7880339fe8ee7f6eae5ccde788e41ddca2 (commit) from 0c8b67707ef76fdd1a9f44ff40ecfb47de9e51d0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=66187c7880339fe8ee7f6eae5ccde788e41ddca2 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_sort.out | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |