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
(16) |
5
(4) |
6
(2) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(1) |
19
|
20
(7) |
21
|
22
|
23
|
24
(5) |
25
|
26
|
27
|
28
(7) |
29
|
30
|
31
|
|
|
|
|
|
From: <ap...@us...> - 2014-03-06 03:21:03
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 823a5d9cdaf4e6d7a0467206a2e27cf3f4b89de4 (commit) via 35e45dbec8cf0fb07ec94b7b8f3493e5898aa659 (commit) via 2bc05b5a8924f797b6fdc8e6eec1fd72455367ce (commit) from e5466f780b3da3e44c5b65e245417db1af822af2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=823a5d9cdaf4e6d7a0467206a2e27cf3f4b89de4 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=35e45dbec8cf0fb07ec94b7b8f3493e5898aa659 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2bc05b5a8924f797b6fdc8e6eec1fd72455367ce commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/gtm/proxy/proxy_main.c | 56 ++++++++++++++++++++++++++++++----------- src/gtm/proxy/proxy_thread.c | 45 ++++++++++++++++++++++++++++----- src/include/gtm/gtm_proxy.h | 3 ++ 3 files changed, 82 insertions(+), 22 deletions(-) hooks/post-receive -- Postgres-XC |
From: <ap...@us...> - 2014-03-06 01:31:29
|
Project "Postgres-XC". The branch, master has been updated via 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a (commit) via 5d77fc85f72707a33b1a2ebe5866402d1a9b793f (commit) via 70cea0869bf21e30182731e1802bc1f0a41aae67 (commit) via 1c6f6e31880ac11b5b24245e899db8fc960b71f6 (commit) from 22fdd3506d5b3dd6a899b0e2134eb813b424c5db (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5feb1fa63d93ba40ebfdef097fde347cecdd8a3a commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5d77fc85f72707a33b1a2ebe5866402d1a9b793f commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=70cea0869bf21e30182731e1802bc1f0a41aae67 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1c6f6e31880ac11b5b24245e899db8fc960b71f6 commit 5feb1fa63d93ba40ebfdef097fde347cecdd8a3a Author: SAITO Masataka <pg...@gm...> Date: Thu Feb 13 20:12:50 2014 +0900 Fix the issue about renumbering a connection id in GTM proxy. When a backend disconnect from a GTM proxy, the proxy renumbers a connection id of the connection located in last slot of a connection array. GTM proxy doesn't notify that action to a GTM. Then a GTM could release unrelated transaction ids. M src/gtm/proxy/proxy_main.c M src/gtm/proxy/proxy_thread.c M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/pgxcplan.c | 4 ++- src/gtm/proxy/proxy_main.c | 56 ++++++++++++++++++++++++--------- src/gtm/proxy/proxy_thread.c | 45 ++++++++++++++++++++++---- src/include/gtm/gtm_proxy.h | 3 ++ 4 files changed, 85 insertions(+), 23 deletions(-) hooks/post-receive -- Postgres-XC |