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
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
(6) |
9
(3) |
10
|
11
|
12
|
13
(1) |
14
(4) |
15
(1) |
16
(1) |
17
|
18
|
19
|
20
|
21
|
22
(8) |
23
|
24
|
25
|
26
(2) |
27
(3) |
28
(1) |
29
(6) |
30
(1) |
31
|
From: Michael P. <mic...@us...> - 2012-03-08 23:26:24
|
Project "Postgres-XC". The branch, master has been updated via b3f877f80a81eab00444d21887fc5a25d3ea2876 (commit) from 6c5f56a5fe2999fb50a39cf4c049864d64aaf0e9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b3f877f80a81eab00444d21887fc5a25d3ea2876 commit b3f877f80a81eab00444d21887fc5a25d3ea2876 Author: Michael P <mi...@ot...> Date: Fri Mar 9 08:30:22 2012 +0900 Update error message related to non-existent 2PC transaction Message is made consistent with PostgreSQL for a 2PC whose information does not exist on GTM. M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Pavan D. <pa...@us...> - 2012-03-08 11:48:24
|
Project "Postgres-XC". The branch, master has been updated via 6c5f56a5fe2999fb50a39cf4c049864d64aaf0e9 (commit) from e05007f32898e5d3ab021ba6ed3da600e4449727 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6c5f56a5fe2999fb50a39cf4c049864d64aaf0e9 commit 6c5f56a5fe2999fb50a39cf4c049864d64aaf0e9 Author: Pavan Deolasee <pav...@gm...> Date: Thu Mar 8 17:15:25 2012 +0530 Use actual relation statistics for tables that are not distributed on data nodes. This shows siginificant improvement for catalog table queries involving joins. Earlier, all such joins were planned as nested-loop, but now the best plan is used. M src/backend/optimizer/util/plancat.c M src/backend/optimizer/util/relnode.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/util/plancat.c | 28 +++++++++++++++++++++++++++- src/backend/optimizer/util/relnode.c | 20 -------------------- 2 files changed, 27 insertions(+), 21 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-08 02:12:15
|
Project "Postgres-XC". The branch, master has been updated via e05007f32898e5d3ab021ba6ed3da600e4449727 (commit) from ff796ab0cfb5050a3d92dc261b66bb35a03647de (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e05007f32898e5d3ab021ba6ed3da600e4449727 commit e05007f32898e5d3ab021ba6ed3da600e4449727 Author: Michael P <mi...@ot...> Date: Thu Mar 8 11:15:56 2012 +0900 Fox for regression test functional_deps_1 Only one query was failing here but it does not fail anymore since FQS commit. Result is in accordance with vanilla. M src/test/regress/expected/functional_deps_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/functional_deps_1.out | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-08 01:54:38
|
Project "Postgres-XC". The branch, master has been updated via ff796ab0cfb5050a3d92dc261b66bb35a03647de (commit) from 3e17e9eb5ba0d115a385bf53d2160bb03e15001f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ff796ab0cfb5050a3d92dc261b66bb35a03647de commit ff796ab0cfb5050a3d92dc261b66bb35a03647de Author: Michael P <mi...@ot...> Date: Thu Mar 8 10:57:39 2012 +0900 Fix for regression test xc_temp Since fast-query shipping is committed, FULL JOIN is correctly supported. It has also been checked that OUTER JOIN worked correctly in accordance with PostgreSQL results. M src/test/regress/expected/xc_temp.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_temp.out | 160 +++++++++++++++++++++++++-------- 1 files changed, 124 insertions(+), 36 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-08 01:47:11
|
Project "Postgres-XC". The branch, master has been updated via 3e17e9eb5ba0d115a385bf53d2160bb03e15001f (commit) from fceab33309fbbfd0c9a6bb533f823a60d60b7e16 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3e17e9eb5ba0d115a385bf53d2160bb03e15001f commit 3e17e9eb5ba0d115a385bf53d2160bb03e15001f Author: Michael P <mi...@ot...> Date: Thu Mar 8 10:48:54 2012 +0900 Fix for regression test select An ORDER BY clause is missing is the last SQL of test. This is necessary to insure result consistency in cluster. It is important to notice that select.out and select_1.out have very close outputs. M src/test/regress/expected/select_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/select_1.out | 68 ++++++++------------------------ 1 files changed, 17 insertions(+), 51 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-08 00:12:09
|
Project "Postgres-XC". The branch, master has been updated via fceab33309fbbfd0c9a6bb533f823a60d60b7e16 (commit) from efee9222b58c4628a620f88aa5679f5823fc8dda (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fceab33309fbbfd0c9a6bb533f823a60d60b7e16 commit fceab33309fbbfd0c9a6bb533f823a60d60b7e16 Author: Michael P <mi...@ot...> Date: Thu Mar 8 09:15:01 2012 +0900 Fix code alignement issue with pg_dump This issue was perhaps due to merge with postgres 9.1. Patch by Andrei Andrei Martsinchyk M src/bin/pg_dump/pg_dump.c ----------------------------------------------------------------------- Summary of changes: src/bin/pg_dump/pg_dump.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Postgres-XC |