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-04 07:58:46
|
Project "Postgres-XC". The branch, master has been updated via 41497f76cea9eae378974c0af7f050fda35dca3c (commit) from 8e393db79e43f0a5605fed35d55af8375b4ffe2c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=41497f76cea9eae378974c0af7f050fda35dca3c commit 41497f76cea9eae378974c0af7f050fda35dca3c Author: Michael Paquier <mi...@ot...> Date: Fri May 4 16:56:44 2012 +0900 Fix for test plpgsql The same issue as in commit 8e393db79e43f0a5605fed35d55af8375b4ffe2c is not fixed for this release. It is an error with query parameters of sub-plans not being scanned for SetRemoteStatementName. M src/pl/plpgsql/src/pl_exec.c M src/test/regress/expected/plancache_1.out A src/test/regress/expected/plpgsql_1.out M src/test/regress/sql/plpgsql.sql ----------------------------------------------------------------------- Summary of changes: src/pl/plpgsql/src/pl_exec.c | 9 + src/test/regress/expected/plancache_1.out | 167 ++++-- .../expected/{plpgsql.out => plpgsql_1.out} | 629 +++++++++----------- src/test/regress/sql/plpgsql.sql | 29 +- 4 files changed, 417 insertions(+), 417 deletions(-) copy src/test/regress/expected/{plpgsql.out => plpgsql_1.out} (88%) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-05-04 06:40:26
|
Project "Postgres-XC". The branch, master has been updated via 8e393db79e43f0a5605fed35d55af8375b4ffe2c (commit) from 5f6b75ebc869e384cdfcea5e11dd2dfdcdb02e68 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8e393db79e43f0a5605fed35d55af8375b4ffe2c commit 8e393db79e43f0a5605fed35d55af8375b4ffe2c Author: Amit Khandekar <ami...@en...> Date: Fri May 4 12:08:15 2012 +0530 pg_regress: join.sql : Added ORDER BY and EXPLAIN ( nodes false) to make the output consistent. Adjusted join.out accordingly. Created new file join_1.out to accommodate an ERROR which we decided not to fix in this release 1.0. The scenario is this: prepare foo(bool) as select count(*) from tenk1 a left join tenk1 b on (a.unique2 = b.unique1 and exists (select 1 from tenk1 c where c.thousand = b.unique2 and $1)); execute foo(true); ERROR: bind message supplies 1 parameters, but prepared statement "" requires 0 Possibly this issue would be handled through bug 3517106. M src/test/regress/expected/join.out A src/test/regress/expected/join_1.out M src/test/regress/sql/join.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/join.out | 1847 ++++++++++---------- src/test/regress/expected/{join.out => join_1.out} | 1819 ++++++++++---------- src/test/regress/sql/join.sql | 30 +- 3 files changed, 1880 insertions(+), 1816 deletions(-) copy src/test/regress/expected/{join.out => join_1.out} (95%) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-04 06:30:22
|
Project "Postgres-XC". The branch, master has been updated via 5f6b75ebc869e384cdfcea5e11dd2dfdcdb02e68 (commit) from 742c9553e01f32a4fefb9ef89bacb1864f7fad2c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5f6b75ebc869e384cdfcea5e11dd2dfdcdb02e68 commit 5f6b75ebc869e384cdfcea5e11dd2dfdcdb02e68 Author: Michael Paquier <mi...@ot...> Date: Fri May 4 15:28:27 2012 +0900 Change distribution of some tables in foreign_key to replicate This is necessary to avoid errors of the type: "Write to replicated table returned different results" that may appear depending on the cluster structure used. M src/test/regress/expected/foreign_key_1.out M src/test/regress/sql/foreign_key.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/foreign_key_1.out | 6 +++--- src/test/regress/sql/foreign_key.sql | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-05-04 02:39:06
|
Project "Postgres-XC". The branch, master has been updated via 742c9553e01f32a4fefb9ef89bacb1864f7fad2c (commit) from 8f67694c0bfa208437dd8e1918922197dbb21f0b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=742c9553e01f32a4fefb9ef89bacb1864f7fad2c commit 742c9553e01f32a4fefb9ef89bacb1864f7fad2c Author: Amit Khandekar <ami...@en...> Date: Thu May 3 21:32:59 2012 +0530 Add a Result plan node over RemoteQuery node in cases where the target list is not a plain var tlist. This fixes cases when the target list contains RowExpr expressions which cannot be handled by RemoteQuery. It deparses such expressions as ROW(...) and when the remote query fetches such ROW(...) values, they cannot be converted into input form. Hence the Result plan, which allows to evaluate any such expressions. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 71 ++++++++++++++++++++++++++++--- 1 files changed, 65 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |