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
(2) |
3
(2) |
4
(2) |
5
|
6
(4) |
7
|
8
|
9
(2) |
10
(1) |
11
(3) |
12
(10) |
13
(2) |
14
|
15
|
16
|
17
(2) |
18
(3) |
19
|
20
|
21
|
22
|
23
(3) |
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Ashutosh B. <ash...@en...> - 2012-07-06 06:16:36
|
Hi Michael, Thanks for that change. create_table_node isn't a good name though. We are not creating any table node (there is no such thing). It should have been xc_create_table() or create_table_on_nodes() or something more appropriate. On Fri, Jul 6, 2012 at 11:21 AM, Michael Paquier < mic...@us...> wrote: > Project "Postgres-XC". > > The branch, master has been updated > via 249129ee4d405c35c12e911b993eae2a19ba767a (commit) > from 7c113772a540cc2282ecca031cea953f53f0fe88 (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=249129ee4d405c35c12e911b993eae2a19ba767a > > commit 249129ee4d405c35c12e911b993eae2a19ba767a > Author: Michael Paquier <mi...@ot...> > Date: Fri Jul 6 14:52:17 2012 +0900 > > Refactor regression tests xc_misc, xc_FQS and xc_FQS_join > > Those tests are using a similar PL/PGSQL function to create tables with > a node list, being transparent on the cluster structure. This function > was created 3 times. Now this function is created in another test > called xc_create_function launched before all the others. > A table name conflict has been resolved in xc_misc to allow this test > to run in parallel with the other XC-related tests. > > M src/test/regress/expected/xc_FQS.out > M src/test/regress/expected/xc_FQS_join.out > A src/test/regress/expected/xc_create_function.out > M src/test/regress/expected/xc_misc.out > M src/test/regress/parallel_schedule > M src/test/regress/serial_schedule > M src/test/regress/sql/xc_FQS.sql > M src/test/regress/sql/xc_FQS_join.sql > A src/test/regress/sql/xc_create_function.sql > M src/test/regress/sql/xc_misc.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/expected/xc_FQS.out | 64 ++++------------ > src/test/regress/expected/xc_FQS_join.out | 86 > ++++++---------------- > src/test/regress/expected/xc_create_function.out | 44 +++++++++++ > src/test/regress/expected/xc_misc.out | 57 +++----------- > src/test/regress/parallel_schedule | 14 ++- > src/test/regress/serial_schedule | 1 + > src/test/regress/sql/xc_FQS.sql | 50 ++----------- > src/test/regress/sql/xc_FQS_join.sql | 60 +++------------ > src/test/regress/sql/xc_create_function.sql | 45 +++++++++++ > src/test/regress/sql/xc_misc.sql | 54 +++----------- > 10 files changed, 180 insertions(+), 295 deletions(-) > create mode 100644 src/test/regress/expected/xc_create_function.out > create mode 100644 src/test/regress/sql/xc_create_function.sql > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Michael P. <mic...@us...> - 2012-07-06 06:02:37
|
Project "Postgres-XC". The branch, master has been updated via 7cda4f342bd3b9bff628685a2d77505e266295e2 (commit) from 249129ee4d405c35c12e911b993eae2a19ba767a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7cda4f342bd3b9bff628685a2d77505e266295e2 commit 7cda4f342bd3b9bff628685a2d77505e266295e2 Author: Michael Paquier <mi...@ot...> Date: Fri Jul 6 15:04:27 2012 +0900 Remove duplicated define IsLocatorReplicated in locator.h M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/include/pgxc/locator.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-06 06:02:32
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via e0150559e02960713e9b7a80e285fd3f87de1e95 (commit) from 657b064b9cc5288a6ce593f5fbc2eb749c50cc70 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e0150559e02960713e9b7a80e285fd3f87de1e95 commit 7cda4f342bd3b9bff628685a2d77505e266295e2 Author: Michael Paquier <mi...@ot...> Date: Fri Jul 6 15:04:27 2012 +0900 Remove duplicated define IsLocatorReplicated in locator.h M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/include/pgxc/locator.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-06 05:52:17
|
Project "Postgres-XC". The branch, master has been updated via 249129ee4d405c35c12e911b993eae2a19ba767a (commit) from 7c113772a540cc2282ecca031cea953f53f0fe88 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=249129ee4d405c35c12e911b993eae2a19ba767a commit 249129ee4d405c35c12e911b993eae2a19ba767a Author: Michael Paquier <mi...@ot...> Date: Fri Jul 6 14:52:17 2012 +0900 Refactor regression tests xc_misc, xc_FQS and xc_FQS_join Those tests are using a similar PL/PGSQL function to create tables with a node list, being transparent on the cluster structure. This function was created 3 times. Now this function is created in another test called xc_create_function launched before all the others. A table name conflict has been resolved in xc_misc to allow this test to run in parallel with the other XC-related tests. M src/test/regress/expected/xc_FQS.out M src/test/regress/expected/xc_FQS_join.out A src/test/regress/expected/xc_create_function.out M src/test/regress/expected/xc_misc.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule M src/test/regress/sql/xc_FQS.sql M src/test/regress/sql/xc_FQS_join.sql A src/test/regress/sql/xc_create_function.sql M src/test/regress/sql/xc_misc.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_FQS.out | 64 ++++------------ src/test/regress/expected/xc_FQS_join.out | 86 ++++++---------------- src/test/regress/expected/xc_create_function.out | 44 +++++++++++ src/test/regress/expected/xc_misc.out | 57 +++----------- src/test/regress/parallel_schedule | 14 ++- src/test/regress/serial_schedule | 1 + src/test/regress/sql/xc_FQS.sql | 50 ++----------- src/test/regress/sql/xc_FQS_join.sql | 60 +++------------ src/test/regress/sql/xc_create_function.sql | 45 +++++++++++ src/test/regress/sql/xc_misc.sql | 54 +++----------- 10 files changed, 180 insertions(+), 295 deletions(-) create mode 100644 src/test/regress/expected/xc_create_function.out create mode 100644 src/test/regress/sql/xc_create_function.sql hooks/post-receive -- Postgres-XC |