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
|
3
|
4
|
5
|
6
|
7
(4) |
8
|
9
(2) |
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(8) |
19
|
20
|
21
(2) |
22
(4) |
23
(2) |
24
(3) |
25
|
26
|
27
|
28
|
29
|
30
(4) |
31
(6) |
|
|
From: Abbas B. <ga...@us...> - 2013-01-22 11:19:19
|
Project "Postgres-XC". The branch, master has been updated via fae7d02e04e97d3e236c84c07b0c13c1afc3fdac (commit) from 91e0271193232fba1fa2c8f75715929757da0839 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fae7d02e04e97d3e236c84c07b0c13c1afc3fdac commit fae7d02e04e97d3e236c84c07b0c13c1afc3fdac Author: Abbas <abb...@en...> Date: Tue Jan 22 16:10:00 2013 +0500 Add comments on the need and usage of the flag non_fqs_dml in RemoteQueryState Also correct a check in HandleCommandComplete M src/backend/pgxc/pool/execRemote.c M src/include/pgxc/execRemote.h ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 25 ++++++++++++++++++++++++- src/include/pgxc/execRemote.h | 4 +++- 2 files changed, 27 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-01-22 11:03:56
|
Project "Postgres-XC". The branch, master has been updated via 91e0271193232fba1fa2c8f75715929757da0839 (commit) from 809fbe18e0673e7bf274cd5fde2d886683c53d44 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=91e0271193232fba1fa2c8f75715929757da0839 commit 91e0271193232fba1fa2c8f75715929757da0839 Author: Abbas <abb...@en...> Date: Tue Jan 22 15:45:50 2013 +0500 Remove an un-necessary loop while remote update planning. Also the calls to make_remotequery while DML planning should pass a NIL plan target list. M src/backend/optimizer/plan/pgxcplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-01-22 04:20:27
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via cb42ee6c98e98fca32f52badb2b38253981a8ff9 (commit) from db3496df98e70000269717b42546592ca8d9d013 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cb42ee6c98e98fca32f52badb2b38253981a8ff9 commit 809fbe18e0673e7bf274cd5fde2d886683c53d44 Author: Koichi Suzuki <koi...@gm...> Date: Tue Jan 22 13:06:43 2013 +0900 This is a improved patch to fix the bug 3600220. Now there's no additional action with -m immediate. Coordinator/datanode will remain registered to GTM. Instead, when registration fails at restart, it will try to unregister itself and then retry registration. modified: src/backend/postmaster/postmaster.c M src/backend/postmaster/postmaster.c ----------------------------------------------------------------------- Summary of changes: src/backend/postmaster/postmaster.c | 32 ++++++++++++++++++-------------- 1 files changed, 18 insertions(+), 14 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-01-22 04:09:25
|
Project "Postgres-XC". The branch, master has been updated via 809fbe18e0673e7bf274cd5fde2d886683c53d44 (commit) from a7a7cc2a7ba370d201f20d0a39da162d992fd4b2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=809fbe18e0673e7bf274cd5fde2d886683c53d44 commit 809fbe18e0673e7bf274cd5fde2d886683c53d44 Author: Koichi Suzuki <koi...@gm...> Date: Tue Jan 22 13:06:43 2013 +0900 This is a improved patch to fix the bug 3600220. Now there's no additional action with -m immediate. Coordinator/datanode will remain registered to GTM. Instead, when registration fails at restart, it will try to unregister itself and then retry registration. modified: src/backend/postmaster/postmaster.c M src/backend/postmaster/postmaster.c ----------------------------------------------------------------------- Summary of changes: src/backend/postmaster/postmaster.c | 32 ++++++++++++++++++-------------- 1 files changed, 18 insertions(+), 14 deletions(-) hooks/post-receive -- Postgres-XC |