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
(3) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(3) |
19
|
20
(2) |
21
(1) |
22
|
23
|
24
(4) |
25
(7) |
26
(1) |
27
(3) |
28
(3) |
29
|
30
|
|
|
|
|
|
|
From: Abbas B. <ga...@us...> - 2013-06-25 15:26:40
|
Project "Postgres-XC". The branch, master has been updated via a86115da73cdbd7fa536aea31ea94774cbbe3f16 (commit) from 58cfcdf2e5ca3d86d78dc6f7f987cb73e53f4e48 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a86115da73cdbd7fa536aea31ea94774cbbe3f16 commit a86115da73cdbd7fa536aea31ea94774cbbe3f16 Author: Abbas <abb...@en...> Date: Tue Jun 25 19:33:04 2013 +0500 Fix a problem in ALTER TABLE to change distribution from replicated to hash Bug ID: 3607290 M src/backend/pgxc/locator/redistrib.c M src/test/regress/expected/xc_alter_table.out M src/test/regress/sql/xc_alter_table.sql ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/locator/redistrib.c | 27 +- src/test/regress/expected/xc_alter_table.out | 660 ++++++++++++++++++++++++++ src/test/regress/sql/xc_alter_table.sql | 287 +++++++++++ 3 files changed, 969 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-06-25 14:27:14
|
Project "Postgres-XC". The branch, master has been updated via 58cfcdf2e5ca3d86d78dc6f7f987cb73e53f4e48 (commit) from 9838f85e3a2c8a7ea0137b25883b75360bfc82d1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=58cfcdf2e5ca3d86d78dc6f7f987cb73e53f4e48 commit 58cfcdf2e5ca3d86d78dc6f7f987cb73e53f4e48 Author: Abbas <abb...@en...> Date: Tue Jun 25 19:26:45 2013 +0500 Add couple of ORDER BY clauses in original output files of truncate and triggers M src/test/regress/expected/triggers.out M src/test/regress/expected/truncate.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/triggers.out | 4 ++-- src/test/regress/expected/truncate.out | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-06-25 14:17:34
|
Project "Postgres-XC". The branch, master has been updated via 9838f85e3a2c8a7ea0137b25883b75360bfc82d1 (commit) from 59d03728a77e34e899cfdf4fc2bd4c72ba52554a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9838f85e3a2c8a7ea0137b25883b75360bfc82d1 commit 9838f85e3a2c8a7ea0137b25883b75360bfc82d1 Author: Abbas <abb...@en...> Date: Tue Jun 25 19:16:41 2013 +0500 Fix crash in COPY TO when issued for a replicated table Bug ID: 3608374 M src/backend/commands/copy.c M src/test/regress/input/xc_copy.source M src/test/regress/output/xc_copy.source ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 22 +++++- src/test/regress/input/xc_copy.source | 93 ++++++++++++++++++++++++++ src/test/regress/output/xc_copy.source | 115 ++++++++++++++++++++++++++++++++ 3 files changed, 227 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <abb...@en...> - 2013-06-25 14:11:24
|
On Tue, Jun 25, 2013 at 6:58 PM, Ashutosh Bapat < ash...@en...> wrote: > Hi Abbas, > Don't we need corresponding changes to triggers.out and truncate.out? > sure, let me check in another patch to do the changes in the .out files as well. > > > On Tue, Jun 25, 2013 at 7:11 PM, Abbas Butt <ga...@us... > > wrote: > >> Project "Postgres-XC". >> >> The branch, master has been updated >> via 98a004752f3c54cb36dedbedb48336744436cf4e (commit) >> from 5308dd4c7006ee1d6cbf175d844ff454e30bd39a (commit) >> >> >> - Log ----------------------------------------------------------------- >> >> http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=98a004752f3c54cb36dedbedb48336744436cf4e >> >> commit 98a004752f3c54cb36dedbedb48336744436cf4e >> Author: Abbas <abb...@en...> >> Date: Tue Jun 25 18:41:28 2013 +0500 >> >> Add a couple of missing ORDER BY in truncate and triggers test cases >> >> M src/test/regress/expected/triggers_1.out >> M src/test/regress/expected/truncate_1.out >> M src/test/regress/sql/triggers.sql >> M src/test/regress/sql/truncate.sql >> >> ----------------------------------------------------------------------- >> >> Summary of changes: >> src/test/regress/expected/triggers_1.out | 4 ++-- >> src/test/regress/expected/truncate_1.out | 8 ++++---- >> src/test/regress/sql/triggers.sql | 2 +- >> src/test/regress/sql/truncate.sql | 2 +- >> 4 files changed, 8 insertions(+), 8 deletions(-) >> >> >> hooks/post-receive >> -- >> Postgres-XC >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> _______________________________________________ >> Postgres-xc-committers mailing list >> Pos...@li... >> https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers >> > > > > -- > Best Wishes, > Ashutosh Bapat > EntepriseDB Corporation > The Postgres Database Company > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > > -- -- *Abbas* Architect Ph: 92.334.5100153 Skype ID: gabbasb www.enterprisedb.co <http://www.enterprisedb.com/>m<http://www.enterprisedb.com/> * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB for tutorials, webinars, whitepapers<http://www.enterprisedb.com/resources-community>and more<http://www.enterprisedb.com/resources-community> |
From: Ashutosh B. <ash...@en...> - 2013-06-25 13:58:22
|
Hi Abbas, Don't we need corresponding changes to triggers.out and truncate.out? On Tue, Jun 25, 2013 at 7:11 PM, Abbas Butt <ga...@us...>wrote: > Project "Postgres-XC". > > The branch, master has been updated > via 98a004752f3c54cb36dedbedb48336744436cf4e (commit) > from 5308dd4c7006ee1d6cbf175d844ff454e30bd39a (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=98a004752f3c54cb36dedbedb48336744436cf4e > > commit 98a004752f3c54cb36dedbedb48336744436cf4e > Author: Abbas <abb...@en...> > Date: Tue Jun 25 18:41:28 2013 +0500 > > Add a couple of missing ORDER BY in truncate and triggers test cases > > M src/test/regress/expected/triggers_1.out > M src/test/regress/expected/truncate_1.out > M src/test/regress/sql/triggers.sql > M src/test/regress/sql/truncate.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/expected/triggers_1.out | 4 ++-- > src/test/regress/expected/truncate_1.out | 8 ++++---- > src/test/regress/sql/triggers.sql | 2 +- > src/test/regress/sql/truncate.sql | 2 +- > 4 files changed, 8 insertions(+), 8 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Postgres Database Company |
From: Abbas B. <ga...@us...> - 2013-06-25 13:45:44
|
Project "Postgres-XC". The branch, master has been updated via 59d03728a77e34e899cfdf4fc2bd4c72ba52554a (commit) from 98a004752f3c54cb36dedbedb48336744436cf4e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=59d03728a77e34e899cfdf4fc2bd4c72ba52554a commit 59d03728a77e34e899cfdf4fc2bd4c72ba52554a Author: Abbas <abb...@en...> Date: Tue Jun 25 18:44:23 2013 +0500 Ignore test case xc_for_update until FOR UPDATE is implemented properly M src/test/regress/parallel_schedule M src/test/regress/serial_schedule ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-06-25 13:42:07
|
Project "Postgres-XC". The branch, master has been updated via 98a004752f3c54cb36dedbedb48336744436cf4e (commit) from 5308dd4c7006ee1d6cbf175d844ff454e30bd39a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=98a004752f3c54cb36dedbedb48336744436cf4e commit 98a004752f3c54cb36dedbedb48336744436cf4e Author: Abbas <abb...@en...> Date: Tue Jun 25 18:41:28 2013 +0500 Add a couple of missing ORDER BY in truncate and triggers test cases M src/test/regress/expected/triggers_1.out M src/test/regress/expected/truncate_1.out M src/test/regress/sql/triggers.sql M src/test/regress/sql/truncate.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/triggers_1.out | 4 ++-- src/test/regress/expected/truncate_1.out | 8 ++++---- src/test/regress/sql/triggers.sql | 2 +- src/test/regress/sql/truncate.sql | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- Postgres-XC |