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
(1) |
3
|
4
(4) |
5
(1) |
6
|
7
(6) |
8
(8) |
9
(8) |
10
(4) |
11
|
12
|
13
(4) |
14
|
15
|
16
|
17
(2) |
18
(6) |
19
|
20
(4) |
21
(4) |
22
|
23
(2) |
24
(3) |
25
(5) |
26
|
27
(2) |
28
(13) |
29
(6) |
30
(22) |
31
(2) |
|
|
From: Michael P. <mic...@us...> - 2012-05-10 07:57:45
|
Project "Postgres-XC". The branch, master has been updated via 8751b72ac99e1f1bb7a7ffcaf5f100077710e09b (commit) from 72cc388693c33b5dd63f61b98d71f63b224244bf (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8751b72ac99e1f1bb7a7ffcaf5f100077710e09b commit 8751b72ac99e1f1bb7a7ffcaf5f100077710e09b Author: Michael Paquier <mi...@ot...> Date: Thu May 10 16:52:37 2012 +0900 Fix for test money for non-English based environments An issue with the test case money happened in non-English environments because the GUC parameter lc_monetary was not taken into account on remote Datanodes. So like time and interval parameters, it is passed to pooler who is in charge to use the correct value at connection creation. lc_monetary does not accept lower case value, so its value obtained directly from GUC API is used. This issue has been reproduced in a Japanese environment. Per report of Sutou Takayuki M src/backend/pgxc/pool/poolmgr.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/poolmgr.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-10 07:57:41
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 8c0086e9928fbbb23da57696e4bc783771d3868e (commit) from 5f54af904e7b050ffaa0b185f4b6fcd2225a9a32 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c0086e9928fbbb23da57696e4bc783771d3868e commit 8751b72ac99e1f1bb7a7ffcaf5f100077710e09b Author: Michael Paquier <mi...@ot...> Date: Thu May 10 16:52:37 2012 +0900 Fix for test money for non-English based environments An issue with the test case money happened in non-English environments because the GUC parameter lc_monetary was not taken into account on remote Datanodes. So like time and interval parameters, it is passed to pooler who is in charge to use the correct value at connection creation. lc_monetary does not accept lower case value, so its value obtained directly from GUC API is used. This issue has been reproduced in a Japanese environment. Per report of Sutou Takayuki M src/backend/pgxc/pool/poolmgr.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/poolmgr.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-10 06:49:00
|
Project "Postgres-XC". The branch, master has been updated via 72cc388693c33b5dd63f61b98d71f63b224244bf (commit) from b9e309f80749ab1e089fef1a83ddc3aa42d1c37a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=72cc388693c33b5dd63f61b98d71f63b224244bf commit 72cc388693c33b5dd63f61b98d71f63b224244bf Author: Michael Paquier <mi...@ot...> Date: Thu May 10 15:49:24 2012 +0900 Change release notes to Acknowledgement part M doc-xc/src/sgml/release-xc-1.0.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.0.sgmlin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-10 06:48:57
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5f54af904e7b050ffaa0b185f4b6fcd2225a9a32 (commit) from db986d51d734bee90c4da10e26936a2e38b27e98 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5f54af904e7b050ffaa0b185f4b6fcd2225a9a32 commit 72cc388693c33b5dd63f61b98d71f63b224244bf Author: Michael Paquier <mi...@ot...> Date: Thu May 10 15:49:24 2012 +0900 Change release notes to Acknowledgement part M doc-xc/src/sgml/release-xc-1.0.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/release-xc-1.0.sgmlin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |