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
(1) |
7
|
8
(2) |
9
|
10
|
11
|
12
|
13
|
14
|
15
(3) |
16
(2) |
17
(4) |
18
(5) |
19
|
20
|
21
(2) |
22
(1) |
23
|
24
(4) |
25
(1) |
26
|
27
|
28
(2) |
29
(1) |
30
|
|
|
|
From: Michael P. <mic...@us...> - 2011-11-17 04:08:50
|
Project "Postgres-XC". The branch, master has been updated via 88c0214007bd15cba418b9dfa27c1ede20e7f6eb (commit) from d05a28e22a67a1f5f53ff176e8d1a0b1724cad64 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=88c0214007bd15cba418b9dfa27c1ede20e7f6eb commit 88c0214007bd15cba418b9dfa27c1ede20e7f6eb Author: Michael P <mic...@us...> Date: Thu Nov 17 13:09:49 2011 +0900 Set default start value of GTM GXID to 10000 This is thought as being safe enough as a default value in case no backup files are present in GTM data folder and no value is specified with -x option. M doc-xc/src/sgml/ref/gtm.sgmlin M src/gtm/main/gtm_txn.c M src/include/gtm/gtm_c.h ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 15 +++++++++++++++ src/gtm/main/gtm_txn.c | 6 ++++-- src/include/gtm/gtm_c.h | 9 +++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-11-17 04:08:38
|
Project "Postgres-XC". The branch, REL0_9_6_STABLE has been updated via 9bd3d2799af682a79e8cb03580aed151e4ac0b9b (commit) from 1c661d701f153cfb38fa10077ae95eeb4cf1bac1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9bd3d2799af682a79e8cb03580aed151e4ac0b9b commit 88c0214007bd15cba418b9dfa27c1ede20e7f6eb Author: Michael P <mic...@us...> Date: Thu Nov 17 13:09:49 2011 +0900 Set default start value of GTM GXID to 10000 This is thought as being safe enough as a default value in case no backup files are present in GTM data folder and no value is specified with -x option. M doc-xc/src/sgml/ref/gtm.sgmlin M src/gtm/main/gtm_txn.c M src/include/gtm/gtm_c.h ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 15 +++++++++++++++ src/gtm/main/gtm_txn.c | 6 ++++-- src/include/gtm/gtm_c.h | 9 +++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-11-17 01:58:44
|
Project "Postgres-XC". The branch, master has been updated via d05a28e22a67a1f5f53ff176e8d1a0b1724cad64 (commit) from 9a5cdb627e57f19f43c705d130f45a81510e8d41 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d05a28e22a67a1f5f53ff176e8d1a0b1724cad64 commit d05a28e22a67a1f5f53ff176e8d1a0b1724cad64 Author: Michael P <mic...@us...> Date: Thu Nov 17 10:51:40 2011 +0900 Fix prepare issue regarding reducible node joins In the case of remote joins reduced in createplan.c, row description request was not sent to remote node when sending a query with extended protocol, this was leading to issues with prepared queries like in bug 3438647. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-11-17 01:58:29
|
Project "Postgres-XC". The branch, REL0_9_6_STABLE has been updated via 1c661d701f153cfb38fa10077ae95eeb4cf1bac1 (commit) from bf2d30021358dbe1d4242fc1bc251e70227b8b4c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1c661d701f153cfb38fa10077ae95eeb4cf1bac1 commit d05a28e22a67a1f5f53ff176e8d1a0b1724cad64 Author: Michael P <mic...@us...> Date: Thu Nov 17 10:51:40 2011 +0900 Fix prepare issue regarding reducible node joins In the case of remote joins reduced in createplan.c, row description request was not sent to remote node when sending a query with extended protocol, this was leading to issues with prepared queries like in bug 3438647. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |