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
|
|
From: Michael P. <mic...@us...> - 2012-04-29 13:32:33
|
Project "Postgres-XC".
The branch, master has been updated
via 10cf12dc51866950c5e70c3318ffce0fefd2f7d8 (commit)
from 5a7ae7abc59e32e3585b3123ff7ae4ef1dc33393 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=10cf12dc51866950c5e70c3318ffce0fefd2f7d8
commit 10cf12dc51866950c5e70c3318ffce0fefd2f7d8
Author: Michael Paquier <mi...@ot...>
Date: Sun Apr 29 22:29:58 2012 +0900
Fix for regression test privileges
Strengthen consistency of test in cluster by adding a couple of
ORDER BY clauses and correct output in consequence of commit 8b70821
that reallowed non-superusers to create stable and volatile functions.
M src/test/regress/expected/privileges_1.out
M src/test/regress/sql/privileges.sql
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/privileges_1.out | 98 +++++++++++++---------------
src/test/regress/sql/privileges.sql | 33 +++++-----
2 files changed, 62 insertions(+), 69 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Amit K. <ami...@us...> - 2012-04-29 12:41:57
|
Project "Postgres-XC".
The branch, master has been updated
via 5a7ae7abc59e32e3585b3123ff7ae4ef1dc33393 (commit)
from 21a658a6dc1d3bd7f127a84a9b5da46134bfaf49 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5a7ae7abc59e32e3585b3123ff7ae4ef1dc33393
commit 5a7ae7abc59e32e3585b3123ff7ae4ef1dc33393
Author: Amit Khandekar <ami...@en...>
Date: Sun Apr 29 18:05:28 2012 +0530
While generating remote column aliases, make use of user-supplied column
aliases if available, and use the physical table attributes only if
user has not supplied column aliases. The issue was: if a remote join
query has user column aliases, they were not getting used in the quals
of remote join query, and so the query used to give error such as:
SELECT '' AS "xxx", t1.a, t2.e
FROM J1_TBL t1 (a, b, c), J2_TBL t2 (d, e)
WHERE t1.a = t2.d
ORDER BY a, e;
ERROR: column in_1.i does not exist
M src/backend/optimizer/plan/createplan.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/optimizer/plan/createplan.c | 30 +++++++++++++++++-------------
1 files changed, 17 insertions(+), 13 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-29 07:54:18
|
Project "Postgres-XC".
The branch, master has been updated
via 21a658a6dc1d3bd7f127a84a9b5da46134bfaf49 (commit)
from 8c579ff58656330512b4e66a89836ae5f3286b90 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=21a658a6dc1d3bd7f127a84a9b5da46134bfaf49
commit 21a658a6dc1d3bd7f127a84a9b5da46134bfaf49
Author: Michael Paquier <mi...@ot...>
Date: Sun Apr 29 16:47:50 2012 +0900
Addition of an alternate output file for test select_implicit
Former PostgreSQL has 3 different output files due to diffs in ORDER BY of
test_missing_target. Up to now only one file was used for XC but the same
diffs are reproducible depending on environment used. Hence a necessary
output file is added.
A src/test/regress/expected/select_implicit_4.out
-----------------------------------------------------------------------
Summary of changes:
...select_implicit_3.out => select_implicit_4.out} | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
copy src/test/regress/expected/{select_implicit_3.out => select_implicit_4.out} (100%)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-29 00:52:05
|
Project "Postgres-XC".
The branch, master has been updated
via 8c579ff58656330512b4e66a89836ae5f3286b90 (commit)
from eb356aee558bafed6e2112da117c9eb7f68b1116 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c579ff58656330512b4e66a89836ae5f3286b90
commit 8c579ff58656330512b4e66a89836ae5f3286b90
Author: Michael Paquier <mi...@ot...>
Date: Sun Apr 29 09:28:23 2012 +0900
Callback mechanism on GTM for sequence renaming
Addition of a callback at transaction abort to change a sequence on GTM
back to its former name in case it has been changed during this transaction.
A new regression test called xc_sequence is added with test cases for
sequence creation and drop callback, and renaming callback.
M src/backend/catalog/dependency.c
M src/backend/commands/sequence.c
M src/backend/commands/tablecmds.c
M src/include/commands/sequence.h
A src/test/regress/expected/xc_sequence.out
M src/test/regress/parallel_schedule
M src/test/regress/serial_schedule
A src/test/regress/sql/xc_sequence.sql
-----------------------------------------------------------------------
Summary of changes:
src/backend/catalog/dependency.c | 3 +
src/backend/commands/sequence.c | 74 ++++++++++++
src/backend/commands/tablecmds.c | 9 ++
src/include/commands/sequence.h | 5 +-
src/test/regress/expected/xc_sequence.out | 178 +++++++++++++++++++++++++++++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/serial_schedule | 1 +
src/test/regress/sql/xc_sequence.sql | 86 ++++++++++++++
8 files changed, 356 insertions(+), 2 deletions(-)
create mode 100644 src/test/regress/expected/xc_sequence.out
create mode 100644 src/test/regress/sql/xc_sequence.sql
hooks/post-receive
--
Postgres-XC
|
|
From: Amit K. <ami...@us...> - 2012-04-27 10:23:45
|
Project "Postgres-XC".
The branch, master has been updated
via eb356aee558bafed6e2112da117c9eb7f68b1116 (commit)
from 8b70821d42a517273f3ce44934f5fd892af45af7 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=eb356aee558bafed6e2112da117c9eb7f68b1116
commit eb356aee558bafed6e2112da117c9eb7f68b1116
Author: Amit Khandekar <ami...@en...>
Date: Fri Apr 27 15:41:01 2012 +0530
Fix for bug ID : 3515461: DELETE query with non-pushable clauses does not work.
Two issues were fixed:
1. When the target list is not in the order of the table columns, WHERE clause
was not getting correctly applied. So, at the time of applying the quals, re-arrange
the slot values into an intermediate slot, so as to make the values ordered in line
with the order of the table attributes, and then apply the qual.
2. When WHERE clause contains subquery that refers to attributes in outer query,
the DELETE query fails, because the function pull_var_clause() that is used to
extract the qual vars into the target list does not peek into subquery. So replaced
this walker with a new walker that extracts vars from subquery as well.
More details about the fix are available in the bug comments.
M src/backend/pgxc/pool/execRemote.c
M src/backend/rewrite/rewriteHandler.c
M src/include/pgxc/execRemote.h
M src/test/regress/expected/xc_remote.out
M src/test/regress/sql/xc_remote.sql
-----------------------------------------------------------------------
Summary of changes:
src/backend/pgxc/pool/execRemote.c | 123 +++++++++++--
src/backend/rewrite/rewriteHandler.c | 78 ++++++++-
src/include/pgxc/execRemote.h | 2 +
src/test/regress/expected/xc_remote.out | 310 +++++++++++++++++++++++++++++++
src/test/regress/sql/xc_remote.sql | 107 +++++++++++
5 files changed, 601 insertions(+), 19 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-27 08:45:08
|
Project "Postgres-XC".
The branch, master has been updated
via 8b70821d42a517273f3ce44934f5fd892af45af7 (commit)
from c4eeddf1846a426f1ed81b94004c6a9982b47b6a (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8b70821d42a517273f3ce44934f5fd892af45af7
commit 8b70821d42a517273f3ce44934f5fd892af45af7
Author: Michael Paquier <mi...@ot...>
Date: Fri Apr 27 17:49:47 2012 +0900
Remove old error message at function creation
M src/backend/commands/functioncmds.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/commands/functioncmds.c | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-27 06:33:31
|
Project "Postgres-XC".
The branch, master has been updated
via c4eeddf1846a426f1ed81b94004c6a9982b47b6a (commit)
from 58aac20e2a5a40c267ae92109813896e0df39e09 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c4eeddf1846a426f1ed81b94004c6a9982b47b6a
commit c4eeddf1846a426f1ed81b94004c6a9982b47b6a
Author: Michael Paquier <mi...@ot...>
Date: Fri Apr 27 15:37:18 2012 +0900
Fix for regression test alter_table
Output is updated without any alternate file. Some tables have their
distribution type changed to round robin or replication to get rid of
restrictions on distribution column involved by XC.
M src/test/regress/expected/alter_table.out
M src/test/regress/sql/alter_table.sql
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/alter_table.out | 68 +++++++++++++++--------------
src/test/regress/sql/alter_table.sql | 64 ++++++++++++++-------------
2 files changed, 68 insertions(+), 64 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-27 05:53:18
|
Project "Postgres-XC".
The branch, master has been updated
via 58aac20e2a5a40c267ae92109813896e0df39e09 (commit)
from e66eac055505eac710bfe076dc0834f9544dc2a4 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=58aac20e2a5a40c267ae92109813896e0df39e09
commit 58aac20e2a5a40c267ae92109813896e0df39e09
Author: Michael Paquier <mi...@ot...>
Date: Fri Apr 27 14:39:57 2012 +0900
Rename a SERIAL sequence on GTM when its table namespace is changed
This was an issue appearing in test case alter_table.
Following SQL test was failing:
create schema alter1;
create schema alter2;
create table alter1.t1(f1 serial primary key, f2 int check (f2 > 0));
alter table alter1.t1 set schema alter2;
drop schema alter1;
drop schema alter2 cascade;
As the sequence name did not get modified on GTM, the cascade drop
failed with an error about non-existing sequence on GTM.
M src/backend/commands/tablecmds.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/commands/tablecmds.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-27 04:01:58
|
Project "Postgres-XC".
The branch, master has been updated
via e66eac055505eac710bfe076dc0834f9544dc2a4 (commit)
from 10ea0a85e09f3303ae9f56c7b850410048737011 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e66eac055505eac710bfe076dc0834f9544dc2a4
commit e66eac055505eac710bfe076dc0834f9544dc2a4
Author: Michael Paquier <mi...@ot...>
Date: Fri Apr 27 13:04:16 2012 +0900
Correction for test with and remove alternate output file
Addition of some ORDER BY missing in test with. An alternate output file
is removed. It was a pretty old one dating of before adding support for
CTAS in XC.
M src/test/regress/expected/with.out
D src/test/regress/expected/with_1.out
M src/test/regress/sql/with.sql
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/with.out | 6 +-
src/test/regress/expected/with_1.out | 1271 ----------------------------------
src/test/regress/sql/with.sql | 6 +-
3 files changed, 6 insertions(+), 1277 deletions(-)
delete mode 100644 src/test/regress/expected/with_1.out
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-27 02:15:36
|
Project "Postgres-XC".
The branch, master has been updated
via 10ea0a85e09f3303ae9f56c7b850410048737011 (commit)
from 0fd627ee70886c49859e244ceb1d8c4e25ba8eb3 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=10ea0a85e09f3303ae9f56c7b850410048737011
commit 10ea0a85e09f3303ae9f56c7b850410048737011
Author: Michael Paquier <mi...@ot...>
Date: Fri Apr 27 11:13:03 2012 +0900
Fix for bug 3489478: DML involving dropped attributes
When dropping a relation column, dropped columns were taken into account
in query generated for INSERT and UPDATE. Dropped columns are not taken into
account anymore in those queries and dropped parameters are casted in the
parameter list sent to remote nodes as int4, based on what Postgres returns
from the inner scan plan.
A new regression test called xc_alter_table is added to do some additional
check on those queries. The drop of the distribution column is now blocked
for safety, as this could cause damages on hash and Modulo tables.
M src/backend/commands/tablecmds.c
M src/backend/optimizer/plan/createplan.c
A src/test/regress/expected/xc_alter_table.out
M src/test/regress/parallel_schedule
M src/test/regress/serial_schedule
A src/test/regress/sql/xc_alter_table.sql
-----------------------------------------------------------------------
Summary of changes:
src/backend/commands/tablecmds.c | 38 +++++
src/backend/optimizer/plan/createplan.c | 67 +++++---
src/test/regress/expected/xc_alter_table.out | 219 ++++++++++++++++++++++++++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/serial_schedule | 1 +
src/test/regress/sql/xc_alter_table.sql | 59 +++++++
6 files changed, 362 insertions(+), 24 deletions(-)
create mode 100644 src/test/regress/expected/xc_alter_table.out
create mode 100644 src/test/regress/sql/xc_alter_table.sql
hooks/post-receive
--
Postgres-XC
|
|
From: Ashutosh B. <ash...@us...> - 2012-04-26 12:05:49
|
Project "Postgres-XC".
The branch, master has been updated
via 0fd627ee70886c49859e244ceb1d8c4e25ba8eb3 (commit)
from 8acce2d82e3c9973e62263c27a4267675bd84c51 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0fd627ee70886c49859e244ceb1d8c4e25ba8eb3
commit 0fd627ee70886c49859e244ceb1d8c4e25ba8eb3
Author: Ashutosh Bapat <ash...@en...>
Date: Thu Apr 26 17:32:50 2012 +0530
Missed alternate output file for testcase inherit in last commit. Adding it.
A src/test/regress/expected/inherit_1.out
-----------------------------------------------------------------------
Summary of changes:
.../expected/{inherit.out => inherit_1.out} | 494 ++++----------------
1 files changed, 96 insertions(+), 398 deletions(-)
copy src/test/regress/expected/{inherit.out => inherit_1.out} (84%)
hooks/post-receive
--
Postgres-XC
|
|
From: Ashutosh B. <ash...@us...> - 2012-04-26 11:15:34
|
Project "Postgres-XC".
The branch, master has been updated
via 8acce2d82e3c9973e62263c27a4267675bd84c51 (commit)
from 5bc59426628ecf8af5b7f830e2d323e73e6d053c (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8acce2d82e3c9973e62263c27a4267675bd84c51
commit 8acce2d82e3c9973e62263c27a4267675bd84c51
Author: Ashutosh Bapat <ash...@en...>
Date: Thu Apr 26 16:34:00 2012 +0530
Fix for testcase inherit.
Since the OIDs across nodes in XC are not consistent, the queries with
conditions like tablename.tableoid = pg_class.oid do not produce any results.
Added alternate expected output for such cases.
Added SQL queries to check the data sanity of inherited tables.
Added explicit distribution for some tables to take care of partition column
updation problem and global constraints problem.
M src/test/regress/expected/inherit.out
M src/test/regress/sql/inherit.sql
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/inherit.out | 624 +++++++++++++++++++++++++++++++--
src/test/regress/sql/inherit.sql | 94 ++++-
2 files changed, 666 insertions(+), 52 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-26 08:03:28
|
Project "Postgres-XC".
The branch, master has been updated
via 5bc59426628ecf8af5b7f830e2d323e73e6d053c (commit)
from 63ccc71a0da32c15a33bac769aaafd3ec9a4775c (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5bc59426628ecf8af5b7f830e2d323e73e6d053c
commit 5bc59426628ecf8af5b7f830e2d323e73e6d053c
Author: Michael Paquier <mi...@ot...>
Date: Thu Apr 26 17:06:45 2012 +0900
Fix for output of xc_distkey
This test was using an interval type in one of the tables, but this output
was generated when environment variable intervalstyle was not transmitted
correctly to remote nodes.
M src/test/regress/expected/xc_distkey.out
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/xc_distkey.out | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-26 07:40:35
|
Project "Postgres-XC".
The branch, master has been updated
via 63ccc71a0da32c15a33bac769aaafd3ec9a4775c (commit)
from 135cc92c5229d3e2390486f76ee7edd190292204 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=63ccc71a0da32c15a33bac769aaafd3ec9a4775c
commit 63ccc71a0da32c15a33bac769aaafd3ec9a4775c
Author: Michael Paquier <mi...@ot...>
Date: Thu Apr 26 16:43:03 2012 +0900
Fix for alternate file of regression test domain
A portion of alternate output file of test domain is corrected here.
The portion corrected is consistent with vanilla output.
M src/test/regress/expected/domain_1.out
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/domain_1.out | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-26 06:42:51
|
Project "Postgres-XC".
The branch, master has been updated
via 135cc92c5229d3e2390486f76ee7edd190292204 (commit)
from 3a1794e8a1c5acf3fa24121b65e72b17ebe755f0 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=135cc92c5229d3e2390486f76ee7edd190292204
commit 135cc92c5229d3e2390486f76ee7edd190292204
Author: Michael Paquier <mi...@ot...>
Date: Thu Apr 26 15:46:56 2012 +0900
Pass environment variable intervalstyle to backends through pooler
This was causing some diffs in test case alter_table because interval
format postgres_verbose used in regressions was not the on remote nodes
and Coordinator.
M src/backend/pgxc/pool/poolmgr.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/pgxc/pool/poolmgr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Ashutosh B. <ash...@us...> - 2012-04-26 05:47:56
|
Project "Postgres-XC".
The branch, master has been updated
via 3a1794e8a1c5acf3fa24121b65e72b17ebe755f0 (commit)
from 0ab163163ba39a83016e71fd4f4828a999fe83d4 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3a1794e8a1c5acf3fa24121b65e72b17ebe755f0
commit 3a1794e8a1c5acf3fa24121b65e72b17ebe755f0
Author: Ashutosh Bapat <ash...@en...>
Date: Thu Apr 26 11:15:13 2012 +0530
If the original utility command has been sent to other nodes, do not send it
again while executing sub-commands resulting from the original command.
M src/backend/tcop/utility.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/tcop/utility.c | 128 +++++++++++++++++++++++---------------------
1 files changed, 67 insertions(+), 61 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-26 03:00:08
|
Project "Postgres-XC".
The branch, master has been updated
via 0ab163163ba39a83016e71fd4f4828a999fe83d4 (commit)
from 627cbf6d63963da0ae875164929a915fd7498993 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0ab163163ba39a83016e71fd4f4828a999fe83d4
commit 0ab163163ba39a83016e71fd4f4828a999fe83d4
Author: Michael Paquier <mi...@ot...>
Date: Thu Apr 26 12:03:40 2012 +0900
Change default port of GTM to 6666 in initgtm to stick with default on nodes
Default connection value n Coordinators and Datanodes is 6666.
This makes initialization more consistent.
M src/bin/initgtm/initgtm.c
-----------------------------------------------------------------------
Summary of changes:
src/bin/initgtm/initgtm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-26 01:36:51
|
Project "Postgres-XC documentation".
The branch, master has been updated
via 868bf622a4b617c10dc424a8cdc72d5ad05d91c0 (commit)
from 82f666aaf926978733be9043dec8adb2d53902d9 (commit)
- Log -----------------------------------------------------------------
commit 868bf622a4b617c10dc424a8cdc72d5ad05d91c0
Author: Michael P <mic...@us...>
Date: Thu Apr 26 10:41:58 2012 +0900
Update release policy diagram with 1.0 releases
diff --git a/release_policy/PG-XC_Release_Policy_Diagram.odg b/release_policy/PG-XC_Release_Policy_Diagram.odg
index 1cccea6..69da785 100644
Binary files a/release_policy/PG-XC_Release_Policy_Diagram.odg and b/release_policy/PG-XC_Release_Policy_Diagram.odg differ
-----------------------------------------------------------------------
Summary of changes:
release_policy/PG-XC_Release_Policy_Diagram.odg | Bin 14105 -> 13049 bytes
1 files changed, 0 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC documentation
|
|
From: Michael P. <mic...@us...> - 2012-04-26 00:19:39
|
Project "Postgres-XC".
The branch, master has been updated
via 627cbf6d63963da0ae875164929a915fd7498993 (commit)
from 6eeeaf7960b073f0976cc4b75f1d22476a7f6e3f (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=627cbf6d63963da0ae875164929a915fd7498993
commit 627cbf6d63963da0ae875164929a915fd7498993
Author: Michael Paquier <mi...@ot...>
Date: Thu Apr 26 09:23:49 2012 +0900
Complete postgres help with start-up options -C and -X
Those options are used to specify if node starts as a Coordinator (-C)
or a Datanode (-X).
M src/backend/main/main.c
-----------------------------------------------------------------------
Summary of changes:
src/backend/main/main.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-25 09:02:13
|
Project "Postgres-XC".
The branch, master has been updated
via 6eeeaf7960b073f0976cc4b75f1d22476a7f6e3f (commit)
from 02befd8a5a8fd3c74e5cb9c14b497ba5433f79a8 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6eeeaf7960b073f0976cc4b75f1d22476a7f6e3f
commit 6eeeaf7960b073f0976cc4b75f1d22476a7f6e3f
Author: Michael Paquier <mi...@ot...>
Date: Wed Apr 25 18:01:07 2012 +0900
Fix for warning executable-not-elf-or-script related to debian packaging
gtm.conf.sample and gtm_proxy.conf.sample were installed as binaries
but they are simply configuration files.
M src/gtm/Makefile
-----------------------------------------------------------------------
Summary of changes:
src/gtm/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Abbas B. <ga...@us...> - 2012-04-25 01:49:05
|
Project "Postgres-XC".
The branch, master has been updated
via b4242db3f7f3e60ffccc07075c6e14c8bfecb77e (commit)
from 63fceec5c5e21223c91a0ca94c7832ee2734a137 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b4242db3f7f3e60ffccc07075c6e14c8bfecb77e
commit b4242db3f7f3e60ffccc07075c6e14c8bfecb77e
Author: Abbas <abb...@en...>
Date: Wed Apr 25 06:47:44 2012 +0500
Add a few missing ORDER BY in collate test case
M src/test/regress/expected/collate_1.out
M src/test/regress/sql/collate.sql
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/collate_1.out | 16 ++++++++--------
src/test/regress/sql/collate.sql | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Abbas B. <ga...@us...> - 2012-04-24 13:46:14
|
Project "Postgres-XC".
The branch, master has been updated
via 63fceec5c5e21223c91a0ca94c7832ee2734a137 (commit)
from a6bf59fc92023e20bc039fdcf0bf393d60025143 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=63fceec5c5e21223c91a0ca94c7832ee2734a137
commit 63fceec5c5e21223c91a0ca94c7832ee2734a137
Author: Abbas <abb...@en...>
Date: Tue Apr 24 18:37:49 2012 +0500
Fix for constraints test case.
The test case was failing for the following reasons
1. Partition column cannot be updated. Distributed the tables by replication
to make sure the test case do test constraints.
Added test test case name in feature request 3520518.
2. There was a problem in function pgxc_node_remote_prepare.
The function was sending PREPARE TRANSACTION command to the data nodes
and was checking the response from the data nodes.
However it was ignoring the fact that the data nodes might have
responded with ROLLBACK. Even if the data nodes responded with ROLLBACK,
meaning that the transaction was not prepared, still the coordinator was
under the impression it got prepared and was trying to commit it.
To solve this problem we have added an option in the system to enable
response checking in HandleCommandComplete.
If response checking is enable then the system would compare the response
with ROLLBACK and if found it would indicate that to the caller.
The function pgxc_node_remote_prepare would then be able to know ROLLBACK
was received in response to PREPARE TRANSACTION and would not issue a COMMIT.
M src/backend/pgxc/pool/execRemote.c
M src/include/pgxc/pgxcnode.h
M src/test/regress/input/constraints.source
M src/test/regress/output/constraints_1.source
-----------------------------------------------------------------------
Summary of changes:
src/backend/pgxc/pool/execRemote.c | 38 ++++++-
src/include/pgxc/pgxcnode.h | 28 +++++
src/test/regress/input/constraints.source | 12 +-
src/test/regress/output/constraints_1.source | 157 ++++++++++---------------
4 files changed, 131 insertions(+), 104 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-24 10:48:46
|
Project "Postgres-XC".
The branch, master has been updated
via a6bf59fc92023e20bc039fdcf0bf393d60025143 (commit)
from ba13c73845855573c28d16fc4a4d5919b3e0946c (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a6bf59fc92023e20bc039fdcf0bf393d60025143
commit a6bf59fc92023e20bc039fdcf0bf393d60025143
Author: Michael Paquier <mi...@ot...>
Date: Tue Apr 24 19:53:20 2012 +0900
Correct regression test tablespace
Its output is generated depending on environment.
R096 src/test/regress/expected/tablespace_1.out src/test/regress/output/tablespace_1.source
-----------------------------------------------------------------------
Summary of changes:
.../tablespace_1.source} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
rename src/test/regress/{expected/tablespace_1.out => output/tablespace_1.source} (96%)
hooks/post-receive
--
Postgres-XC
|
|
From: Michael P. <mic...@us...> - 2012-04-24 10:45:21
|
Project "Postgres-XC".
The branch, master has been updated
via ba13c73845855573c28d16fc4a4d5919b3e0946c (commit)
from f12afa86e544f581c7c6d7a0fdf02502c4a0aed9 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ba13c73845855573c28d16fc4a4d5919b3e0946c
commit ba13c73845855573c28d16fc4a4d5919b3e0946c
Author: Michael Paquier <mi...@ot...>
Date: Tue Apr 24 19:48:41 2012 +0900
Fix standard remote DML plans using inherited tables
Simple test cases like this one were not possible for 4 reasons:
create table p1 (f1 int);
create table c1 (f2 text, f3 int) inherits (p1);
alter table p1 add column a1 int check (a1 > 0);
alter table p1 add column f2 text;
insert into p1 values (1,2,'abc');
insert into c1 values(11,'xyz',33,22);
update p1 set a1 = a1 + 1, f2 = upper(f2);
1) When generating a remote DDL query, the parent relation name was
used instead of the child name.
2) UPDATE and DELETE did not use ONLY when generating query, causing
subtables to be deleted or updated twice. Well deletion is not so much
a problem but UPDATE leaded to inconsistencies for stuff updated like
"column = column + expression()"
3) Remote DDL executor was always using the parent plan, leading to
inconsistencies in parameters pushed down
4) In query generated for remote UPDATE, the attribute number used was the
one from target list. In case of parent it is correct, but not always for
child tables.
This commit fixes some issues in tests alter_table and plpgsql.
M src/backend/executor/nodeModifyTable.c
M src/backend/optimizer/plan/createplan.c
M src/test/regress/expected/xc_FQS_join.out
-----------------------------------------------------------------------
Summary of changes:
src/backend/executor/nodeModifyTable.c | 15 +++++++----
src/backend/optimizer/plan/createplan.c | 37 +++++++++++++++++-----------
src/test/regress/expected/xc_FQS_join.out | 8 +++---
3 files changed, 35 insertions(+), 25 deletions(-)
hooks/post-receive
--
Postgres-XC
|
|
From: Ashutosh B. <ash...@us...> - 2012-04-24 09:52:04
|
Project "Postgres-XC".
The branch, master has been updated
via f12afa86e544f581c7c6d7a0fdf02502c4a0aed9 (commit)
via fcf60e947d785e0f2be79840e096cb18bcbd34b4 (commit)
from a127a85b198ecfb37f4530a804781c0e15ff50d2 (commit)
- Log -----------------------------------------------------------------
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f12afa86e544f581c7c6d7a0fdf02502c4a0aed9
commit f12afa86e544f581c7c6d7a0fdf02502c4a0aed9
Author: Ashutosh Bapat <ash...@en...>
Date: Tue Apr 24 15:18:31 2012 +0530
Updates using views or those involving inheritance may cause an error because
the row marks for them are not available at the coordinator. These errors
will not be fixed in this release. Hence add alternate output file rules_1.out
to pass the regression.
A src/test/regress/expected/rules_1.out
http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fcf60e947d785e0f2be79840e096cb18bcbd34b4
commit f12afa86e544f581c7c6d7a0fdf02502c4a0aed9
Author: Ashutosh Bapat <ash...@en...>
Date: Tue Apr 24 15:18:31 2012 +0530
Updates using views or those involving inheritance may cause an error because
the row marks for them are not available at the coordinator. These errors
will not be fixed in this release. Hence add alternate output file rules_1.out
to pass the regression.
A src/test/regress/expected/rules_1.out
-----------------------------------------------------------------------
Summary of changes:
src/test/regress/expected/rules.out | 27 ++++++------
.../regress/expected/{rules.out => rules_1.out} | 43 +++++++++++--------
src/test/regress/serial_schedule | 1 -
src/test/regress/sql/rules.sql | 24 +++++-----
4 files changed, 51 insertions(+), 44 deletions(-)
copy src/test/regress/expected/{rules.out => rules_1.out} (98%)
hooks/post-receive
--
Postgres-XC
|