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-07 01:38:22
|
Project "Postgres-XC". The branch, master has been updated via 30c443b261612fd4310895395251f1677f727962 (commit) from 00bf7e8a263800df2c5ed7e423dbd0865e9530f1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=30c443b261612fd4310895395251f1677f727962 commit 30c443b261612fd4310895395251f1677f727962 Author: Michael Paquier <mi...@ot...> Date: Mon May 7 10:34:57 2012 +0900 Fix for bug 3524219: Assertion failure in create_remotequery_plan Assertion failed if input tlist was not null. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-05 06:01:02
|
Project "Postgres-XC". The branch, master has been updated via 00bf7e8a263800df2c5ed7e423dbd0865e9530f1 (commit) from 41497f76cea9eae378974c0af7f050fda35dca3c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=00bf7e8a263800df2c5ed7e423dbd0865e9530f1 commit 00bf7e8a263800df2c5ed7e423dbd0865e9530f1 Author: Michael Paquier <mi...@ot...> Date: Sat May 5 14:58:56 2012 +0900 Suppress unnecessary output file for test create_table D src/test/regress/expected/create_table_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/create_table_1.out | 206 -------------------------- 1 files changed, 0 insertions(+), 206 deletions(-) delete mode 100644 src/test/regress/expected/create_table_1.out hooks/post-receive -- Postgres-XC |
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 |
From: Abbas B. <ga...@us...> - 2012-05-02 15:12:05
|
Project "Postgres-XC". The branch, master has been updated via 8f67694c0bfa208437dd8e1918922197dbb21f0b (commit) from c0bc77818e7243179fb93d1c0770e52826d470d4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8f67694c0bfa208437dd8e1918922197dbb21f0b commit 8f67694c0bfa208437dd8e1918922197dbb21f0b Author: Abbas <abb...@en...> Date: Wed May 2 19:56:57 2012 +0500 Fix for the test case foreign_key The test case was failing because of the following limitations of XC 1. Partition column cannot be updated. 2. SAVEPOINTS are not supported. 3. Columns of network data types are not supported to be used as key to distribute the table by hash/modulo. The SQL file was changed to distribute the tables by replication and Expected output files were changed accordingly. M src/test/regress/expected/foreign_key.out 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.out | 86 +++--- src/test/regress/expected/foreign_key_1.out | 479 ++++++++++++--------------- src/test/regress/sql/foreign_key.sql | 101 +++--- 3 files changed, 311 insertions(+), 355 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2012-05-01 05:16:50
|
Project "Postgres-XC". The branch, master has been updated via c0bc77818e7243179fb93d1c0770e52826d470d4 (commit) from 26e073f38d8a301c8f5de116613c6459903a50df (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c0bc77818e7243179fb93d1c0770e52826d470d4 commit c0bc77818e7243179fb93d1c0770e52826d470d4 Author: Abbas <abb...@en...> Date: Tue May 1 10:13:20 2012 +0500 Fix for crash when a set parameter to value command is executed using PQprepare & PQexecPrepared The crash was due to two reasons 1. The stmt_name member of CachedPlanSource was left uninitialized in FastCreateCachedPlan. (Patch provided by Mason) 2. StoreCachedPlan was wrongly typecasting utility statements to PlannedStmt *. M src/backend/utils/cache/plancache.c ----------------------------------------------------------------------- Summary of changes: src/backend/utils/cache/plancache.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |