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
(4) |
3
|
4
(2) |
5
(2) |
6
(2) |
7
|
8
|
9
|
10
(8) |
11
(1) |
12
(1) |
13
(1) |
14
|
15
|
16
(8) |
17
(8) |
18
(3) |
19
(2) |
20
(3) |
21
(3) |
22
(1) |
23
(4) |
24
(11) |
25
(2) |
26
(9) |
27
(6) |
28
|
29
(4) |
30
(6) |
|
|
|
|
|
From: Ashutosh B. <ash...@us...> - 2012-04-26 12:05:49
|
Project "Postgres-XC". The branch, master has been updated via 0fd627ee70886c49859e244ceb1d8c4e25ba8eb3 (commit) from 8acce2d82e3c9973e62263c27a4267675bd84c51 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0fd627ee70886c49859e244ceb1d8c4e25ba8eb3 commit 0fd627ee70886c49859e244ceb1d8c4e25ba8eb3 Author: Ashutosh Bapat <ash...@en...> Date: Thu Apr 26 17:32:50 2012 +0530 Missed alternate output file for testcase inherit in last commit. Adding it. A src/test/regress/expected/inherit_1.out ----------------------------------------------------------------------- Summary of changes: .../expected/{inherit.out => inherit_1.out} | 494 ++++---------------- 1 files changed, 96 insertions(+), 398 deletions(-) copy src/test/regress/expected/{inherit.out => inherit_1.out} (84%) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-26 11:15:34
|
Project "Postgres-XC". The branch, master has been updated via 8acce2d82e3c9973e62263c27a4267675bd84c51 (commit) from 5bc59426628ecf8af5b7f830e2d323e73e6d053c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8acce2d82e3c9973e62263c27a4267675bd84c51 commit 8acce2d82e3c9973e62263c27a4267675bd84c51 Author: Ashutosh Bapat <ash...@en...> Date: Thu Apr 26 16:34:00 2012 +0530 Fix for testcase inherit. Since the OIDs across nodes in XC are not consistent, the queries with conditions like tablename.tableoid = pg_class.oid do not produce any results. Added alternate expected output for such cases. Added SQL queries to check the data sanity of inherited tables. Added explicit distribution for some tables to take care of partition column updation problem and global constraints problem. M src/test/regress/expected/inherit.out M src/test/regress/sql/inherit.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/inherit.out | 624 +++++++++++++++++++++++++++++++-- src/test/regress/sql/inherit.sql | 94 ++++- 2 files changed, 666 insertions(+), 52 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-26 08:03:28
|
Project "Postgres-XC". The branch, master has been updated via 5bc59426628ecf8af5b7f830e2d323e73e6d053c (commit) from 63ccc71a0da32c15a33bac769aaafd3ec9a4775c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5bc59426628ecf8af5b7f830e2d323e73e6d053c commit 5bc59426628ecf8af5b7f830e2d323e73e6d053c Author: Michael Paquier <mi...@ot...> Date: Thu Apr 26 17:06:45 2012 +0900 Fix for output of xc_distkey This test was using an interval type in one of the tables, but this output was generated when environment variable intervalstyle was not transmitted correctly to remote nodes. M src/test/regress/expected/xc_distkey.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_distkey.out | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-26 07:40:35
|
Project "Postgres-XC". The branch, master has been updated via 63ccc71a0da32c15a33bac769aaafd3ec9a4775c (commit) from 135cc92c5229d3e2390486f76ee7edd190292204 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=63ccc71a0da32c15a33bac769aaafd3ec9a4775c commit 63ccc71a0da32c15a33bac769aaafd3ec9a4775c Author: Michael Paquier <mi...@ot...> Date: Thu Apr 26 16:43:03 2012 +0900 Fix for alternate file of regression test domain A portion of alternate output file of test domain is corrected here. The portion corrected is consistent with vanilla output. M src/test/regress/expected/domain_1.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/domain_1.out | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-26 06:42:51
|
Project "Postgres-XC". The branch, master has been updated via 135cc92c5229d3e2390486f76ee7edd190292204 (commit) from 3a1794e8a1c5acf3fa24121b65e72b17ebe755f0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=135cc92c5229d3e2390486f76ee7edd190292204 commit 135cc92c5229d3e2390486f76ee7edd190292204 Author: Michael Paquier <mi...@ot...> Date: Thu Apr 26 15:46:56 2012 +0900 Pass environment variable intervalstyle to backends through pooler This was causing some diffs in test case alter_table because interval format postgres_verbose used in regressions was not the on remote nodes and Coordinator. M src/backend/pgxc/pool/poolmgr.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/poolmgr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-04-26 05:47:56
|
Project "Postgres-XC". The branch, master has been updated via 3a1794e8a1c5acf3fa24121b65e72b17ebe755f0 (commit) from 0ab163163ba39a83016e71fd4f4828a999fe83d4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3a1794e8a1c5acf3fa24121b65e72b17ebe755f0 commit 3a1794e8a1c5acf3fa24121b65e72b17ebe755f0 Author: Ashutosh Bapat <ash...@en...> Date: Thu Apr 26 11:15:13 2012 +0530 If the original utility command has been sent to other nodes, do not send it again while executing sub-commands resulting from the original command. M src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 128 +++++++++++++++++++++++--------------------- 1 files changed, 67 insertions(+), 61 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-26 03:00:08
|
Project "Postgres-XC". The branch, master has been updated via 0ab163163ba39a83016e71fd4f4828a999fe83d4 (commit) from 627cbf6d63963da0ae875164929a915fd7498993 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0ab163163ba39a83016e71fd4f4828a999fe83d4 commit 0ab163163ba39a83016e71fd4f4828a999fe83d4 Author: Michael Paquier <mi...@ot...> Date: Thu Apr 26 12:03:40 2012 +0900 Change default port of GTM to 6666 in initgtm to stick with default on nodes Default connection value n Coordinators and Datanodes is 6666. This makes initialization more consistent. M src/bin/initgtm/initgtm.c ----------------------------------------------------------------------- Summary of changes: src/bin/initgtm/initgtm.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-26 01:36:51
|
Project "Postgres-XC documentation". The branch, master has been updated via 868bf622a4b617c10dc424a8cdc72d5ad05d91c0 (commit) from 82f666aaf926978733be9043dec8adb2d53902d9 (commit) - Log ----------------------------------------------------------------- commit 868bf622a4b617c10dc424a8cdc72d5ad05d91c0 Author: Michael P <mic...@us...> Date: Thu Apr 26 10:41:58 2012 +0900 Update release policy diagram with 1.0 releases diff --git a/release_policy/PG-XC_Release_Policy_Diagram.odg b/release_policy/PG-XC_Release_Policy_Diagram.odg index 1cccea6..69da785 100644 Binary files a/release_policy/PG-XC_Release_Policy_Diagram.odg and b/release_policy/PG-XC_Release_Policy_Diagram.odg differ ----------------------------------------------------------------------- Summary of changes: release_policy/PG-XC_Release_Policy_Diagram.odg | Bin 14105 -> 13049 bytes 1 files changed, 0 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC documentation |
From: Michael P. <mic...@us...> - 2012-04-26 00:19:39
|
Project "Postgres-XC". The branch, master has been updated via 627cbf6d63963da0ae875164929a915fd7498993 (commit) from 6eeeaf7960b073f0976cc4b75f1d22476a7f6e3f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=627cbf6d63963da0ae875164929a915fd7498993 commit 627cbf6d63963da0ae875164929a915fd7498993 Author: Michael Paquier <mi...@ot...> Date: Thu Apr 26 09:23:49 2012 +0900 Complete postgres help with start-up options -C and -X Those options are used to specify if node starts as a Coordinator (-C) or a Datanode (-X). M src/backend/main/main.c ----------------------------------------------------------------------- Summary of changes: src/backend/main/main.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |