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
(1) |
3
(1) |
4
(1) |
5
|
6
(1) |
7
|
8
|
9
|
10
|
11
(2) |
12
|
13
(6) |
14
(4) |
15
(2) |
16
|
17
(4) |
18
|
19
|
20
(1) |
21
(1) |
22
(6) |
23
(4) |
24
(3) |
25
|
26
|
27
(1) |
28
(4) |
29
(2) |
30
|
31
|
|
From: Michael P. <mic...@us...> - 2012-08-28 04:05:55
|
Project "Postgres-XC". The branch, master has been updated via aa400e384223727ea76fbd547446b69d10c95748 (commit) from b3d6d619b5d96b59f1d26b1f960d800e6fa1b687 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=aa400e384223727ea76fbd547446b69d10c95748 commit aa400e384223727ea76fbd547446b69d10c95748 Author: Michael Paquier <mi...@ot...> Date: Tue Aug 28 13:08:07 2012 +0900 Fix for test case json: ORDER BY addition An ORDER BY clause is necessary to insure consistent output for 1 query. M src/test/regress/expected/json.out M src/test/regress/sql/json.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/json.out | 2 +- src/test/regress/sql/json.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-08-28 03:42:25
|
Project "Postgres-XC". The branch, master has been updated via b3d6d619b5d96b59f1d26b1f960d800e6fa1b687 (commit) from ea0b9a810f0ec2eadd06d6e3eb0774a924bf8b3d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b3d6d619b5d96b59f1d26b1f960d800e6fa1b687 commit b3d6d619b5d96b59f1d26b1f960d800e6fa1b687 Author: Michael Paquier <mi...@ot...> Date: Tue Aug 28 12:43:58 2012 +0900 Fix for regression test aggregates An ORDER BY clause if added in all the queries of The latest test part related to string_agg bytea adding in vanilla 9.2. All the output files have been updated with consistent results. M src/test/regress/expected/aggregates.out M src/test/regress/expected/aggregates_1.out M src/test/regress/sql/aggregates.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/aggregates.out | 16 ++++++++-------- src/test/regress/expected/aggregates_1.out | 10 +++++----- src/test/regress/sql/aggregates.sql | 10 +++++----- 3 files changed, 18 insertions(+), 18 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-08-28 03:28:44
|
Project "Postgres-XC". The branch, master has been updated via ea0b9a810f0ec2eadd06d6e3eb0774a924bf8b3d (commit) from 5627c1d6d6abd2a797c27b69398d2978c5cf49d1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ea0b9a810f0ec2eadd06d6e3eb0774a924bf8b3d commit ea0b9a810f0ec2eadd06d6e3eb0774a924bf8b3d Author: Michael Paquier <mi...@ot...> Date: Tue Aug 28 12:29:11 2012 +0900 Fix for test inherit, namespace of temporary tables The namespace of temporary tables was shown in an EXPLAIN that differs between vanilla and XC. In the case of vanilla, a "Hash Cond" showing the namespace of relations is not used. So the related tables are changed to non-temporary. M src/test/regress/expected/inherit_1.out M src/test/regress/sql/inherit.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/inherit_1.out | 32 ++++++++++++++++++------------ src/test/regress/sql/inherit.sql | 12 +++++----- 2 files changed, 25 insertions(+), 19 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-08-28 00:36:10
|
Project "Postgres-XC". The branch, master has been updated via 5627c1d6d6abd2a797c27b69398d2978c5cf49d1 (commit) from b562b483892cc09475bd92e201b11ce39061176e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5627c1d6d6abd2a797c27b69398d2978c5cf49d1 commit 5627c1d6d6abd2a797c27b69398d2978c5cf49d1 Author: Michael Paquier <mi...@ot...> Date: Tue Aug 28 09:29:32 2012 +0900 Fix for parameter handling in SPI calls This commit provides a fix for parameter handling for queries called through SPI. Most of the issues were related to plpgsql functions with DML and SELECT queries. When sending a list of parameter to remote nodes, the PostgreSQL protocol does not allow types with incorrect OIDs or names, in the case of XC, incorrect names. In the case of queries called with SPI, some parameter have no type as they are not used by all the queries involved on the call The reason of this behavior is that parameter management is centralized in the SPI itself. In the case of such parameters, the same method as dropped attributes of relations is used, meaning that a parameter that has no type will be considered as a NULL entry and so remote node will not complain about any unexisting type. This fix is done on top of the existing infrastructure, but honestly this should be rewritten with a set of APIs that makes remote parameter management more easily manageable in cluster, however this is out of scope for the time being. 2 regression tests are fixed thanks to that: plpgsql and rangefuncs. M src/backend/commands/prepare.c M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/planner.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/execRemote.c M src/backend/pgxc/pool/pgxcnode.c M src/backend/tcop/postgres.c M src/include/pgxc/planner.h M src/pl/plpgsql/src/pl_exec.c M src/test/regress/expected/plpgsql_1.out M src/test/regress/expected/rangefuncs_1.out ----------------------------------------------------------------------- Summary of changes: src/backend/commands/prepare.c | 17 +- src/backend/nodes/copyfuncs.c | 10 +- src/backend/nodes/outfuncs.c | 9 +- src/backend/optimizer/plan/planner.c | 19 +- src/backend/pgxc/plan/planner.c | 63 ++++ src/backend/pgxc/pool/execRemote.c | 41 ++- src/backend/pgxc/pool/pgxcnode.c | 11 +- src/backend/tcop/postgres.c | 3 +- src/include/pgxc/planner.h | 4 +- src/pl/plpgsql/src/pl_exec.c | 9 - src/test/regress/expected/plpgsql_1.out | 465 ++++++++++++++++++++++++---- src/test/regress/expected/rangefuncs_1.out | 3 +- 12 files changed, 534 insertions(+), 120 deletions(-) hooks/post-receive -- Postgres-XC |