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-10 07:57:45
|
Project "Postgres-XC". The branch, master has been updated via 8751b72ac99e1f1bb7a7ffcaf5f100077710e09b (commit) from 72cc388693c33b5dd63f61b98d71f63b224244bf (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8751b72ac99e1f1bb7a7ffcaf5f100077710e09b commit 8751b72ac99e1f1bb7a7ffcaf5f100077710e09b Author: Michael Paquier <mi...@ot...> Date: Thu May 10 16:52:37 2012 +0900 Fix for test money for non-English based environments An issue with the test case money happened in non-English environments because the GUC parameter lc_monetary was not taken into account on remote Datanodes. So like time and interval parameters, it is passed to pooler who is in charge to use the correct value at connection creation. lc_monetary does not accept lower case value, so its value obtained directly from GUC API is used. This issue has been reproduced in a Japanese environment. Per report of Sutou Takayuki M src/backend/pgxc/pool/poolmgr.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/poolmgr.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-10 07:57:41
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 8c0086e9928fbbb23da57696e4bc783771d3868e (commit) from 5f54af904e7b050ffaa0b185f4b6fcd2225a9a32 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c0086e9928fbbb23da57696e4bc783771d3868e commit 8751b72ac99e1f1bb7a7ffcaf5f100077710e09b Author: Michael Paquier <mi...@ot...> Date: Thu May 10 16:52:37 2012 +0900 Fix for test money for non-English based environments An issue with the test case money happened in non-English environments because the GUC parameter lc_monetary was not taken into account on remote Datanodes. So like time and interval parameters, it is passed to pooler who is in charge to use the correct value at connection creation. lc_monetary does not accept lower case value, so its value obtained directly from GUC API is used. This issue has been reproduced in a Japanese environment. Per report of Sutou Takayuki M src/backend/pgxc/pool/poolmgr.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/poolmgr.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-10 06:49:00
|
Project "Postgres-XC". The branch, master has been updated via 72cc388693c33b5dd63f61b98d71f63b224244bf (commit) from b9e309f80749ab1e089fef1a83ddc3aa42d1c37a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=72cc388693c33b5dd63f61b98d71f63b224244bf commit 72cc388693c33b5dd63f61b98d71f63b224244bf Author: Michael Paquier <mi...@ot...> Date: Thu May 10 15:49:24 2012 +0900 Change release notes to Acknowledgement part M doc-xc/src/sgml/release-xc-1.0.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.0.sgmlin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-10 06:48:57
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5f54af904e7b050ffaa0b185f4b6fcd2225a9a32 (commit) from db986d51d734bee90c4da10e26936a2e38b27e98 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5f54af904e7b050ffaa0b185f4b6fcd2225a9a32 commit 72cc388693c33b5dd63f61b98d71f63b224244bf Author: Michael Paquier <mi...@ot...> Date: Thu May 10 15:49:24 2012 +0900 Change release notes to Acknowledgement part M doc-xc/src/sgml/release-xc-1.0.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.0.sgmlin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 12:36:30
|
Project "Postgres-XC". The branch, master has been updated via b9e309f80749ab1e089fef1a83ddc3aa42d1c37a (commit) from e7abcf70f60e96af09f4343d9f85199dcd1847b7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b9e309f80749ab1e089fef1a83ddc3aa42d1c37a commit b9e309f80749ab1e089fef1a83ddc3aa42d1c37a Author: Michael Paquier <mi...@ot...> Date: Wed May 9 21:30:22 2012 +0900 Improve version number of psql by adding XC version number The psql version of Postgres-XC has a couple of additions related to commands exclusive to XC based on the new SQL commands introduced like some TAB-recognition addition, so it makes sense to indicate the user which is the psql version of XC used, in addition to the PostgreSQL version number. The startup output and the output of option --version are the only parts modified. M src/bin/psql/command.c M src/bin/psql/startup.c ----------------------------------------------------------------------- Summary of changes: src/bin/psql/command.c | 4 ++++ src/bin/psql/startup.c | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 12:36:28
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via db986d51d734bee90c4da10e26936a2e38b27e98 (commit) from bea54a0b2d61c5533371bcbd863cf265935e60d7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=db986d51d734bee90c4da10e26936a2e38b27e98 commit b9e309f80749ab1e089fef1a83ddc3aa42d1c37a Author: Michael Paquier <mi...@ot...> Date: Wed May 9 21:30:22 2012 +0900 Improve version number of psql by adding XC version number The psql version of Postgres-XC has a couple of additions related to commands exclusive to XC based on the new SQL commands introduced like some TAB-recognition addition, so it makes sense to indicate the user which is the psql version of XC used, in addition to the PostgreSQL version number. The startup output and the output of option --version are the only parts modified. M src/bin/psql/command.c M src/bin/psql/startup.c ----------------------------------------------------------------------- Summary of changes: src/bin/psql/command.c | 4 ++++ src/bin/psql/startup.c | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-05-09 09:39:15
|
Project "Postgres-XC". The branch, master has been updated via e7abcf70f60e96af09f4343d9f85199dcd1847b7 (commit) from 0f8478de35f787e224ee9c572e712cb849c2d664 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e7abcf70f60e96af09f4343d9f85199dcd1847b7 commit e7abcf70f60e96af09f4343d9f85199dcd1847b7 Author: Ashutosh Bapat <ash...@en...> Date: Wed May 9 14:47:06 2012 +0530 There are two changes 1. In pgxc_node_receive_responses(), if there is an error from datanode raise it. 2. There are many places where code to raise error from datanodes is duplicated. Move this code into a function and use the function everywhere. Adjusted the expected output accordingly. M src/backend/pgxc/pool/execRemote.c M src/test/regress/expected/domain_1.out M src/test/regress/output/constraints_1.source ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 121 ++++++++----------------- src/test/regress/expected/domain_1.out | 4 +- src/test/regress/output/constraints_1.source | 2 +- 3 files changed, 42 insertions(+), 85 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-05-09 09:39:12
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via bea54a0b2d61c5533371bcbd863cf265935e60d7 (commit) from 5ab84713bf1f7cd29816986234b189bc249ddd1e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bea54a0b2d61c5533371bcbd863cf265935e60d7 commit e7abcf70f60e96af09f4343d9f85199dcd1847b7 Author: Ashutosh Bapat <ash...@en...> Date: Wed May 9 14:47:06 2012 +0530 There are two changes 1. In pgxc_node_receive_responses(), if there is an error from datanode raise it. 2. There are many places where code to raise error from datanodes is duplicated. Move this code into a function and use the function everywhere. Adjusted the expected output accordingly. M src/backend/pgxc/pool/execRemote.c M src/test/regress/expected/domain_1.out M src/test/regress/output/constraints_1.source ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 121 ++++++++----------------- src/test/regress/expected/domain_1.out | 4 +- src/test/regress/output/constraints_1.source | 2 +- 3 files changed, 42 insertions(+), 85 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 07:19:19
|
Project "Postgres-XC". The branch, master has been updated via 0f8478de35f787e224ee9c572e712cb849c2d664 (commit) from 0278e7f0bb730697d5eefcbc2c8658c411ff2cff (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0f8478de35f787e224ee9c572e712cb849c2d664 commit 0f8478de35f787e224ee9c572e712cb849c2d664 Author: Michael Paquier <mi...@ot...> Date: Wed May 9 16:19:01 2012 +0900 Block the use of system columns as MODULO/HASH columns Those system columns are only used by local nodes, so it doesn't make sense to use them as distribution key. This fix avoids a crash that curiously only appeared when a CREATE TABLE using a system column as distribution key was launched manually via psql, even if a test is present in regressions. Per report of Sutou Takayuki M src/backend/catalog/heap.c M src/test/regress/expected/xc_misc.out ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/heap.c | 14 ++++++++++---- src/test/regress/expected/xc_misc.out | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 07:19:16
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5ab84713bf1f7cd29816986234b189bc249ddd1e (commit) from b242c39b9c9538f4e65549b95e6974b163d80c4c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5ab84713bf1f7cd29816986234b189bc249ddd1e commit 0f8478de35f787e224ee9c572e712cb849c2d664 Author: Michael Paquier <mi...@ot...> Date: Wed May 9 16:19:01 2012 +0900 Block the use of system columns as MODULO/HASH columns Those system columns are only used by local nodes, so it doesn't make sense to use them as distribution key. This fix avoids a crash that curiously only appeared when a CREATE TABLE using a system column as distribution key was launched manually via psql, even if a test is present in regressions. Per report of Sutou Takayuki M src/backend/catalog/heap.c M src/test/regress/expected/xc_misc.out ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/heap.c | 14 ++++++++++---- src/test/regress/expected/xc_misc.out | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 05:08:34
|
Project "Postgres-XC". The branch, master has been updated via 0278e7f0bb730697d5eefcbc2c8658c411ff2cff (commit) from d07c37a52902013985528e680a834d8d51a2de06 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0278e7f0bb730697d5eefcbc2c8658c411ff2cff commit 0278e7f0bb730697d5eefcbc2c8658c411ff2cff Author: Michael Paquier <mi...@ot...> Date: Wed May 9 14:07:26 2012 +0900 Improvement for make check Improve the chances of interference with paralle installations by fetching port values for each node and node poolers in private ranges. There is still no way to check if GTM and pooler port values and already in use like normal nodes where check is done by psql but it reduces the chances of interference. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 43 ++++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 11 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 05:08:30
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via b242c39b9c9538f4e65549b95e6974b163d80c4c (commit) from fcb891af7b244d8a64547a1bf5f59380cde8c166 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b242c39b9c9538f4e65549b95e6974b163d80c4c commit 0278e7f0bb730697d5eefcbc2c8658c411ff2cff Author: Michael Paquier <mi...@ot...> Date: Wed May 9 14:07:26 2012 +0900 Improvement for make check Improve the chances of interference with paralle installations by fetching port values for each node and node poolers in private ranges. There is still no way to check if GTM and pooler port values and already in use like normal nodes where check is done by psql but it reduces the chances of interference. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 43 ++++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 11 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-08 12:59:04
|
Project "Postgres-XC". The branch, master has been updated via d07c37a52902013985528e680a834d8d51a2de06 (commit) from cf8a1e0401838379e108944ce1dfd77f9916d4e6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d07c37a52902013985528e680a834d8d51a2de06 commit d07c37a52902013985528e680a834d8d51a2de06 Author: Michael Paquier <mi...@ot...> Date: Tue May 8 21:51:35 2012 +0900 Fix for test select_views for Linux utf8 environments ORDER BY clauses have been added in test select_views to make result output consistent in cluster but this output may change depending on environment used, so an alternative output file correcting that is added. A src/test/regress/expected/select_views_2.out ----------------------------------------------------------------------- Summary of changes: .../{select_views.out => select_views_2.out} | 22 ++++++++++---------- 1 files changed, 11 insertions(+), 11 deletions(-) copy src/test/regress/expected/{select_views.out => select_views_2.out} (100%) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-08 12:59:01
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via fcb891af7b244d8a64547a1bf5f59380cde8c166 (commit) from d5ccef829bff7ffb7383447304473e3bf1065801 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fcb891af7b244d8a64547a1bf5f59380cde8c166 commit d07c37a52902013985528e680a834d8d51a2de06 Author: Michael Paquier <mi...@ot...> Date: Tue May 8 21:51:35 2012 +0900 Fix for test select_views for Linux utf8 environments ORDER BY clauses have been added in test select_views to make result output consistent in cluster but this output may change depending on environment used, so an alternative output file correcting that is added. A src/test/regress/expected/select_views_2.out ----------------------------------------------------------------------- Summary of changes: .../{select_views.out => select_views_2.out} | 22 ++++++++++---------- 1 files changed, 11 insertions(+), 11 deletions(-) copy src/test/regress/expected/{select_views.out => select_views_2.out} (100%) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-05-08 03:47:15
|
Project "Postgres-XC". The branch, master has been updated via cf8a1e0401838379e108944ce1dfd77f9916d4e6 (commit) from 8057dcc34c25a7dfa67bd37835a2a3d0b7edc474 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cf8a1e0401838379e108944ce1dfd77f9916d4e6 commit cf8a1e0401838379e108944ce1dfd77f9916d4e6 Author: Abbas <abb...@en...> Date: Tue May 8 08:38:58 2012 +0500 Block the use of INSERT-SELECT in case rows are inserted into a child by selecting from its parent. This case had to be blocked because in this case XC was transforming the single INSERT-SELECT command into a multi-statement transaction block on the data nodes. [STEP 1.] START TRANSACTION ISOLATION LEVEL read committed READ WRITE [STEP 2.] SELECT col1,col2 FROM ONLY parent_table WHERE true [STEP 3.] INSERT INTO public.child_table (col1, col2) VALUES ($1, $2) [STEP 4.] (-- bind and execute here --) [STEP 5.] SELECT col1, col2 FROM ONLY child_table WHERE true [STEP 6.] INSERT INTO public.child_table (col1, col2) VALUES ($1, $2) [STEP 7.] (-- bind and execute here --) [STEP 8.] COMMIT TRANSACTION The inserts of step 3 will be visible to select of step 5, hence we were getting duplicate rows in the child table. To block we have added a check at the transformation stage. Test cases are added to make sure block works fine for the case intended and does not block the rest of the cases. Regressions showed a few extra failures which are fixed by the patch. M src/backend/parser/analyze.c A src/test/regress/expected/create_misc_1.out M src/test/regress/expected/select_views.out M src/test/regress/expected/xc_misc.out M src/test/regress/sql/select_views.sql M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/backend/parser/analyze.c | 105 +++ .../create_misc.sql => expected/create_misc_1.out} | 72 +-- src/test/regress/expected/select_views.out | 976 +------------------- src/test/regress/expected/xc_misc.out | 44 + src/test/regress/sql/select_views.sql | 2 +- src/test/regress/sql/xc_misc.sql | 41 + 6 files changed, 233 insertions(+), 1007 deletions(-) copy src/test/regress/{sql/create_misc.sql => expected/create_misc_1.out} (96%) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-05-08 03:47:13
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via d5ccef829bff7ffb7383447304473e3bf1065801 (commit) from 3374d8355d8787dfc0d1632438a19f56ebc61d48 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d5ccef829bff7ffb7383447304473e3bf1065801 commit cf8a1e0401838379e108944ce1dfd77f9916d4e6 Author: Abbas <abb...@en...> Date: Tue May 8 08:38:58 2012 +0500 Block the use of INSERT-SELECT in case rows are inserted into a child by selecting from its parent. This case had to be blocked because in this case XC was transforming the single INSERT-SELECT command into a multi-statement transaction block on the data nodes. [STEP 1.] START TRANSACTION ISOLATION LEVEL read committed READ WRITE [STEP 2.] SELECT col1,col2 FROM ONLY parent_table WHERE true [STEP 3.] INSERT INTO public.child_table (col1, col2) VALUES ($1, $2) [STEP 4.] (-- bind and execute here --) [STEP 5.] SELECT col1, col2 FROM ONLY child_table WHERE true [STEP 6.] INSERT INTO public.child_table (col1, col2) VALUES ($1, $2) [STEP 7.] (-- bind and execute here --) [STEP 8.] COMMIT TRANSACTION The inserts of step 3 will be visible to select of step 5, hence we were getting duplicate rows in the child table. To block we have added a check at the transformation stage. Test cases are added to make sure block works fine for the case intended and does not block the rest of the cases. Regressions showed a few extra failures which are fixed by the patch. M src/backend/parser/analyze.c A src/test/regress/expected/create_misc_1.out M src/test/regress/expected/select_views.out M src/test/regress/expected/xc_misc.out M src/test/regress/sql/select_views.sql M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/backend/parser/analyze.c | 105 +++ .../create_misc.sql => expected/create_misc_1.out} | 72 +-- src/test/regress/expected/select_views.out | 976 +------------------- src/test/regress/expected/xc_misc.out | 44 + src/test/regress/sql/select_views.sql | 2 +- src/test/regress/sql/xc_misc.sql | 41 + 6 files changed, 233 insertions(+), 1007 deletions(-) copy src/test/regress/{sql/create_misc.sql => expected/create_misc_1.out} (96%) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-08 03:11:44
|
Project "Postgres-XC". The branch, master has been updated via 8057dcc34c25a7dfa67bd37835a2a3d0b7edc474 (commit) from 8ab1634319c30bc2bff3e2d57c87e54a615cbdff (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8057dcc34c25a7dfa67bd37835a2a3d0b7edc474 commit 8057dcc34c25a7dfa67bd37835a2a3d0b7edc474 Author: Michael Paquier <mi...@ot...> Date: Tue May 8 12:11:53 2012 +0900 Release notes for 1.0 As 1.0 will be the first major release of Postgres-XC, the first release notes take into account all the functionalities added sinze the beginning of the project that remain in current 1.0 code. Basic redaction from me. A lot of Corrections and comments from Ashutosh Bapat, Ahsan Hadi, Mason Sharp, Andrei Martsinchyk and Koichi Suzuki. M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/postgres.sgmlin A doc-xc/src/sgml/release-xc-1.0.sgmlin M doc-xc/src/sgml/release.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/filelist.sgmlin | 5 + doc-xc/src/sgml/postgres.sgmlin | 2 - doc-xc/src/sgml/release-xc-1.0.sgmlin | 884 +++++++++++++++++++++++++++++++++ doc-xc/src/sgml/release.sgmlin | 24 + 4 files changed, 913 insertions(+), 2 deletions(-) create mode 100644 doc-xc/src/sgml/release-xc-1.0.sgmlin hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-08 03:11:41
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 3374d8355d8787dfc0d1632438a19f56ebc61d48 (commit) from fb22353c447fea0296616d37fbed513d3a78ae48 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3374d8355d8787dfc0d1632438a19f56ebc61d48 commit 8057dcc34c25a7dfa67bd37835a2a3d0b7edc474 Author: Michael Paquier <mi...@ot...> Date: Tue May 8 12:11:53 2012 +0900 Release notes for 1.0 As 1.0 will be the first major release of Postgres-XC, the first release notes take into account all the functionalities added sinze the beginning of the project that remain in current 1.0 code. Basic redaction from me. A lot of Corrections and comments from Ashutosh Bapat, Ahsan Hadi, Mason Sharp, Andrei Martsinchyk and Koichi Suzuki. M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/postgres.sgmlin A doc-xc/src/sgml/release-xc-1.0.sgmlin M doc-xc/src/sgml/release.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/filelist.sgmlin | 5 + doc-xc/src/sgml/postgres.sgmlin | 2 - doc-xc/src/sgml/release-xc-1.0.sgmlin | 884 +++++++++++++++++++++++++++++++++ doc-xc/src/sgml/release.sgmlin | 24 + 4 files changed, 913 insertions(+), 2 deletions(-) create mode 100644 doc-xc/src/sgml/release-xc-1.0.sgmlin hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-08 02:21:39
|
Project "Postgres-XC". The branch, master has been updated via 8ab1634319c30bc2bff3e2d57c87e54a615cbdff (commit) from 019acdc3ad7a473410ea2ee9d67f7046848c708a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8ab1634319c30bc2bff3e2d57c87e54a615cbdff commit 8ab1634319c30bc2bff3e2d57c87e54a615cbdff Author: Michael Paquier <mi...@ot...> Date: Tue May 8 11:10:07 2012 +0900 Stamp HEAD as 1.1devel. M configure M configure.in M doc-xc/bug.template M doc-xc/src/sgml/Makefile M src/include/pg_config.h.win32 ----------------------------------------------------------------------- Summary of changes: configure | 20 ++++++++++---------- configure.in | 2 +- doc-xc/bug.template | 2 +- doc-xc/src/sgml/Makefile | 2 +- src/include/pg_config.h.win32 | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-08 00:29:44
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via fb22353c447fea0296616d37fbed513d3a78ae48 (commit) from 704fbc8b94f98b1ac4a276ed7833d8e5855d0173 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fb22353c447fea0296616d37fbed513d3a78ae48 commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/with.out | 123 ++++++++++++----------------------- src/test/regress/sql/with.sql | 16 +++--- 2 files changed, 50 insertions(+), 89 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 12:28:57
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 704fbc8b94f98b1ac4a276ed7833d8e5855d0173 (commit) from f1e080eac77437a398e3d68f5699fdaf959af24b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=704fbc8b94f98b1ac4a276ed7833d8e5855d0173 commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/collate_2.out | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 10:04:33
|
Project "Postgres-XC". The branch, master has been updated via 019acdc3ad7a473410ea2ee9d67f7046848c708a (commit) from 49b0760f4574272e4d50670b0aa4f5aa35aec128 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=019acdc3ad7a473410ea2ee9d67f7046848c708a commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 269 ++++++++++++++++++------------ src/test/regress/expected/rowtypes_1.out | 2 +- src/test/regress/expected/rules_1.out | 6 +- 3 files changed, 170 insertions(+), 107 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 10:04:31
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via f1e080eac77437a398e3d68f5699fdaf959af24b (commit) from 9ef893645b65471ddd0c73ff62be7d43d5598276 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f1e080eac77437a398e3d68f5699fdaf959af24b commit 019acdc3ad7a473410ea2ee9d67f7046848c708a Author: Michael Paquier <mi...@ot...> Date: Mon May 7 18:50:22 2012 +0900 Improve remote DELETE planning for inherited tables Some issues have been enlighten by a new test case in regression with in PostgreSQL 9.1 stable branch. Issues are fixed and code has been refactored to make DELETE and UPDATE remote planning to use the same APIs related to RowMarks. M src/backend/optimizer/plan/createplan.c M src/test/regress/expected/rowtypes_1.out M src/test/regress/expected/rules_1.out ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 269 ++++++++++++++++++------------ src/test/regress/expected/rowtypes_1.out | 2 +- src/test/regress/expected/rules_1.out | 6 +- 3 files changed, 170 insertions(+), 107 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 06:59:11
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 9ef893645b65471ddd0c73ff62be7d43d5598276 (commit) from 9d3920ceb9103af1e9cbadc1456f9e75243f425c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9ef893645b65471ddd0c73ff62be7d43d5598276 commit 49b0760f4574272e4d50670b0aa4f5aa35aec128 Author: Michael Paquier <mi...@ot...> Date: Mon May 7 12:03:34 2012 +0900 Block CREATE TABLE AS in SQL functions This is consistent with decision to block utilities in SQL functions for release 1.0, and clock the problem of having the table created when function is invocated. M src/backend/catalog/pg_proc.c M src/backend/rewrite/rewriteHandler.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/subselect.out | 28 ++++++++++++++-------------- src/test/regress/sql/subselect.sql | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-07 03:03:15
|
Project "Postgres-XC". The branch, master has been updated via 49b0760f4574272e4d50670b0aa4f5aa35aec128 (commit) from 30c443b261612fd4310895395251f1677f727962 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=49b0760f4574272e4d50670b0aa4f5aa35aec128 commit 49b0760f4574272e4d50670b0aa4f5aa35aec128 Author: Michael Paquier <mi...@ot...> Date: Mon May 7 12:03:34 2012 +0900 Block CREATE TABLE AS in SQL functions This is consistent with decision to block utilities in SQL functions for release 1.0, and clock the problem of having the table created when function is invocated. M src/backend/catalog/pg_proc.c M src/backend/rewrite/rewriteHandler.c ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/pg_proc.c | 12 ++++++++++++ src/backend/rewrite/rewriteHandler.c | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |