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
(2) |
3
|
4
|
5
|
6
(1) |
7
(1) |
8
(3) |
9
|
10
|
11
|
12
(2) |
13
(3) |
14
(2) |
15
(7) |
16
(4) |
17
|
18
|
19
(1) |
20
(7) |
21
|
22
(2) |
23
(1) |
24
|
25
|
26
(1) |
27
|
28
(1) |
29
|
30
|
31
|
From: Amit K. <ami...@us...> - 2011-12-02 06:12:18
|
Project "Postgres-XC". The branch, master has been updated via 6dcef38adc1cad727f04dc18d1246519910ba767 (commit) from e818a9697f2d6f3a3591178a056b15b742ba52d5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6dcef38adc1cad727f04dc18d1246519910ba767 commit 6dcef38adc1cad727f04dc18d1246519910ba767 Author: Amit Khandekar <ami...@en...> Date: Fri Dec 2 11:39:29 2011 +0530 Fix for bug ID 3446932: pg_regress: join.sql : Join involving view errors out In get_from_clause_item(), add rte->eref->aliasname as the subquery RTE alias. M src/backend/utils/adt/ruleutils.c ----------------------------------------------------------------------- Summary of changes: src/backend/utils/adt/ruleutils.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-12-02 01:48:05
|
Project "Postgres-XC". The branch, master has been updated via e818a9697f2d6f3a3591178a056b15b742ba52d5 (commit) from a99111c913f16fb0b47e94c2af340a0f17533ca6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e818a9697f2d6f3a3591178a056b15b742ba52d5 commit e818a9697f2d6f3a3591178a056b15b742ba52d5 Author: Michael P <mic...@us...> Date: Fri Dec 2 10:44:51 2011 +0900 Realign make check with new node DDL and dynamic session reload This commit does not solve yet the issues with node port calculation. as some additional checks need to be made for GTM port, pooler ports and node ports. GTM uses for the time being default port (6666), poolers use 6667 and 6668. make check runs if it is launched on a server where those ports are not in use by other instances. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 207 ++++++++++++++++++++++++++++++----------- 1 files changed, 153 insertions(+), 54 deletions(-) hooks/post-receive -- Postgres-XC |