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
(5) |
3
(2) |
4
(3) |
5
(424) |
6
|
7
|
8
|
9
|
10
|
11
|
12
(1) |
13
|
14
|
15
|
16
(7) |
17
(4) |
18
(5) |
19
(1) |
20
|
21
|
22
|
23
(2) |
24
|
25
|
26
(4) |
27
|
28
|
29
|
30
|
31
|
|
|
|
From: Abbas B. <ga...@us...> - 2013-07-03 14:38:08
|
Project "Postgres-XC". The branch, REL1_1_work has been updated via 7c3677d3da36b921c79f76be38184ef26562950a (commit) from 0997431c21ba54a803a8b92e7a89755fafed7b8a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7c3677d3da36b921c79f76be38184ef26562950a commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 Author: Amit Khandekar <ami...@en...> Date: Thu Jun 27 21:11:57 2013 +0530 Regression test: select_views.sql In select_views_2.out, masked the error "permission denied for relation" for views. This is identified as a bug which could not be fixed easily. Also, made ORDER BY related changes in the expected file and also in alternate expected file There are EXPLAIN statements in the test file. Because XC produces different EXPLAIN output, changed the output of these statements in all the expected files. M src/test/regress/expected/select_views.out M src/test/regress/expected/select_views_1.out M src/test/regress/expected/select_views_2.out M src/test/regress/sql/select_views.sql ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@en...> - 2013-07-03 06:20:46
|
I think this issue happens only for non-master branches. None of the commits on such branches show correct commit id. On 2 July 2013 19:47, Abbas Butt <ga...@us...> wrote: > Project "Postgres-XC". > > The branch, REL1_1_work has been updated > via 0997431c21ba54a803a8b92e7a89755fafed7b8a (commit) > from ffa58672487a32f91dba598b15ac2ab1eca7bcbf (commit) > > > - Log ----------------------------------------------------------------- > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0997431c21ba54a803a8b92e7a89755fafed7b8a > > commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 > Author: Amit Khandekar <ami...@en...> > Date: Thu Jun 27 21:11:57 2013 +0530 > > Regression test: select_views.sql > > In select_views_2.out, masked the error "permission denied for relation" > for views. This is identified as a bug which could not be fixed easily. > Also, made ORDER BY related changes in the expected file and also in > alternate expected file > There are EXPLAIN statements in the test file. Because XC produces > different EXPLAIN output, changed the output of these statements in all > the expected files. > > M src/test/regress/expected/select_views.out > M src/test/regress/expected/select_views_1.out > M src/test/regress/expected/select_views_2.out > M src/test/regress/sql/select_views.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/sql/point.sql | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers |