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) |
2
|
3
|
4
(2) |
5
|
6
|
7
(593) |
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
(2) |
19
(3) |
20
|
21
(3) |
22
(3) |
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
|
From: Abbas B. <ga...@us...> - 2013-02-22 16:12:52
|
Project "Postgres-XC". The branch, master has been updated via 1881868d80dc87c7b8a958efa1fd66a1edf2d6ce (commit) from 01fe365ae16c410a5a52ace0d54f7b06f858a047 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1881868d80dc87c7b8a958efa1fd66a1edf2d6ce commit 1881868d80dc87c7b8a958efa1fd66a1edf2d6ce Author: Abbas <abb...@en...> Date: Fri Feb 22 21:10:43 2013 +0500 Remove function prototype of GetHashExecNodes, which is not used anywhere M src/include/optimizer/planner.h ----------------------------------------------------------------------- Summary of changes: src/include/optimizer/planner.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-02-22 11:36:00
|
Project "Postgres-XC". The branch, master has been updated via 01fe365ae16c410a5a52ace0d54f7b06f858a047 (commit) from 26de2a715dc80629d0fbca7ad45bff6d067940c3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=01fe365ae16c410a5a52ace0d54f7b06f858a047 commit 01fe365ae16c410a5a52ace0d54f7b06f858a047 Author: Abbas <abb...@en...> Date: Fri Feb 22 16:32:22 2013 +0500 Use get_rte_attribute_is_dropped instead of is_column_dropped M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 34 +-------------------------------- 1 files changed, 1 insertions(+), 33 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-02-22 10:19:28
|
Project "Postgres-XC". The branch, master has been updated via 26de2a715dc80629d0fbca7ad45bff6d067940c3 (commit) from 313645e5999bce36ea576abff35375cc1e7cc72e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=26de2a715dc80629d0fbca7ad45bff6d067940c3 commit 26de2a715dc80629d0fbca7ad45bff6d067940c3 Author: Abbas <abb...@en...> Date: Fri Feb 22 15:18:57 2013 +0500 Change name of the function create_remote_dml_plan to create_remotedml_plan M src/backend/optimizer/plan/pgxcplan.c M src/include/optimizer/planmain.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 6 +++--- src/include/optimizer/planmain.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |