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
(1) |
4
|
5
(2) |
6
|
7
(9) |
8
(4) |
9
|
10
|
11
|
12
(4) |
13
(1) |
14
(1) |
15
(4) |
16
|
17
|
18
(2) |
19
(2) |
20
|
21
(5) |
22
|
23
|
24
|
25
|
26
(2) |
27
|
28
(4) |
29
(3) |
30
|
From: Michael P. <mic...@us...> - 2012-06-15 00:33:43
|
Project "Postgres-XC". The branch, master has been updated via 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 (commit) from c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 commit 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:34:24 2012 +0900 Correct ORDER BY query plan in output join.out This is an additional fix consequence of commit 9a7d611. It makes the output plan of join.out consistent with join_1.out. M src/test/regress/expected/join.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/join.out | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:33:39
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 334717b6c8fbaf237b50cc9dca84a7f77abaae96 (commit) from cffbd74533f897bc238ed326b607dfb002588e5a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=334717b6c8fbaf237b50cc9dca84a7f77abaae96 commit 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:34:24 2012 +0900 Correct ORDER BY query plan in output join.out This is an additional fix consequence of commit 9a7d611. It makes the output plan of join.out consistent with join_1.out. M src/test/regress/expected/join.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/join.out | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:20:34
|
Project "Postgres-XC". The branch, master has been updated via c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 (commit) from cd6b5d791a5fc99c8188566f1885d98164b44154 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 commit c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:14:17 2012 +0900 Fix for sequence removal on GTM when related database is dropped There was an error on GTM side on when comparing sequence key strings related to key size when sequence drop is based on a sequence key type GTM_SEQ_DB_NAME. Here is an example that was failing: create database test; \c test create sequence toto; \c postgres -- Sequence not dropped on GTM when database is dropped drop database test; create database test; \c test -- error cannot re-create sequence, GTM complains -- because sequence is seen as already created on GTM create sequence toto; Report and test case by Dimitrije Radojevic M src/gtm/main/gtm_seq.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_seq.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:20:30
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via cffbd74533f897bc238ed326b607dfb002588e5a (commit) from 636412d52b022bf4fde53bb7d2439a7c61fbc7eb (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cffbd74533f897bc238ed326b607dfb002588e5a commit c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:14:17 2012 +0900 Fix for sequence removal on GTM when related database is dropped There was an error on GTM side on when comparing sequence key strings related to key size when sequence drop is based on a sequence key type GTM_SEQ_DB_NAME. Here is an example that was failing: create database test; \c test create sequence toto; \c postgres -- Sequence not dropped on GTM when database is dropped drop database test; create database test; \c test -- error cannot re-create sequence, GTM complains -- because sequence is seen as already created on GTM create sequence toto; Report and test case by Dimitrije Radojevic M src/gtm/main/gtm_seq.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_seq.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |