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
(4) |
3
|
4
(2) |
5
(2) |
6
(2) |
7
|
8
|
9
|
10
(8) |
11
(1) |
12
(1) |
13
(1) |
14
|
15
|
16
(8) |
17
(8) |
18
(3) |
19
(2) |
20
(3) |
21
(3) |
22
(1) |
23
(4) |
24
(11) |
25
(2) |
26
(9) |
27
(6) |
28
|
29
(4) |
30
(6) |
|
|
|
|
|
From: Michael P. <mic...@us...> - 2012-04-23 08:23:55
|
Project "Postgres-XC". The branch, master has been updated via b0a013d46f52f78d5ca66825bd87517522df4277 (commit) from a6e99adc71ec5571edc4bc831112e30960d5a22d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b0a013d46f52f78d5ca66825bd87517522df4277 commit b0a013d46f52f78d5ca66825bd87517522df4277 Author: Michael Paquier <mi...@ot...> Date: Mon Apr 23 17:25:58 2012 +0900 Remove additional output for test arrays The distribution type of table used to check indexes on arrays is changed to replication. Normally, a table with no supported distribution types uses round robin as distribution but in the case of a constraint being specified, round robin cannot be safely used to check constraints on remote nodes and hash is enforced. Related to feature request 3520520, this distribution type should be changed to its initial value once global constraints are supported in XC. M src/test/regress/expected/arrays.out D src/test/regress/expected/arrays_1.out M src/test/regress/sql/arrays.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/arrays.out | 7 +- src/test/regress/expected/arrays_1.out | 1578 -------------------------------- src/test/regress/sql/arrays.sql | 7 +- 3 files changed, 12 insertions(+), 1580 deletions(-) delete mode 100644 src/test/regress/expected/arrays_1.out hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-23 07:54:03
|
Project "Postgres-XC". The branch, master has been updated via a6e99adc71ec5571edc4bc831112e30960d5a22d (commit) from 68c4856640cea27102c2ac27085db291ed38d7e4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a6e99adc71ec5571edc4bc831112e30960d5a22d commit a6e99adc71ec5571edc4bc831112e30960d5a22d Author: Michael Paquier <mi...@ot...> Date: Mon Apr 23 16:55:06 2012 +0900 Fix for regression test privileges Related to issue 3520503, this test is failing because remote join query scan in XC needs to more columns than necessary, sometimes including columns to which users might not have access. Reducing the target list on remote query scan is not that easy, so for the time being this regression test is updated by being aware of this issue. 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 | 36 ++++++++++----------------- src/test/regress/sql/privileges.sql | 13 ++++++---- 2 files changed, 21 insertions(+), 28 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-23 07:05:04
|
Project "Postgres-XC". The branch, master has been updated via 68c4856640cea27102c2ac27085db291ed38d7e4 (commit) from 8184d17849ad8fdfcfd569311384c80eb32cebd7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=68c4856640cea27102c2ac27085db291ed38d7e4 commit 68c4856640cea27102c2ac27085db291ed38d7e4 Author: Michael Paquier <mi...@ot...> Date: Mon Apr 23 16:07:45 2012 +0900 Fix for regression test misc Test is corrected and realigned with PostgreSQL test. M src/test/regress/input/misc.source M src/test/regress/output/misc.source A src/test/regress/output/misc_1.source ----------------------------------------------------------------------- Summary of changes: src/test/regress/input/misc.source | 4 +- src/test/regress/output/misc.source | 4 +- .../regress/output/{misc.source => misc_1.source} | 36 +++++++++----------- 3 files changed, 20 insertions(+), 24 deletions(-) copy src/test/regress/output/{misc.source => misc_1.source} (98%) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-23 06:27:58
|
Project "Postgres-XC". The branch, master has been updated via 8184d17849ad8fdfcfd569311384c80eb32cebd7 (commit) via da7b8cdb99db658c0df80490f08e1d77fa139204 (commit) from 77087e3504f35308c7fd0d53c2a21dbaefd5e8a6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8184d17849ad8fdfcfd569311384c80eb32cebd7 commit 8184d17849ad8fdfcfd569311384c80eb32cebd7 Author: Ashutosh Bapat <ash...@en...> Date: Mon Apr 23 11:55:56 2012 +0530 The rules are applied on coordinator and hence are not needed to be available on the datanodes. Do not ship any utilities on rules to datanodes. M src/backend/tcop/utility.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=da7b8cdb99db658c0df80490f08e1d77fa139204 commit 8184d17849ad8fdfcfd569311384c80eb32cebd7 Author: Ashutosh Bapat <ash...@en...> Date: Mon Apr 23 11:55:56 2012 +0530 The rules are applied on coordinator and hence are not needed to be available on the datanodes. Do not ship any utilities on rules to datanodes. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 10 +++++- src/backend/tcop/utility.c | 56 +++++++++++++++++++++++++------------- 2 files changed, 45 insertions(+), 21 deletions(-) hooks/post-receive -- Postgres-XC |