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
|
6
|
7
|
8
|
9
|
10
|
11
(9) |
12
(1) |
13
(3) |
14
|
15
|
16
|
17
|
18
(1) |
19
(5) |
20
(8) |
21
|
22
|
23
|
24
|
25
(5) |
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Ashutosh B. <ash...@us...> - 2013-12-13 12:14:32
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 9de982aa8f84a60730cebc4391b88e2f98617cde (commit) from f5456851450e7f4dabca5b82abc4993fddcdc003 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9de982aa8f84a60730cebc4391b88e2f98617cde commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 17 ++-- src/backend/commands/createas.c | 29 +++++ src/backend/commands/matview.c | 205 +++++++++++++++++++++++++++++++++ src/backend/optimizer/path/pgxcpath.c | 1 + src/backend/pgxc/locator/redistrib.c | 14 ++- src/backend/pgxc/pool/execRemote.c | 39 +++++-- src/backend/rewrite/rewriteHandler.c | 1 + src/backend/tcop/postgres.c | 8 +- src/backend/tcop/utility.c | 47 +++++++- src/include/commands/copy.h | 4 + src/include/commands/createas.h | 1 + src/include/commands/matview.h | 5 + src/include/pgxc/execRemote.h | 6 +- src/include/pgxc/remotecopy.h | 2 + src/test/regress/expected/matview.out | 30 +++--- src/test/regress/sql/matview.sql | 10 +- 16 files changed, 366 insertions(+), 53 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-12-13 10:23:56
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via f5456851450e7f4dabca5b82abc4993fddcdc003 (commit) from a0e461d2679a79a12e982b9956bacc523c4c510e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f5456851450e7f4dabca5b82abc4993fddcdc003 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-13 04:57:46
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 72d012c2e3e6695389a818cae24b1d44d9751fd8 (commit) from bb3132f2d509198af059fa2fb097a711ede35e6e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=72d012c2e3e6695389a818cae24b1d44d9751fd8 commit c22198d2fdc4d834c4528fc5d31cae8a29adfc8f Author: Michael Paquier <mi...@ot...> Date: Fri Nov 29 21:09:05 2013 +0900 Correct typo in code of XC optimizer Pavan Deolasee M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |