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
(4) |
3
|
4
(2) |
5
(2) |
6
(2) |
7
|
8
|
9
|
10
(8) |
11
(1) |
12
(1) |
13
(1) |
14
|
15
|
16
(8) |
17
(8) |
18
(3) |
19
(2) |
20
(3) |
21
(3) |
22
(1) |
23
(4) |
24
(11) |
25
(2) |
26
(9) |
27
(6) |
28
|
29
(4) |
30
(6) |
|
|
|
|
|
From: Amit K. <ami...@us...> - 2012-04-04 08:32:29
|
Project "Postgres-XC". The branch, master has been updated via 3d39542b5b4d5a709a28414b5b34ff9af8f7b8e8 (commit) from 442d2bf8e191bedaad00923aab91502128de9b4c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3d39542b5b4d5a709a28414b5b34ff9af8f7b8e8 commit 3d39542b5b4d5a709a28414b5b34ff9af8f7b8e8 Author: Amit Khandekar <ami...@en...> Date: Wed Apr 4 14:01:13 2012 +0530 Modify expected output files of timestamp.sql, timestamptz.sql to make them pass. One change was to add ORDER BY clause in some queries that were left out. Another change was to correct particular date values that were displayed. The below commit 70d8a2c29e809c90f7caaded2b4f47b1cf18d01d in PG master branch has changed the behaviour of FM suffix specification in to_char() function, so that the query: select to_char('0097-02-16 17:32:01'::timestamp, 'FMYYY'); now returns 97, and before this commit it used to return 097. And the expected change output in timestamp*.out has been updated in PG, but did not get correctly merged in XC. In XC, the expected/timestamp.out still had the old format values. So the expected output files are now corrected accordingly in this commit. M src/test/regress/expected/timestamp.out M src/test/regress/expected/timestamptz.out M src/test/regress/sql/timestamp.sql M src/test/regress/sql/timestamptz.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/timestamp.out | 74 +++++---------- src/test/regress/expected/timestamptz.out | 147 ++++++++++++---------------- src/test/regress/sql/timestamp.sql | 2 +- src/test/regress/sql/timestamptz.sql | 2 +- 4 files changed, 89 insertions(+), 136 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2012-04-04 05:48:34
|
Project "Postgres-XC". The branch, master has been updated via 442d2bf8e191bedaad00923aab91502128de9b4c (commit) from 76d3b40cba22469361215fd4937db84eb9d0ce6e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=442d2bf8e191bedaad00923aab91502128de9b4c commit 442d2bf8e191bedaad00923aab91502128de9b4c Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 4 14:49:09 2012 +0900 This is the fix for the bug 3512692. Added parameter check of gtm_proxy. M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: src/gtm/proxy/proxy_main.c | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |