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: <ap...@us...> - 2013-12-25 09:41:20
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 007accc3ba69af61378ffca6c1dc81ecedf2466a (commit) via 5c8d307207569120ca5f0d4dcfa4f3e5e7243e3a (commit) from 9a475880f7dd2ca32ce9d6843936cc4b0ab6c130 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=007accc3ba69af61378ffca6c1dc81ecedf2466a 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 http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5c8d307207569120ca5f0d4dcfa4f3e5e7243e3a 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/access/transam/varsup.c | 3 ++- src/backend/pgxc/nodemgr/nodemgr.c | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-25 04:58:21
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via a159759c05458c49d9edba11e048bd260a748c3d (commit) from dde555025ac2974d30d4748f0ecddc47ab526816 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a159759c05458c49d9edba11e048bd260a748c3d 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/pgxc/pool/execRemote.c | 63 ++++++++++++++++++++++++++++++++++++ src/backend/pgxc/pool/pgxcnode.c | 2 +- 2 files changed, 64 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-25 04:14:47
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via 720669d5f178c698c69b73dd0a060597391cd53c (commit) from a4b7a26566098591041457779af5eb96af41e5ff (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=720669d5f178c698c69b73dd0a060597391cd53c 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/pgxc/pool/execRemote.c | 63 ++++++++++++++++++++++++++++++++++++ src/backend/pgxc/pool/pgxcnode.c | 2 +- 2 files changed, 64 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2013-12-25 04:01:42
|
Project "Postgres-XC". The branch, REL1_1_STABLE has been updated via a4b7a26566098591041457779af5eb96af41e5ff (commit) from 72d012c2e3e6695389a818cae24b1d44d9751fd8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a4b7a26566098591041457779af5eb96af41e5ff 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/test/regress/parallel_schedule | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-12-25 01:47:38
|
Project "Postgres-XC". The branch, master_pg93_merge has been updated via 9a475880f7dd2ca32ce9d6843936cc4b0ab6c130 (commit) from a3d622c00fd65fb3c38ed01699fae9694dbd2815 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9a475880f7dd2ca32ce9d6843936cc4b0ab6c130 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/test/regress/expected/json.out | 2 +- src/test/regress/expected/json_1.out | 2 +- src/test/regress/sql/json.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |