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
(1) |
3
|
4
(4) |
5
(1) |
6
|
7
(6) |
8
(8) |
9
(8) |
10
(4) |
11
|
12
|
13
(4) |
14
|
15
|
16
|
17
(2) |
18
(6) |
19
|
20
(4) |
21
(4) |
22
|
23
(2) |
24
(3) |
25
(5) |
26
|
27
(2) |
28
(13) |
29
(6) |
30
(22) |
31
(2) |
|
|
From: Michael P. <mic...@us...> - 2012-05-09 12:36:30
|
Project "Postgres-XC". The branch, master has been updated via b9e309f80749ab1e089fef1a83ddc3aa42d1c37a (commit) from e7abcf70f60e96af09f4343d9f85199dcd1847b7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b9e309f80749ab1e089fef1a83ddc3aa42d1c37a commit b9e309f80749ab1e089fef1a83ddc3aa42d1c37a Author: Michael Paquier <mi...@ot...> Date: Wed May 9 21:30:22 2012 +0900 Improve version number of psql by adding XC version number The psql version of Postgres-XC has a couple of additions related to commands exclusive to XC based on the new SQL commands introduced like some TAB-recognition addition, so it makes sense to indicate the user which is the psql version of XC used, in addition to the PostgreSQL version number. The startup output and the output of option --version are the only parts modified. M src/bin/psql/command.c M src/bin/psql/startup.c ----------------------------------------------------------------------- Summary of changes: src/bin/psql/command.c | 4 ++++ src/bin/psql/startup.c | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 12:36:28
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via db986d51d734bee90c4da10e26936a2e38b27e98 (commit) from bea54a0b2d61c5533371bcbd863cf265935e60d7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=db986d51d734bee90c4da10e26936a2e38b27e98 commit b9e309f80749ab1e089fef1a83ddc3aa42d1c37a Author: Michael Paquier <mi...@ot...> Date: Wed May 9 21:30:22 2012 +0900 Improve version number of psql by adding XC version number The psql version of Postgres-XC has a couple of additions related to commands exclusive to XC based on the new SQL commands introduced like some TAB-recognition addition, so it makes sense to indicate the user which is the psql version of XC used, in addition to the PostgreSQL version number. The startup output and the output of option --version are the only parts modified. M src/bin/psql/command.c M src/bin/psql/startup.c ----------------------------------------------------------------------- Summary of changes: src/bin/psql/command.c | 4 ++++ src/bin/psql/startup.c | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-05-09 09:39:15
|
Project "Postgres-XC". The branch, master has been updated via e7abcf70f60e96af09f4343d9f85199dcd1847b7 (commit) from 0f8478de35f787e224ee9c572e712cb849c2d664 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e7abcf70f60e96af09f4343d9f85199dcd1847b7 commit e7abcf70f60e96af09f4343d9f85199dcd1847b7 Author: Ashutosh Bapat <ash...@en...> Date: Wed May 9 14:47:06 2012 +0530 There are two changes 1. In pgxc_node_receive_responses(), if there is an error from datanode raise it. 2. There are many places where code to raise error from datanodes is duplicated. Move this code into a function and use the function everywhere. Adjusted the expected output accordingly. M src/backend/pgxc/pool/execRemote.c M src/test/regress/expected/domain_1.out M src/test/regress/output/constraints_1.source ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 121 ++++++++----------------- src/test/regress/expected/domain_1.out | 4 +- src/test/regress/output/constraints_1.source | 2 +- 3 files changed, 42 insertions(+), 85 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-05-09 09:39:12
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via bea54a0b2d61c5533371bcbd863cf265935e60d7 (commit) from 5ab84713bf1f7cd29816986234b189bc249ddd1e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bea54a0b2d61c5533371bcbd863cf265935e60d7 commit e7abcf70f60e96af09f4343d9f85199dcd1847b7 Author: Ashutosh Bapat <ash...@en...> Date: Wed May 9 14:47:06 2012 +0530 There are two changes 1. In pgxc_node_receive_responses(), if there is an error from datanode raise it. 2. There are many places where code to raise error from datanodes is duplicated. Move this code into a function and use the function everywhere. Adjusted the expected output accordingly. M src/backend/pgxc/pool/execRemote.c M src/test/regress/expected/domain_1.out M src/test/regress/output/constraints_1.source ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 121 ++++++++----------------- src/test/regress/expected/domain_1.out | 4 +- src/test/regress/output/constraints_1.source | 2 +- 3 files changed, 42 insertions(+), 85 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 07:19:19
|
Project "Postgres-XC". The branch, master has been updated via 0f8478de35f787e224ee9c572e712cb849c2d664 (commit) from 0278e7f0bb730697d5eefcbc2c8658c411ff2cff (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0f8478de35f787e224ee9c572e712cb849c2d664 commit 0f8478de35f787e224ee9c572e712cb849c2d664 Author: Michael Paquier <mi...@ot...> Date: Wed May 9 16:19:01 2012 +0900 Block the use of system columns as MODULO/HASH columns Those system columns are only used by local nodes, so it doesn't make sense to use them as distribution key. This fix avoids a crash that curiously only appeared when a CREATE TABLE using a system column as distribution key was launched manually via psql, even if a test is present in regressions. Per report of Sutou Takayuki M src/backend/catalog/heap.c M src/test/regress/expected/xc_misc.out ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/heap.c | 14 ++++++++++---- src/test/regress/expected/xc_misc.out | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 07:19:16
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5ab84713bf1f7cd29816986234b189bc249ddd1e (commit) from b242c39b9c9538f4e65549b95e6974b163d80c4c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5ab84713bf1f7cd29816986234b189bc249ddd1e commit 0f8478de35f787e224ee9c572e712cb849c2d664 Author: Michael Paquier <mi...@ot...> Date: Wed May 9 16:19:01 2012 +0900 Block the use of system columns as MODULO/HASH columns Those system columns are only used by local nodes, so it doesn't make sense to use them as distribution key. This fix avoids a crash that curiously only appeared when a CREATE TABLE using a system column as distribution key was launched manually via psql, even if a test is present in regressions. Per report of Sutou Takayuki M src/backend/catalog/heap.c M src/test/regress/expected/xc_misc.out ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/heap.c | 14 ++++++++++---- src/test/regress/expected/xc_misc.out | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 05:08:34
|
Project "Postgres-XC". The branch, master has been updated via 0278e7f0bb730697d5eefcbc2c8658c411ff2cff (commit) from d07c37a52902013985528e680a834d8d51a2de06 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0278e7f0bb730697d5eefcbc2c8658c411ff2cff commit 0278e7f0bb730697d5eefcbc2c8658c411ff2cff Author: Michael Paquier <mi...@ot...> Date: Wed May 9 14:07:26 2012 +0900 Improvement for make check Improve the chances of interference with paralle installations by fetching port values for each node and node poolers in private ranges. There is still no way to check if GTM and pooler port values and already in use like normal nodes where check is done by psql but it reduces the chances of interference. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 43 ++++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 11 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-09 05:08:30
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via b242c39b9c9538f4e65549b95e6974b163d80c4c (commit) from fcb891af7b244d8a64547a1bf5f59380cde8c166 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b242c39b9c9538f4e65549b95e6974b163d80c4c commit 0278e7f0bb730697d5eefcbc2c8658c411ff2cff Author: Michael Paquier <mi...@ot...> Date: Wed May 9 14:07:26 2012 +0900 Improvement for make check Improve the chances of interference with paralle installations by fetching port values for each node and node poolers in private ranges. There is still no way to check if GTM and pooler port values and already in use like normal nodes where check is done by psql but it reduces the chances of interference. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 43 ++++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 11 deletions(-) hooks/post-receive -- Postgres-XC |