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
|
3
|
4
|
5
(3) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(3) |
19
|
20
(2) |
21
(1) |
22
|
23
|
24
(4) |
25
(7) |
26
(1) |
27
(3) |
28
(3) |
29
|
30
|
|
|
|
|
|
|
From: Koichi S. <koi...@gm...> - 2013-06-27 16:22:52
|
Thank you Amit for the painful and time-consuming work. Select_views seems to be working fine. I will bild REL1_1_work (not STABLE, STABLE should be build after all the conflicts and regressions are fixed) for further work as planned. Best Regards; ---------- Koichi Suzuki 2013/6/28 Amit Khandekar <ami...@us...> > Project "Postgres-XC". > > The branch, master has been updated > via a074cac9b6b507e6d4b58c5004673f6cc65fcde1 (commit) > from 8d58166a1c8bfd7a19c6e9e6a578c8c4bc019253 (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a074cac9b6b507e6d4b58c5004673f6cc65fcde1 > > 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/expected/select_views.out | 1026 > ++++++++++++++++++++++++-- > src/test/regress/expected/select_views_1.out | 250 +++---- > src/test/regress/expected/select_views_2.out | 244 ++++++- > src/test/regress/sql/select_views.sql | 16 +- > 4 files changed, 1307 insertions(+), 229 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 > |
From: Amit K. <ami...@us...> - 2013-06-27 15:49:00
|
Project "Postgres-XC". The branch, master has been updated via a074cac9b6b507e6d4b58c5004673f6cc65fcde1 (commit) from 8d58166a1c8bfd7a19c6e9e6a578c8c4bc019253 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a074cac9b6b507e6d4b58c5004673f6cc65fcde1 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/expected/select_views.out | 1026 ++++++++++++++++++++++++-- src/test/regress/expected/select_views_1.out | 250 +++---- src/test/regress/expected/select_views_2.out | 244 ++++++- src/test/regress/sql/select_views.sql | 16 +- 4 files changed, 1307 insertions(+), 229 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-06-27 05:56:38
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been deleted was 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 ----------------------------------------------------------------------- 1ab8b235fd19ac575403e7d7d694cf0d11099fd0 Merge from Postgres-XC master to build Postgres-XC version 1.1 beta. ----------------------------------------------------------------------- hooks/post-receive -- Postgres-XC |