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
|
3
|
4
|
5
|
6
|
7
(1) |
8
(1) |
9
(7) |
10
(1) |
11
|
12
|
13
(4) |
14
|
15
(2) |
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(12) |
31
|
|
From: Abbas B. <ga...@us...> - 2013-05-09 06:00:45
|
Project "Postgres-XC". The branch, master has been updated via 40b628e04a0bce2b4c1484f50e57a320c503e712 (commit) from c2b6aee09a75184d6a9f65703ad922afa824135c (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=40b628e04a0bce2b4c1484f50e57a320c503e712 commit 40b628e04a0bce2b4c1484f50e57a320c503e712 Author: Abbas <abb...@en...> Date: Thu May 9 10:36:38 2013 +0500 Fix for test case plpgsql.sql 1. Some order by clauses were added to make sure test cases produces consistent results. 2. By mistake expected output of some tests was wrong, corected that too. M src/test/regress/expected/plpgsql_1.out M src/test/regress/sql/plpgsql.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/plpgsql_1.out | 8 ++++---- src/test/regress/sql/plpgsql.sql | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-05-09 05:35:25
|
Project "Postgres-XC". The branch, master has been updated via c2b6aee09a75184d6a9f65703ad922afa824135c (commit) from d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c2b6aee09a75184d6a9f65703ad922afa824135c commit c2b6aee09a75184d6a9f65703ad922afa824135c Author: Abbas <abb...@en...> Date: Thu May 9 10:32:08 2013 +0500 Fix for test case combocid.sql. The relation being used for the test is distributed by replication so that the test produces consistent output on all configurations. M src/test/regress/expected/combocid.out M src/test/regress/expected/combocid_1.out M src/test/regress/sql/combocid.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/combocid.out | 4 +++- src/test/regress/expected/combocid_1.out | 9 +++++---- src/test/regress/sql/combocid.sql | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-08 06:15:27
|
Project "Postgres-XC". The branch, master has been updated via d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 (commit) from d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 commit d337476e7c0a49f2b8d05a8c5a1c9be65683bb41 Author: Ashutosh Bapat <ash...@en...> Date: Wed May 8 11:41:45 2013 +0530 TRUNCATE statement with RESTART IDENTITY clause is not supported in this release. Error out when TRUNCATE with RESTART IDENTITY is specified. Alternate expected output is updated with error message and consequences of the same. Original patch by Nikhil Sontakke. M doc-xc/src/sgml/ref/truncate.sgmlin M src/backend/commands/tablecmds.c M src/test/regress/expected/truncate_1.out ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/truncate.sgmlin | 3 ++- src/backend/commands/tablecmds.c | 8 ++++++++ src/test/regress/expected/truncate_1.out | 21 +++++++++++++-------- 3 files changed, 23 insertions(+), 9 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-05-07 08:55:31
|
Project "Postgres-XC". The branch, master has been updated via d15ead2141d8d81fca231ab3fd582f3b92b2a1df (commit) via f83d3c71737b9c389c5a8d0807924b3ca62f19de (commit) from 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d15ead2141d8d81fca231ab3fd582f3b92b2a1df commit d15ead2141d8d81fca231ab3fd582f3b92b2a1df Author: Ashutosh Bapat <ash...@en...> Date: Tue May 7 14:21:06 2013 +0530 Fix for failing testcase truncate.sql. 1. Used replicated tables, which were referenced by other tables and the primary keys and foreign keys couldn't reside on same node, if the table would have been distributed. 2. Triggers are now supported. Corrected the expected output in alternate output file accordingly. M src/test/regress/expected/truncate.out M src/test/regress/expected/truncate_1.out M src/test/regress/sql/truncate.sql http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f83d3c71737b9c389c5a8d0807924b3ca62f19de commit d15ead2141d8d81fca231ab3fd582f3b92b2a1df Author: Ashutosh Bapat <ash...@en...> Date: Tue May 7 14:21:06 2013 +0530 Fix for failing testcase truncate.sql. 1. Used replicated tables, which were referenced by other tables and the primary keys and foreign keys couldn't reside on same node, if the table would have been distributed. 2. Triggers are now supported. Corrected the expected output in alternate output file accordingly. M src/test/regress/expected/truncate.out M src/test/regress/expected/truncate_1.out M src/test/regress/sql/truncate.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/inherit.out | 200 ++++++++++++++---------------- src/test/regress/expected/inherit_1.out | 38 +++--- src/test/regress/expected/truncate.out | 2 +- src/test/regress/expected/truncate_1.out | 21 ++-- src/test/regress/sql/inherit.sql | 14 +- src/test/regress/sql/truncate.sql | 2 +- 6 files changed, 134 insertions(+), 143 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-05-01 02:48:01
|
Project "Postgres-XC". The branch, master has been updated via 8d0746fcda6d9d107f55b27d861b94a328ef3214 (commit) from 2608af3d5288607e8245fa10e74e7307bb1bb23d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8d0746fcda6d9d107f55b27d861b94a328ef3214 commit 8d0746fcda6d9d107f55b27d861b94a328ef3214 Author: Koichi Suzuki <koi...@gm...> Date: Wed May 1 11:46:13 2013 +0900 This commit adds pgxc_ctl documentation. M doc-xc/src/sgml/contrib.sgmlin M doc-xc/src/sgml/filelist.sgmlin A doc-xc/src/sgml/pgxc_ctl-ref.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/contrib.sgmlin | 1 + doc-xc/src/sgml/filelist.sgmlin | 1 + doc-xc/src/sgml/pgxc_ctl-ref.sgmlin | 1848 +++++++++++++++++++++++++++++++++++ 3 files changed, 1850 insertions(+), 0 deletions(-) create mode 100644 doc-xc/src/sgml/pgxc_ctl-ref.sgmlin hooks/post-receive -- Postgres-XC |