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-21 09:35:09
|
Project "Postgres-XC". The branch, master has been updated via e628e2d488a756e1858418385bff4e523a908bec (commit) from 82e55363b47cfce130d06c4233b757e406d918c0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e628e2d488a756e1858418385bff4e523a908bec commit e628e2d488a756e1858418385bff4e523a908bec Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 18:28:54 2012 +0900 Fix for crash at gtm_proxy startup in 32b-linux machines This fix adds an additional boolean flag in GTM-Proxy thread info to make it similar to the one used in GTM. The problem which was happening was that GTM-Proxy tried to use the memory structure of the thread info of GTM. Crash problems are solved but we should find in the future a smarter way to manage GTM and GTM-Proxy memory allocation APIs as they are now strongly dependant on each other and we may find similar issues if some new developments are done on GTM and/or GTM-Proxy. Report from Plexo Rama and patch from Koichi Suzuki. M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/gtm_proxy.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 09:35:04
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via f6da16b1f9170c4b3e21ec93f063233f1fb0187e (commit) from 13d30e5da4ea17ee60b7a78dee0b85a43313b156 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f6da16b1f9170c4b3e21ec93f063233f1fb0187e commit e628e2d488a756e1858418385bff4e523a908bec Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 18:28:54 2012 +0900 Fix for crash at gtm_proxy startup in 32b-linux machines This fix adds an additional boolean flag in GTM-Proxy thread info to make it similar to the one used in GTM. The problem which was happening was that GTM-Proxy tried to use the memory structure of the thread info of GTM. Crash problems are solved but we should find in the future a smarter way to manage GTM and GTM-Proxy memory allocation APIs as they are now strongly dependant on each other and we may find similar issues if some new developments are done on GTM and/or GTM-Proxy. Report from Plexo Rama and patch from Koichi Suzuki. M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/gtm_proxy.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 08:29:35
|
Project "Postgres-XC". The branch, master has been updated via 82e55363b47cfce130d06c4233b757e406d918c0 (commit) from 4fab01e60ff70ba4edee688742a5b7ca539494a8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=82e55363b47cfce130d06c4233b757e406d918c0 commit 82e55363b47cfce130d06c4233b757e406d918c0 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 17:23:28 2012 +0900 Push -l option of gtm_ctl to gtm This solves 2 problems: - Avoid to have an empty output file when gtm_ctl has a log file defined - Change log file name of GTM according to what is given by gtm_ctl Patch by Michael Meskes M src/gtm/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 08:29:31
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 13d30e5da4ea17ee60b7a78dee0b85a43313b156 (commit) from faa2ffd6e0d08602488dfa2b07100c55db51f9c8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=13d30e5da4ea17ee60b7a78dee0b85a43313b156 commit 82e55363b47cfce130d06c4233b757e406d918c0 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 17:23:28 2012 +0900 Push -l option of gtm_ctl to gtm This solves 2 problems: - Avoid to have an empty output file when gtm_ctl has a log file defined - Change log file name of GTM according to what is given by gtm_ctl Patch by Michael Meskes M src/gtm/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-06-21 05:51:26
|
Project "Postgres-XC". The branch, master has been updated via 4fab01e60ff70ba4edee688742a5b7ca539494a8 (commit) from 037ea439d49bee51fe8af01385badf921db1e867 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4fab01e60ff70ba4edee688742a5b7ca539494a8 commit 4fab01e60ff70ba4edee688742a5b7ca539494a8 Author: Ashutosh Bapat <ash...@en...> Date: Thu Jun 21 11:16:07 2012 +0530 Provide projection capability to the RemoteQuery node. In RemoteQuery node we provide base_tlist as the target list representing the data expected from the datanodes. This provides the scan tuple descriptor. The actual targetlist expected from the RemoteQuery node is saved in scan.plan.targetlist like other scan plans. This serves as the projection list. Rest of the logic to link the scan targetlist and project targetlist, to apply quals is built in ExecScan(). Since RemoteQuery nodes have projection capabilities, we don't need Result nodes above RemoteQuery nodes just to perform projection. ExecRemoteQuery() now uses a template similar to ExecSeqScan(). Since ExecRemoteQuery() takes care of the materialization, we don't need Materialize node above RemoteQuery node. M src/backend/commands/explain.c M src/backend/optimizer/plan/createplan.c M src/backend/optimizer/plan/setrefs.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/execRemote.c M src/backend/utils/adt/ruleutils.c M src/include/pgxc/execRemote.h M src/test/regress/expected/aggregates.out M src/test/regress/expected/aggregates_1.out M src/test/regress/expected/create_index.out M src/test/regress/expected/inherit.out M src/test/regress/expected/inherit_1.out M src/test/regress/expected/join.out M src/test/regress/expected/join_1.out M src/test/regress/expected/xc_FQS.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_for_update.out M src/test/regress/expected/xc_groupby.out M src/test/regress/expected/xc_having.out M src/test/regress/expected/xc_remote.out ----------------------------------------------------------------------- Summary of changes: src/backend/commands/explain.c | 6 + src/backend/optimizer/plan/createplan.c | 135 ++-- src/backend/optimizer/plan/setrefs.c | 23 +- src/backend/pgxc/plan/planner.c | 1 + src/backend/pgxc/pool/execRemote.c | 411 +++--------- src/backend/utils/adt/ruleutils.c | 40 +- src/include/pgxc/execRemote.h | 2 - src/test/regress/expected/aggregates.out | 122 ++-- src/test/regress/expected/aggregates_1.out | 122 ++-- src/test/regress/expected/create_index.out | 154 ++--- src/test/regress/expected/inherit.out | 16 +- src/test/regress/expected/inherit_1.out | 16 +- src/test/regress/expected/join.out | 62 +- src/test/regress/expected/join_1.out | 68 +-- src/test/regress/expected/xc_FQS.out | 528 +++++++--------- src/test/regress/expected/xc_FQS_join.out | 62 +- src/test/regress/expected/xc_alter_table.out | 44 +- src/test/regress/expected/xc_for_update.out | 230 +++---- src/test/regress/expected/xc_groupby.out | 912 +++++++++++--------------- src/test/regress/expected/xc_having.out | 304 ++++----- src/test/regress/expected/xc_remote.out | 152 ++--- 21 files changed, 1420 insertions(+), 1990 deletions(-) hooks/post-receive -- Postgres-XC |