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
(2) |
3
|
4
|
5
|
6
(1) |
7
(1) |
8
(3) |
9
|
10
|
11
|
12
(2) |
13
(3) |
14
(2) |
15
(7) |
16
(4) |
17
|
18
|
19
(1) |
20
(7) |
21
|
22
(2) |
23
(1) |
24
|
25
|
26
(1) |
27
|
28
(1) |
29
|
30
|
31
|
From: Michael P. <mic...@us...> - 2011-12-12 06:47:08
|
Project "Postgres-XC". The branch, master has been updated via 0f1a7f6a702a73b36483ace524db181b0b7f49ed (commit) from 6b7d918c4122fd0a7d27eb69a4019cc60cd265f1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0f1a7f6a702a73b36483ace524db181b0b7f49ed commit 0f1a7f6a702a73b36483ace524db181b0b7f49ed Author: Michael P <mic...@us...> Date: Mon Dec 12 15:48:56 2011 +0900 Add a check on value type fore node DDL Specifying an Integer instead of a string for host leaded to a crash. The same problem was potentially possible for port value and type value. M src/backend/pgxc/nodemgr/nodemgr.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/nodemgr/nodemgr.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-12-12 00:05:40
|
Project "Postgres-XC". The branch, master has been updated via 6b7d918c4122fd0a7d27eb69a4019cc60cd265f1 (commit) from b8dd45c3c4aa092d26f1b913f2005cc3d16484a3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6b7d918c4122fd0a7d27eb69a4019cc60cd265f1 commit 6b7d918c4122fd0a7d27eb69a4019cc60cd265f1 Author: Michael P <mic...@us...> Date: Mon Dec 12 09:05:03 2011 +0900 Forbid access on Coordinator for inconsistent connection data An additional check is made when session starts up to see if remote node information is consistent between pool and catalogs. In case it is not, non-superusers are not allowed to have an access to the cluster as this could result in creation of inconsistent data. A superuser is authorized to connect however he receives a warning message to inform that remote node information inconsistency has to be solved. M src/backend/tcop/postgres.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/postgres.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |